A financial technology company is setting up a new application environment on AWS and has the following storage requirements:
* A persistent, low-latency block storage volume to host a transaction database running on an Amazon EC2 instance.
* An archival storage solution for historical transaction logs that must be kept for years for regulatory compliance, where retrieval times of to hours are acceptable.
Which two AWS storage services or tiers should the company select to meet these requirements? (Select TWO.)
- Amazon Elastic Block Store (Amazon EBS)Answer
- Amazon Simple Storage Service (Amazon S3) Glacier Flexible RetrievalAnswer
- CAmazon Elastic File System (Amazon EFS)
- DAmazon EC2 Instance Store
- EAmazon Simple Storage Service (Amazon S3) Standard
Answer
The company should select Amazon Elastic Block Store (Amazon EBS) for the database and Amazon Simple Storage Service (Amazon S3) Glacier Flexible Retrieval for the archival logs.
Amazon Elastic Block Store (Amazon EBS) is the ideal choice for EC2 database storage because it offers persistent, high-performance block storage volumes. Amazon Simple Storage Service (Amazon S3) Glacier Flexible Retrieval is the most cost-effective option for archiving logs for years since it is designed for infrequently accessed archives and supports retrieval within to hours.
Step-by-Step Solution
Key Concept
AWS Storage Services (EBS vs. S3 Glacier)