
Answer-first summary for fast verification
Answer: Implement a VPC endpoint for S3.
The most cost-effective way to avoid Regional data transfer charges is to deploy a VPC endpoint for S3. This allows instances in the VPC to communicate directly with S3 without needing to traverse the internet, thereby eliminating data transfer charges associated with the NAT gateway. Options A and B still incur data transfer costs, and Option D does not address the data transfer issue.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
An image-processing application on Amazon EC2 within a single VPC spans multiple Availability Zones without inter-instance communication. It uses a single NAT gateway for S3 image transfers. How can the company minimize Regional data transfer costs?
A
Deploy NAT gateways in each Availability Zone.
B
Switch to a NAT instance.
C
Implement a VPC endpoint for S3.
D
Use an EC2 Dedicated Host.
No comments yet.