
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 provides an online service for posting video content and transcoding it for use by any mobile platform. The application architecture uses Amazon Elastic File System (Amazon EFS) Standard to collect and store the videos so that multiple Amazon EC2 Linux instances can access the video content for processing. As the popularity of the service has grown over time, the storage costs have become too expensive.
Which storage solution is MOST cost-effective?
A
Use AWS Storage Gateway for files to store and process the video content.
B
Use AWS Storage Gateway for volumes to store and process the video content.
C
Use Amazon EFS for storing the video content. Once processing is complete, transfer the files to Amazon Elastic Block Store (Amazon EBS).
D
Use Amazon S3 for storing the video content. Move the files temporarily over to an Amazon Elastic Block Store (Amazon EBS) volume attached to the server for processing.
Explanation:
Correct Answer: D
Why Option D is the most cost-effective solution:
Amazon S3 is significantly cheaper than EFS for storage:
Processing workflow optimization:
Why other options are less optimal:
Architectural benefits:
Key AWS Service Characteristics:
This solution follows AWS best practices for cost optimization by using the right storage service for each part of the workflow.