
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company runs a photo processing application that needs to frequently upload and download pictures from Amazon S3 buckets that are located in the same AWS Region. A solutions architect has noticed an increased cost in data transfer fees and needs to implement a solution to reduce these costs.
How can the solutions architect meet this requirement?
A
Deploy Amazon API Gateway into a public subnet and adjust the route table to route S3 calls through it.
B
Deploy a NAT gateway into a public subnet and attach an endpoint policy that allows access to the S3 buckets.
C
Deploy the application into a public subnet and allow it to route through an internet gateway to access the S3 buckets.
D
Deploy an S3 VPC gateway endpoint into the VPC and attach an endpoint policy that allows access to the S3 buckets.
Explanation:
Correct Answer: D - Deploy an S3 VPC gateway endpoint into the VPC and attach an endpoint policy that allows access to the S3 buckets.
S3 VPC Gateway Endpoints: These are specifically designed to allow private connectivity between your VPC and Amazon S3 without requiring an internet gateway, NAT device, VPN connection, or AWS Direct Connect.
Cost Reduction: When using S3 VPC endpoints:
Security Benefits:
A. Deploy Amazon API Gateway into a public subnet and adjust the route table to route S3 calls through it.
B. Deploy a NAT gateway into a public subnet and attach an endpoint policy that allows access to the S3 buckets.
$0.045 per GB)C. Deploy the application into a public subnet and allow it to route through an internet gateway to access the S3 buckets.
When applications in a VPC need frequent access to S3 in the same region, always use S3 VPC gateway endpoints to eliminate data transfer costs and improve security.