Topic 1 Question 286
A company has a static website that is hosted on Amazon CloudFront in front of Amazon S3. The static website uses a database backend. The company notices that the website does not reflect updates that have been made in the website’s Git repository. The company checks the continuous integration and continuous delivery (CI/CD) pipeline between the Git repository and Amazon S3. The company verifies that the webhooks are configured properly and that the CI/CD pipeline is sending messages that indicate successful deployments.
A solutions architect needs to implement a solution that displays the updates on the website.
Which solution will meet these requirements?
Add an Application Load Balancer.
Add Amazon ElastiCache for Redis or Memcached to the database layer of the web application.
Invalidate the CloudFront cache.
Use AWS Certificate Manager (ACM) to validate the website’s SSL certificate.
ユーザの投票
コメント(5)
- 正解だと思う選択肢: C
Invalidate the CloudFront cache: The solutions architect should invalidate the CloudFront cache to ensure that the latest version of the website is being served to users.
👍 6fulingyu2882023/02/17 - 正解だと思う選択肢: C
C. Invalidate the CloudFront cache. Problem is the CF cache. After invalidating the CloudFront cache, CF will be forces to read the updated static page from the S3 and the S3 changes will start being visible.
👍 3Bhawesh2023/02/17 - 正解だと思う選択肢: C
We need to create an Cloudfront invalidation
👍 2Neorem2023/02/17
シャッフルモード