An organization has deployed a set of backend application servers inside a private subnet () of a VPC. The application servers must access the internet to download critical package updates and must also query files from an Amazon S3 bucket. A NAT Gateway is deployed in the public subnet () to facilitate egress internet access, and a Gateway VPC endpoint is configured for Amazon S3. However, the application servers are currently unable to download packages from the internet or read objects from Amazon S3.
Which configuration checks should a SysOps administrator perform to resolve these connectivity issues? (Select TWO.)
- Verify that the route table associated with the private subnet contains a route for the Amazon S3 service prefix list () targeting the Gateway VPC endpoint ().Answer
- Verify that the route table associated with the public subnet contains a default route () targeting the Internet Gateway ().Answer
- CVerify that the private subnet's Network Access Control List (NACL) outbound rules allow ports 80 and 443, while explicitly blocking outbound ephemeral ports (-).
- DVerify that the private subnet's route table contains a default route () targeting the S3 Gateway VPC endpoint () for all internet-bound traffic.
- EVerify that the public subnet's route table contains a default route () targeting the NAT Gateway () instead of the Internet Gateway.
Answer
The correct configurations are to verify that the route table associated with the private subnet contains a route for the Amazon S3 service prefix list targeting the Gateway VPC endpoint, and verify that the route table associated with the public subnet contains a default route targeting the Internet Gateway.
Verifying that the private subnet's route table contains a route for the Amazon S3 service prefix list targeting the Gateway VPC endpoint ensures S3 traffic is routed correctly. Verifying that the public subnet's route table has a default route targeting the Internet Gateway ensures the NAT Gateway can forward traffic to the internet.
Step-by-Step Solution
Key Concept
VPC Connectivity and Routing Troubleshooting
Estimated Time:2m 30s