SAP-C02 · Question #240
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 u
The correct answer is C. Add an accelerator in AWS Global Accelerator. Configure the ALB as the origin.. 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 t
Question
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?
Options
- AAdd an Amazon CloudFront distribution. Configure the ALB as the origin.
- BAdd an Amazon API Gateway edge-optimized API endpoint to expose the APIs. Configure the
- CAdd an accelerator in AWS Global Accelerator. Configure the ALB as the origin.
- DDeploy the APIs to two additional AWS Regions: eu-west-1 and ap-southeast-2. Add latency-
How the community answered
(21 responses)- A14% (3)
- B33% (7)
- C48% (10)
- D5% (1)
Explanation
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.
Community Discussion
No community discussion yet for this question.