A company runs a high-throughput transaction processing system on Amazon EC2 instances within private subnets in the `us-east-1` Region. The instances generate approximately of raw application logs each month. These logs are uploaded immediately to an Amazon S3 bucket in `us-east-1` for near-real-time auditing. In compliance with regulatory requirements, the logs must also be replicated to a secondary S3 bucket in the `us-west-2` Region for long-term disaster recovery. The disaster recovery logs are rarely accessed but must be retained for years. Currently, all outbound internet and S3 traffic from the private subnets routes through a pair of NAT Gateways, resulting in high monthly bills.
Which combination of actions will reduce the storage and data transfer costs for this architecture most effectively? (Select TWO.)
- Create an Amazon S3 Gateway VPC Endpoint in the VPC and associate it with the route tables of the private subnets.Answer
- Configure an Amazon S3 Lifecycle policy on the destination S3 bucket in `us-west-2` to transition the log files to S3 Glacier Deep Archive after days.Answer
- CProvision an Amazon S3 Interface VPC Endpoint in the private subnets and configure the application to upload logs using the interface endpoint's private DNS name.
- DEnable Amazon S3 Replication Time Control (S3 RTC) on the replication rule and configure a lifecycle policy to transition the source logs to S3 Glacier Deep Archive immediately.
- EEstablish an AWS Site-to-Site VPN tunnel between the VPC and `us-west-2` to route the cross-Region S3 replication traffic over the VPN.