Very strange:
- The public and private subnets are in the same VPC.
- EC2 in private subnet uses a security group that opens up 0-65535 to 0.0.0.0/0. So does its network ACL.
- I can RDP from the public subnet EC2 into the private subnet EC2.
- I can ping between private subnet EC2 instances.
- But I just can't ping from the public subnet EC2 to the private subnet EC2.