AWS Certified Machine Learning – Specialty — Question 320

A data scientist is designing a repository that will contain many images of vehicles. The repository must scale automatically in size to store new images every day. The repository must support versioning of the images. The data scientist must implement a solution that maintains multiple immediately accessible copies of the data in different AWS Regions.

Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

Amazon S3 is the ideal solution because it scales automatically, natively supports object versioning, and allows for immediate access in different AWS Regions using S3 Cross-Region Replication (CRR). Other options like Amazon EBS snapshots do not provide immediate active-active access across regions without restoring them first. Amazon EFS and AWS Storage Gateway do not natively support object versioning and automatic cross-region replication with immediate multi-region accessibility.