
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company runs a website that stores images of historical events. Website users need the ability to search and view images based on the year that the event in the image occurred. On average, users request each image only once or twice a year. The company wants a highly available solution to store and deliver the images to users.
Which solution will meet these requirements MOST cost-effectively?
A
Store images in Amazon Elastic Block Store (Amazon EBS). Use a web server that runs on Amazon EC2.
B
Store images in Amazon Elastic File System (Amazon EFS). Use a web server that runs on Amazon EC2.
C
Store images in Amazon S3 Standard. Use S3 Standard to directly deliver images by using a static website.
D
Store images in Amazon S3 Standard-Infrequent Access (S3 Standard-IA). Use S3 Standard-IA to directly deliver images by using a static website.
Explanation:
Why Option D is the most cost-effective solution:
Infrequent Access Pattern: The question states that "users request each image only once or twice a year." This is a perfect use case for S3 Standard-IA (Infrequent Access), which is designed for data that is accessed less frequently but requires rapid access when needed.
Cost Optimization:
High Availability: S3 provides 99.99% availability by default, meeting the requirement for a highly available solution.
Static Website Hosting: S3 can directly serve static content (images) through static website hosting, eliminating the need for EC2 instances and reducing operational overhead.
Comparison with other options:
Key AWS Concepts:
This solution provides the required high availability while minimizing costs for the given access pattern.