ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 65 - SAP-C02 discussion

Report
Export

An adventure company has launched a new feature on its mobile app. Users can use the feature to upload their hiking and ratting photos and videos anytime. The photos and videos are stored in Amazon S3 Standard storage in an S3 bucket and are served through Amazon CloudFront.

The company needs to optimize the cost of the storage. A solutions architect discovers that most of the uploaded photos and videos are accessed infrequently after 30 days. However, some of the uploaded photos and videos are accessed frequently after 30 days. The solutions architect needs to implement a solution that maintains millisecond retrieval availability of the photos and videos at the lowest possible cost.

Which solution will meet these requirements?

A.
Configure S3 Intelligent-Tiering on the S3 bucket.
Answers
A.
Configure S3 Intelligent-Tiering on the S3 bucket.
B.
Configure an S3 Lifecycle policy to transition image objects and video objects from S3 Standard to S3 Glacier Deep Archive after 30 days.
Answers
B.
Configure an S3 Lifecycle policy to transition image objects and video objects from S3 Standard to S3 Glacier Deep Archive after 30 days.
C.
Replace Amazon S3 with an Amazon Elastic File System (Amazon EFS) file system that is mounted on Amazon EC2 instances.
Answers
C.
Replace Amazon S3 with an Amazon Elastic File System (Amazon EFS) file system that is mounted on Amazon EC2 instances.
D.
Add a Cache-Control: max-age header to the S3 image objects and S3 video objects. Set the header to 30 days.
Answers
D.
Add a Cache-Control: max-age header to the S3 image objects and S3 video objects. Set the header to 30 days.
Suggested answer: A

Explanation:

Amazon S3 Intelligent-Tiering is a storage class that automatically moves objects between two access tiers based on changing access patterns. Objects that are accessed frequently are stored in the frequent access tier and objects that are accessed infrequently are stored in the infrequent access tier. This allows for cost optimization without requiring manual intervention. This makes it an ideal solution for the scenario described, as it can automatically move objects that are infrequently accessed after 30 days to a lower-cost storage tier while still maintaining millisecond retrieval availability.

asked 16/09/2024
Bruno Piovan
27 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first