A digital media publishing company stores and distributes high-resolution article images. The images are stored in an Amazon S3 bucket in the `us-east-1` Region. The company uploads approximately of new images each month. Users globally download these images, resulting in of Data Transfer Out (DTO) from S3 directly to the internet, creating high data transfer costs. The images are accessed frequently during the first days after publication. After days, the access frequency drops significantly, but users still expect the images to load in milliseconds when requested. After days, the images are rarely accessed but must be retained for years for compliance. For these archived images, a retrieval time of up to hours is acceptable. Which two actions should the solutions architect take to meet these requirements most cost-effectively? (Select two.)
- Configure an Amazon S3 Lifecycle policy to transition the images to S3 Standard-Infrequent Access (S3 Standard-IA) after days, and to S3 Glacier Deep Archive after days.Cevap
- Deploy an Amazon CloudFront distribution with the Amazon S3 bucket configured as the origin to serve the images to global users.Cevap
- CConfigure an Amazon S3 Lifecycle policy to transition the images to S3 Glacier Flexible Retrieval after days, and to S3 Glacier Deep Archive after days.
- DEnable Amazon S3 Transfer Acceleration on the bucket and configure the application to distribute the accelerated endpoint URL to users for downloading the images.
- ECreate an Amazon S3 Gateway VPC Endpoint in the VPC and update the public route tables to route the external user download traffic to S3 through the endpoint.