ExamQuestions.com

Register
Login
AWS Certified Security Specialty Exam Questions

Amazon

AWS Certified Security Specialty

261 / 310

Question 261:

You have an application deployed in AWS, and a CloudFront distribution is configured to deliver the content. Clients can use the application to get files from an S3 bucket.
You need to restrict access to the files because the content is intended for selected users. You have already associated an origin access identity with the CloudFront distribution, and users cannot bypass CloudFront to access S3 files.
Which methods can you use to serve the private content for CloudFront? (Select TWO.)

Answer options:

A.Configure the CloudFront distribution to require that viewers use HTTPS to request the objects in S3.
B.Develop the application to determine whether a user should have access to the content and create CloudFront signed URLs.
C.Configure AWS WAF in the CloudFront distribution to monitor the HTTP and HTTPS requests and control access to the content in S3.
D.Configure the S3 bucket policy only to allow the CloudFront origin access identity to read files on the bucket.
E.Use the application to check whether or not a user should have access to the content and configure CloudFront signed cookies.