
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 is building a web-based application running on Amazon EC2 instances in multiple Availability Zones. The web application will provide access to a repository of text documents totaling about 900 TB in size. The company anticipates that the web application will experience periods of high demand. A solutions architect must ensure that the storage component for the text documents can scale to meet the demand of the application at all times. The company is concerned about the overall cost of the solution.
Which storage solution meets these requirements MOST cost-effectively?
A
Amazon Elastic Block Store (Amazon EBS)
B
Amazon Elastic File System (Amazon EFS)
C
Amazon OpenSearch Service (Amazon Elasticsearch Service)
D
Amazon S3
Explanation:
Amazon S3 is the most cost-effective solution for this scenario because:
Massive Scale (900 TB): Amazon S3 is designed for exabyte-scale storage and can easily handle 900 TB of text documents without any scaling limitations.
Cost-Effectiveness:
Scalability: S3 automatically scales to handle any amount of data and any level of request traffic without provisioning.
High Availability: S3 provides 99.999999999% (11 9's) durability and 99.99% availability across multiple Availability Zones.
Integration: EC2 instances can access S3 through the AWS SDK, AWS CLI, or mount via S3 File Gateway if file system semantics are needed.
Performance: For periods of high demand, S3 can handle thousands of requests per second and supports parallel access from multiple EC2 instances.
Alternative considerations:
Best Practice: For large-scale, cost-effective object storage with unpredictable demand patterns, Amazon S3 is the optimal choice.