AWS Certified Security – Specialty (SCS-C02) — Question 151

A security engineer needs to set up an Amazon CloudFront distribution for an Amazon S3 bucket that hosts a static website. The security engineer must allow only specified IP addresses to access the website. The security engineer also must prevent users from accessing the website directly by using S3 URLs.

Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

Option B is correct because it uses an origin access control (OAC) to ensure that only CloudFront can access the S3 bucket, while the AWS WAF web ACL restricts access to specific IP addresses. Option A does not prevent direct access via S3 URLs, and options C and D do not effectively restrict access through the CloudFront distribution as required.