ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

395 / 465

Question 395:

Your company recently launched a mobile application that allows users to take pictures of what they are eating daily, share with others, and get feedback to maintain a healthy diet routine. These pictures are stored in S3 and served via the CloudFront. The CEO of the company thinks the storage is not well optimized by looking at the bill. He has asked to generate the access log reports and shift the images to different storage if they are not frequently used. It is not very clear which images will be accessed frequently, but as per the past data analysis, the usage becomes low after the initial 3-4 weeks. Please select the best option to optimize the cost and also maintain accessibility.

Answer options:

A.Use CloudFront Edge Locations and enable access logs. It will automatically optimize the storage cache based on the access pattern.
B.Apply Lifecycle event to migrate from S3 Standard to Glacier after 3 weeks.
C.Create an elastic load balancer, point to the CloudFront distribution, and enable the Access Logs. Use Kinesis to process the logs and shift the images to S3 Infrequent Access based on low usage.
D.Store the images with S3 Intelligent Tier. It will automatically select the best storage class depending on the access pattern.
E.Store the images on EC2 EBS and serve it from there. EBS is highly optimized and cheap compared to S3. Put a lifecycle event to shift the unused images to S3 after 30 days.