A company has a VPC with private subnets in the us-west-2 Region. Amazon EC2 instances in these subnets transfer of backup data monthly to an on-premises storage system. To reduce data transfer costs, the company establishes an AWS Direct Connect connection and configures a private virtual interface (VIF) associated with a Virtual Private Gateway (VGW) attached to the VPC. However, the SysOps administrator notices that the monthly bill still reflects high NAT Gateway data processing charges and standard internet data transfer out (DTO) fees for this backup traffic. Which action should the SysOps administrator take to resolve this issue and minimize costs?
- Enable route propagation on the private subnets' route tables to dynamically populate the on-premises routes from the Virtual Private Gateway.Cevap
- BModify the NAT Gateway's route table to add a route for the on-premises network CIDR pointing to the Virtual Private Gateway.
- CCreate an S3 Gateway VPC Endpoint to redirect the transfer traffic, but omit associating it with the private subnets' route tables.
- DApply billing tags to the NAT Gateway and activate them as cost allocation tags in the AWS Billing console.
Cevap
Enable route propagation on the private subnets' route tables to dynamically populate the on-premises routes from the Virtual Private Gateway.
Enabling route propagation on the private subnets' route tables automatically updates the route tables with routes advertised by the on-premises network via BGP over the Direct Connect VIF. Because a more specific route now exists for the on-premises network compared to the default route (), the EC2 instances bypass the NAT Gateway and send the backup traffic directly to the Virtual Private Gateway. This eliminates the NAT Gateway data processing charges and utilizes the cheaper Direct Connect Data Transfer Out (DTO) rates.
Adım Adım Çözüm
Anahtar Kavram
Routing propagation over Virtual Private Gateway for Direct Connect cost optimization
Tahmini Süre:1m 30s