A financial institution has a hybrid architecture with a AWS Direct Connect connection using a Private Virtual Interface (VIF) to a Direct Connect Gateway. The gateway is associated with an AWS Transit Gateway that connects VPCs in the `us-east-1` Region. Currently, application servers in these VPCs transfer of transactional logs monthly to an Amazon S3 bucket in the same Region via NAT Gateways in each Availability Zone. Concurrently, an on-premises backup system synchronizes of data monthly to another S3 bucket in `us-east-1` over the internet using public S3 endpoints. Which of the following solutions reduces data transfer and processing costs most effectively while maintaining high availability?
- Create an Amazon S3 Gateway Endpoint in each VPC, update the VPC route tables to direct S3 traffic to the gateway endpoints, and establish a Public VIF on the existing Direct Connect connection to route the on-premises S3 synchronization traffic.Answer
- BConsolidate the NAT Gateways in each VPC to a single Availability Zone to eliminate hourly NAT Gateway charges, create an S3 Gateway Endpoint in each VPC, and deploy an S3 Interface Endpoint in a shared VPC to route on-premises traffic through the Direct Connect Private VIF and Transit Gateway.
- CDeploy an Amazon S3 Interface Endpoint in each VPC for all VPC-to-S3 traffic, and establish a Transit VIF on the Direct Connect connection to route the on-premises S3 backup traffic through the Transit Gateway to the S3 Interface Endpoints.
- DCreate an Amazon S3 Gateway Endpoint in each VPC to optimize VPC S3 traffic, and request a new AWS Snowball Edge Storage Optimized device monthly to physically copy and ship the of backup data to AWS.
Answer
Create an Amazon S3 Gateway Endpoint in each VPC, update the VPC route tables to direct S3 traffic to the gateway endpoints, and establish a Public VIF on the existing Direct Connect connection to route the on-premises S3 synchronization traffic.
The correct solution uses Amazon S3 Gateway Endpoints in each VPC, which are free and eliminate the NAT Gateway data processing fees of $0.045 per gigabyte for the 300 TB of VPC-to-S3 traffic. For the on-premises backup synchronization traffic of 150 TB, creating a Public Virtual Interface (VIF) on the existing Direct Connect connection allows the traffic to route directly to S3 public endpoints. Because data transfer in to AWS is free, this avoids both the Transit Gateway processing fees of 0.02 per gigabyte and S3 Interface Endpoint data processing fees of 0.01 per gigabyte, resulting in a zero-cost solution for the hybrid data synchronization.
Step-by-Step Solution
Key Concept
Minimizing data transfer and processing costs for high-throughput AWS and hybrid architectures using Gateway VPC Endpoints and Direct Connect Public VIFs.