
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 an application on a group of Amazon Linux EC2 instances. For compliance reasons, the company must retain all application log files for 7 years. The log files will be analyzed by a reporting tool that must be able to access all the files concurrently.
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 EC2 instance store
D
Amazon S3
Explanation:
Amazon S3 is the most cost-effective solution for this scenario because:
Long-term retention requirements: The logs must be retained for 7 years. Amazon S3 offers lifecycle policies and storage classes (like S3 Glacier Deep Archive) that are specifically designed for long-term archival storage at very low costs.
Concurrent access requirements: The reporting tool needs to access all files concurrently. Amazon S3 provides highly available, scalable object storage that can serve multiple concurrent requests without performance degradation.
Cost-effectiveness:
Compliance features: S3 offers features like versioning, object lock, and compliance controls that help meet regulatory requirements.
Scalability: S3 automatically scales to handle any amount of data and concurrent access patterns.
Recommended implementation:
This approach provides the lowest cost while meeting all requirements: 7-year retention, concurrent access, and compliance needs.