Amazon Web Services (AWS) Certified Cloud Practitioner Exam - Best-Suited File Storage Option for Petabyte-Scale Linux-Based Workloads

Best-Suited File Storage Option for Petabyte-Scale Linux-Based Workloads

Question

When an administrator is looking to deploy shared file access Linux-based workloads which will require up to petabytes of data stores, what is the best-suited file storage option to use?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

Correct Answer - A.

Amazon Elastic File Storage (EFS) is the best-suited file storage option for the described scenario.

It is designed for shared file access and scaling to petabyte data store.

https://aws.amazon.com/efs/when-to-choose-efs/

Option B is incorrect because Amazon S3 is an object data store which is not suitable for deploying Linux-based workloads as the scenario outlines.

Option C is incorrect because AWS Snowball is a data transport solution and data migration which is not suitable for deploying shared file access builds.

https://aws.amazon.com/snowball/

Option D is incorrect because Amazon Elastic Block Store is block storage service for access by an EC2 instance but without the capability of a share file access.

Applications that utilize persistent or dedicated block storage for a single instance can use Amazon EBS storage.

https://aws.amazon.com/efs/when-to-choose-efs/

The best-suited file storage option for Linux-based workloads that require up to petabytes of data stores is Amazon EFS (Elastic File System).

Amazon EFS is a scalable, fully-managed, and highly available cloud-based file storage service. It allows multiple EC2 instances to access a shared file system at the same time, enabling it to provide file storage for Linux-based applications that need shared access to file data.

Amazon S3 (Simple Storage Service) is an object-based storage service that is ideal for storing and retrieving large amounts of unstructured data. It is not suitable for storing and accessing files that require frequent read and write operations, and it does not provide a file system interface that is required by Linux-based applications.

AWS Snowball is a physical storage device that allows you to transfer large amounts of data from your on-premises data center to the cloud. It is not a suitable option for file storage.

Amazon EBS (Elastic Block Store) is a block storage service that is used to store data for EC2 instances. It is not designed for file storage, and it is not suitable for shared access.

In summary, Amazon EFS is the best-suited file storage option for Linux-based workloads that require up to petabytes of data stores, as it provides a scalable and fully-managed file storage system with shared access capabilities.