AWS Certified Advanced Networking – Specialty ANS-C00 – Question156

You have just deployed a website that utilizes CloudFront, ELB, and S3 to serve content. When users access your site, they are seeing broken image links. What is most likely the problem?

A.
There is no record in Route 53 pointing cdn.yourdomain.com to the CloudFront ALIAS.
B. You need to create Origin Access Identity for CloudFront and add it to your bucket policy.
C. The images in S3 are saved as .png instead of .jpg.
D. There is no rule in your bucket policy allowing public access.

Correct Answer: B

Explanation:

Explanation:
You must have an OAI if the bucket policy does not allow public access, which is bad practice.