volume_mute

Choose the best storage option

publish date2024/08/07 22:53:11.107794 UTC

volume_mute

You're an architect for an ecommerce company that wants to run their MySQL database on an EC2 instance. This database needs a storage layer to store their order and customer information. The database will frequently be accessed and updated, so the storage layer needs to respond quickly. It's important that the storage is fast and durable.

Which AWS storage service should you use? 

Amazon Elastic Block Store (EBS)
Amazon S3
Amazon instance store
Amazon Elastic File System (EFS)

Correct Answer

Amazon Elastic Block Store (EBS)

Explanation

We are choosing Amazon EBS and not Amazon instance store because it's an ecommerce company, their order and customer data is what drives the business, which means the persistence and durability of that data is really important. Using EC2 instance store would definitely give us the speed we're looking for, but it wouldn't give us the durability needed to store this data long term.

Reference

AWS Skills Builder


Quizzes you can take where this question appears