
Answer-first summary for fast verification
Answer: By deploying an S3 VPC gateway endpoint in the VPC with an endpoint policy for S3 access.
The correct answer is D. Deploying an S3 VPC gateway endpoint into the VPC with an endpoint policy that allows access to the S3 buckets will reduce data transfer costs. This is because traffic between your VPC and S3 is routed through the AWS private network, avoiding data transfer fees that are typically incurred with internet traffic.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How can a solutions architect reduce data transfer costs for a photo processing application frequently accessing S3 buckets within the same AWS Region?
A
By deploying Amazon API Gateway in a public subnet and adjusting the route table for S3 traffic.
B
By deploying a NAT gateway in a public subnet with an endpoint policy granting access to S3 buckets.
C
By deploying the application in a public subnet with routing through an internet gateway to reach S3 buckets.
D
By deploying an S3 VPC gateway endpoint in the VPC with an endpoint policy for S3 access.
No comments yet.