Topic 1 Question 208
A software-as-a-service (SaaS) provider exposes APIs through an Application Load Balancer (ALB). The ALB connects to an Amazon Elastic Kubernetes Service (Amazon EKS) cluster that is deployed in the us-east-1 Region. The exposed APIs contain usage of a few non-standard REST methods: LINK, UNLINK, LOCK, and UNLOCK.
Users outside the United States are reporting long and inconsistent response times for these APIs. A solutions architect needs to resolve this problem with a solution that minimizes operational overhead.
Which solution meets these requirements?
Add an Amazon CloudFront distribution. Configure the ALB as the origin.
Add an Amazon API Gateway edge-optimized API endpoint to expose the APIs. Configure the ALB as the target.
Add an accelerator in AWS Global Accelerator. Configure the ALB as the origin.
Deploy the APIs to two additional AWS Regions: eu-west-1 and ap-southeast-2. Add latency-based routing records in Amazon Route 53.
ユーザの投票
コメント(7)
- 正解だと思う選択肢: C👍 4Masonyeoh2023/05/26
- 👍 2Roontha2023/05/26
- 正解だと思う選択肢: C
AWS Global Accelerator is a service that improves the availability and performance of applications for global users. By adding an accelerator in AWS Global Accelerator and configuring the ALB as the origin, the traffic from users outside the United States will be routed through the Global Accelerator network, which uses the AWS global network infrastructure to optimize the delivery of the application traffic.
👍 2andreitugui2023/05/30
シャッフルモード