A media company runs its video encoding application on Amazon EC2 instances in private subnets across multiple Availability Zones in a VPC in the `us-west-2` Region. The instances download of raw video files monthly from an Amazon S3 bucket located in `us-west-2`. The VPC route tables currently direct all S3-bound traffic through NAT Gateways.
The company also generates of transcoded video logs monthly on the EC2 instances, which are uploaded to a secondary S3 bucket in the `us-east-1` Region for long-term archival. These logs are currently uploaded over the internet through the NAT Gateways. The archival logs are rarely accessed but must be retained for at least .
Which combination of actions will reduce the data transfer and storage costs most effectively? (Select TWO.)
- Create a Gateway VPC Endpoint for Amazon S3 in the `us-west-2` Region and associate it with the route tables of the private subnets.Cevap
- Configure an S3 Lifecycle policy on the destination S3 bucket in `us-east-1` to transition objects to Amazon S3 Glacier Flexible Retrieval after and expire them after .Cevap
- CProvision an Interface VPC Endpoint (AWS PrivateLink) for Amazon S3 in the VPC in `us-west-2` and configure the EC2 instances to use the endpoint DNS names.
- DRequest an AWS Snowball Edge Storage Optimized device monthly, copy the log files to the device, and ship it to AWS to load the data into the S3 bucket in `us-east-1`.