An enterprise is setting up a new production workload in a newly created VPC named `vpc-billing-prod` within the `eu-central-1` region. The application runs across private subnets in three Availability Zones. The application must interact with:
1. An on-premises database via an existing AWS Site-to-Site VPN connection.
2. Amazon S3 to store large transaction logs.
3. A shared DNS domain (`internal.corp`) hosted on a Route 53 Private Hosted Zone (PHZ) in a separate AWS account managed by the network team.
4. The public internet to retrieve software updates.
To meet business requirements, the architecture must be highly available, avoid single points of failure, and minimize data transfer and operational costs.
Which TWO configurations should the Solutions Architect implement to meet these requirements? (Select TWO.)
- Deploy a NAT Gateway in a public subnet in each of the three Availability Zones, and update the private subnet route tables to direct outbound internet traffic () to the NAT Gateway in the same Availability Zone.Cevap
- Create Gateway VPC endpoints for Amazon S3, and associate them with the route tables of all private subnets containing the billing application.Cevap
- CDeploy a single NAT Gateway in the public subnet of a single Availability Zone, and configure a default route () pointing to this NAT Gateway across all private subnet route tables to minimize running costs.
- DCreate a cross-account IAM role in the shared services account to allow `vpc-billing-prod` to query the Private Hosted Zone directly without associating the zone with the new VPC.
- EConfigure a Virtual Private Gateway (VGW) attached to `vpc-billing-prod` to route S3 traffic transitively through the Site-to-Site VPN connection to an on-premises proxy, in order to bypass the need for VPC endpoints.