AWS Certified DevOps Engineer – Professional — Question 202

A company is building a solution for storing files containing Personally Identifiable Information (PII) on AWS.
Requirements state:
✑ All data must be encrypted at rest and in transit.
✑ All data must be replicated in at least two locations that are at least 500 miles (805 kilometers) apart.
Which solution meets these requirements?

Answer options

Correct answer: B

Explanation

Option B is the correct choice as it ensures that the S3 buckets are located in separate AWS Regions, thus meeting the geographical distance requirement, and enforces S3-Managed Keys (SSE-S3) for encryption at rest and HTTPS for encryption in transit. Options A and D incorrectly suggest using Availability Zones, which may not meet the distance requirement, and option C uses an IAM role instead of a bucket policy for access control, which is not aligned with the specified requirements.