A retail firm operates an analytics workload in a private subnet within VPC A. Every day, the workload retrieves of sales reports from an Amazon S3 bucket. Additionally, the workload sends of data to a shared PostgreSQL database hosted in VPC B within the same AWS Region. Currently, VPC A routes all traffic destined for the internet, S3, and VPC B through a NAT Gateway.
Which two adjustments to the network architecture will minimize data transfer charges? (Select TWO.)
- Configure a gateway endpoint for Amazon S3 in VPC A and associate it with the route table of the analytics subnet.Cevap
- Establish a VPC peering connection between VPC A and VPC B, and configure the route tables to direct database-destined traffic through the peering connection.Cevap
- CConfigure an interface endpoint for Amazon S3 in VPC A and update the route tables to prioritize it over the S3 route.
- DImplement an AWS Transit Gateway to route all database and S3 traffic between the VPCs.
- ERoute the database traffic through a Site-to-Site VPN connection established between VPC A and VPC B.
Cevap
Configure a gateway VPC endpoint for Amazon S3 in VPC A, and establish a VPC peering connection between VPC A and VPC B to route database traffic directly.
Configuring a gateway VPC endpoint for Amazon S3 eliminates NAT Gateway processing charges for S3 data access at no additional cost. Establishing a VPC peering connection between VPC A and VPC B allows the workload to communicate directly using private IP addresses, bypassing the NAT Gateway and its associated charges.
Adım Adım Çözüm
Anahtar Kavram
Cost-Effective Network Routing and Data Transfer Optimization