
Answer-first summary for fast verification
Answer: Clear the CloudFront cache.
The highly voted answer is to invalidate the CloudFront cache. The primary issue here is that the updates from the Git repository are not reflecting on the static website. This often happens because CloudFront is serving cached content, which does not include the latest updates from the S3 bucket. By invalidating the CloudFront cache, the latest content from the S3 bucket will be served, thereby displaying the updates on the website. Options A and D are not relevant to the problem of reflecting updates, and while Option B could optimize database performance, it does not address the content delivery issue directly.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A company's static website, hosted on Amazon S3 with CloudFront, is not showing updates from its Git repository despite a verified CI/CD pipeline. What solution should a solutions architect implement to display the updates?
A
Introduce an Application Load Balancer.
B
Implement Amazon ElastiCache for the database layer.
C
Clear the CloudFront cache.
D
Utilize AWS Certificate Manager for SSL validation.