Question 50:
After reviewing the last quarter’s monthly bills, management has noticed an increase in the overall bill from AWS. After researching this increase in cost, you discovered that some new services and users are doing many GET Bucket API calls to Amazon S3. Your boss has asked you to come up with a new cost-effective way to reduce the number of these new GET Bucket API calls. What process should you use to help mitigate the cost?
Answer options:
A.Enable versioning on S3 and delete previous versions of objects that you do not need. B.Create a lifecycle policy to migrate the S3 objects to Glacier. C.Prevent unauthorized access or limit public access to your bucket using bucket policies. D.Upload all files to an ElastiCache file cache server, update your new services to now read all the files from the ElastiCache file cache server, and configure the ElastiCache policies to push all files to Amazon S3 for long-term storage.