Storing Objects with Downloadable URLs: Best Storage Option | Exam Prep

Storing Objects with Downloadable URLs

Question

There is a requirement to store objects.

The objects must be downloadable via a URL.

Which storage option would you choose?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

Answer - A.

Amazon S3 is the perfect storage option.

It also provides the facility of assigning a URL to each object which can be used to download the object.

For more information on AWS S3, please visit the Link:

https://aws.amazon.com/s3/

B is incorrect.

Glacier is for archival and long-term storage.

This question is to check the user understanding of AWS S3 service terminology and use cases.

Objects are stored in S3 and should be downloadable via a URL.

It's not possible with EBS.

The appropriate storage option for the requirement of storing objects that are downloadable via a URL is Amazon S3 (Simple Storage Service).

Amazon S3 is a highly scalable and durable object storage service that allows users to store and retrieve data from anywhere on the web. S3 enables easy management of objects, including uploading, downloading, and managing access to objects, as well as providing security, durability, and scalability.

One of the key features of Amazon S3 is that it provides a unique URL for each object stored in it, allowing easy access to the object from anywhere on the web. This URL can be shared with anyone who needs to access the object, making it easy to share files with others.

Amazon Glacier is a low-cost storage service designed for data archiving and backup, and is optimized for infrequently accessed data. It is not designed for real-time access to data and does not provide URLs for objects stored in it.

Amazon Storage Gateway is a hybrid storage service that enables on-premises applications to use cloud storage. It is not designed to store objects for real-time access via a URL.

Amazon EBS (Elastic Block Store) is a block-level storage service designed to provide persistent storage for Amazon EC2 instances. It is not designed for storing objects for real-time access via a URL.

Therefore, the most appropriate storage option for the given requirement is Amazon S3.