An enterprise operates a high-throughput data analytics platform on AWS in the `us-east-1` Region. The architecture consists of a production VPC (`VPC-Prod`) spanning three Availability Zones (AZ-a, AZ-b, and AZ-c) containing a fleet of Amazon EC2 instances in private subnets. These instances upload approximately of raw data monthly to an Amazon S3 bucket located in the same Region. Currently, the EC2 instances route all outbound internet and S3 traffic through NAT Gateways deployed in each AZ.
Additionally, the EC2 instances perform daily synchronization tasks with a shared PostgreSQL database cluster hosted in a central services VPC (`VPC-Shared`) in `us-east-1`. This database synchronization transfers of data monthly. Currently, this traffic is routed through an AWS Transit Gateway, with the Transit Gateway attachment configured only in a single subnet in AZ-a within `VPC-Prod`.
A Solutions Architect needs to optimize the architecture to achieve the maximum possible reduction in data transfer and processing costs without compromising availability or security.
Which combination of actions should the Solutions Architect take to meet these requirements? (Select TWO.)
- Create an Amazon S3 Gateway VPC Endpoint in `VPC-Prod`, and associate it with the route tables of the private subnets containing the EC2 instances.Cevap
- Establish a VPC Peering connection between `VPC-Prod` and `VPC-Shared`, update the route tables to route the database synchronization traffic over the peering connection, and configure the application to resolve the database endpoints to local Availability Zone IP addresses.Cevap
- CDeploy an S3 Interface VPC Endpoint (AWS PrivateLink) in each Availability Zone of `VPC-Prod`, and update the private subnet route tables to target the interface endpoints.
- DConfigure Transit Gateway attachments in `VPC-Prod` across all three Availability Zones, and enable Appliance Mode on the Transit Gateway to load-balance traffic and eliminate cross-AZ charges.
- EUse AWS Resource Access Manager (RAM) to share the database network interfaces from `VPC-Shared` to `VPC-Prod`, routing traffic locally within the subnets of `VPC-Prod`.
- FEstablish an AWS Direct Connect gateway with a Transit Virtual Interface (VIF) between `VPC-Prod` and `VPC-Shared` to bypass the Transit Gateway data processing charges.