AWS VPC Peering Issue

Viewed 29

AOA Everyone, I am config. a VPC Peering connection. I have

  • 2 VPCs
  • 3 Subnets
  • 3 VMs

VPC-one has 2 Subnet associated (i.e. subnet-one & subnet-two) VPC-two has 1 Subnet associated (i.e. subnet-one) Each VM is connected to each Subnet

  1. srvone (of subnet-one of VPC-one)
  2. srvtwo (of subnet-two of VPC-one)
  3. srvthree (of subnet-one of VPC-two)

So the problem I am facing is that the VMs in VPC-one are successfully communicating i.e. Ping. But any VM from VPC-one is not ping to VM in VPC-two.

VPC-one route-table

VPC-two route-table

VPCone-to-VPCtwo Peering Connection

VPCone-subnetone Security Group (Inbound) Rules

VPCone-subnettwo Security Group (Inbound) Rules

VPCtwo-subnetone Security Group (Inbound) Rules

VPCone-subnetone Security Group (Outbound) Rules

VPCone-subnettwo Security Group (Outbound) Rules

[VPCtwo-subnetone Security Group (Outbound) Rules][9]

VPCtwo-subnetone Security Group (Outbound) Rules is same as VPCone-subnetone SG (I don't have permission to add more than 8 links or add images)

0 Answers
Related