An analytics platform uses a fleet of processing nodes on Amazon EC2 in private subnets across two Availability Zones in `us-west-2` to ingest raw telemetry logs. These nodes need to write approximately of structured data monthly to an Amazon DynamoDB table in the same Region. They also need to periodically replicate processed summaries ( monthly) to an on-premises database via an existing AWS Direct Connect connection. Which combination of architectural decisions will achieve the most cost-effective data transfer routing? (Select TWO.)
- Configure a Gateway VPC Endpoint for Amazon DynamoDB in the VPC and associate it with the private subnet route tables.Cevap
- Associate the Direct Connect Gateway directly with a Virtual Private Gateway (VGW) attached to the VPC, and route the on-premises traffic over a Private Virtual Interface (Private VIF).Cevap
- CDeploy an Interface VPC Endpoint (AWS PrivateLink) for Amazon DynamoDB and update the applications to use the endpoint's DNS name.
- DRoute all DynamoDB traffic through NAT Gateways deployed in the public subnets of each Availability Zone.
- EAttach the VPC to an AWS Transit Gateway and route the on-premises replication traffic through a Transit Virtual Interface (Transit VIF) connected to the Transit Gateway.
Cevap
Configure a Gateway VPC Endpoint for Amazon DynamoDB in the VPC and associate it with the private subnet route tables; and associate the Direct Connect Gateway directly with a Virtual Private Gateway (VGW) attached to the VPC, routing the on-premises traffic over a Private Virtual Interface (Private VIF).
The correct architecture uses a Gateway VPC Endpoint for Amazon DynamoDB because it does not charge hourly or data processing fees, unlike NAT Gateways or Interface VPC Endpoints. Furthermore, associating the Direct Connect Gateway directly with the Virtual Private Gateway (VGW) and routing traffic over a Private Virtual Interface (Private VIF) avoids AWS Transit Gateway data processing fees ($0.02 per GB), saving substantial costs for the replication workload.
Adım Adım Çözüm
Anahtar Kavram
Selecting the most cost-effective VPC endpoint type (Gateway vs Interface) and routing architecture (VGW with Private VIF vs Transit Gateway with Transit VIF) to minimize AWS network processing charges.
Tahmini Süre:3m 0s