Topic 1 Question 473
A company hosts a website on Amazon EC2 instances behind an Application Load Balancer (ALB). The website serves static content. Website traffic is increasing, and the company is concerned about a potential increase in cost.
Create an Amazon CloudFront distribution to cache state files at edge locations
Create an Amazon ElastiCache cluster. Connect the ALB to the ElastiCache cluster to serve cached files
Create an AWS WAF web ACL and associate it with the ALB. Add a rule to the web ACL to cache static files
Create a second ALB in an alternative AWS Region. Route user traffic to the closest Region to minimize data transfer costs
ユーザの投票
コメント(2)
- 正解だと思う選択肢: A
a for me
👍 2nosense2023/05/16 - 正解だと思う選択肢: A
Amazon CloudFront: CloudFront is a content delivery network (CDN) service that caches content at edge locations worldwide. By creating a CloudFront distribution, static content from the website can be cached at edge locations, reducing the load on the EC2 instances and improving the overall performance.
Caching Static Files: Since the website serves static content, caching these files at CloudFront edge locations can significantly reduce the number of requests forwarded to the EC2 instances. This helps to lower the overall cost by offloading traffic from the instances and reducing the data transfer costs.
👍 2LONGMEN2023/05/18
シャッフルモード