Topic 1 Question 143
2 つ選択A company’s website runs on an Amazon EC2 instance and uses Auto Scaling to scale the environment during peak times. Website users across the world are experiencing high latency due to static content on the EC2 instance, even during non-peak hours.
Which combination of steps will resolve the latency issue?
Double the Auto Scaling group’s maximum number of servers.
Host the application code on AWS Lambda.
Scale vertically by resizing the EC2 instances.
Create an Amazon CloudFront distribution to cache the static content.
Store the application’s static content in Amazon S3.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: DE
Option (D), creating an Amazon CloudFront distribution to cache static content, is the most recommended solution. CloudFront is a global content delivery network (CDN) that can cache static content on servers distributed around the world. This can help significantly reduce latency for users around the world. Option (E), storing your application's static content in Amazon S3, can also help reduce latency. S3 is a high-performance object storage service that can be used to store static content.
👍 3Digo30sp2023/10/06
シャッフルモード