A company is setting up a new website on AWS. The website requires a highly durable storage service to host public static assets, such as images and stylesheets, directly to users. Additionally, the website's host virtual machine needs a persistent block storage volume for its operating system boot drive. Which two AWS storage services should the company select to meet these requirements?
- Amazon Simple Storage Service (Amazon S3)Answer
- Amazon Elastic Block Store (Amazon EBS)Answer
- CAmazon Elastic File System (Amazon EFS)
- DAmazon EC2 Instance Store
- EAmazon S3 Glacier Flexible Retrieval
Answer
Amazon Simple Storage Service (Amazon S3) and Amazon Elastic Block Store (Amazon EBS)
Amazon Simple Storage Service (Amazon S3) is the correct choice for hosting static assets because it is designed for scalable, durable object storage with direct web accessibility. Amazon Elastic Block Store (Amazon EBS) is the correct choice for the boot volume because it provides persistent, low-latency block storage that remains intact when the EC2 instance is stopped.
Step-by-Step Solution
Key Concept
Selecting appropriate storage types based on persistency, access patterns, and protocol requirements.