QuestionQ513

Content Domain 3: Cloud Technology and Services

A company wants to store its files in the AWS Cloud. Users need to be able to download these files directly using a public URL.

Which AWS service or feature will meet this requirement?

  • A Amazon Redshift
  • B Amazon Elastic Block Store (Amazon EBS)
  • C Amazon Elastic File System (Amazon EFS)
  • D Amazon S3
Explanation

Amazon S3 enables storing files and generating public URLs for direct downloads. Users can configure bucket policies and object permissions to make files publicly accessible. S3 is the appropriate service for file storage with URL-based access. Redshift is a data warehouse, EBS provides block storage, and EFS provides file system storage without public URL capabilities.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!