Created the VPC peering connection nautilus-vpc-peering and it is in Active state.
Added route from the Default VPC (172.31.0.0/16) to the Private VPC (10.1.0.0/16) through the peering connection.
Added route from the Private VPC (10.1.0.0/16) to the Default VPC (172.31.0.0/16) through the peering connection.
Verified subnet associations for both route tables.
Updated the security group to allow ICMP traffic.
Added the required public key to the public EC2 instance.
Successfully SSH’d into the public EC2 and verified that I can ping the private EC2 instance.
The environment appears to be working correctly, but the validator still reports: “Route from private VPC to default VPC is missing.”
Could someone please review the task or let me know if there is any validator-specific requirement I might be missing?
Thank you for your response. I have already verified the route table entries and subnet associations on both sides. The VPC peering connection is active, the routes are configured correctly, and I am able to successfully ping the private EC2 instance from the public EC2 instance.
Since the connectivity is working as expected, It seems the validation is still reporting “Route from private VPC to default VPC is missing” even though the route is present and communication between the instances is successful.