ANS-C01 · Question #258
A company has a web application that runs in eight AWS Regions. In each Region, the application is hosted on multiple compute resources behind an Application Load Balancer (ALB). The different…
The correct answer is A. Use ACM to create an SSL/TLS certificate in the us-east-1 Region for the new domain. B. Set up latency-based routing in Amazon Route 53 for the new domain. Add the ALBs from all the F. Create a custom routing accelerator in AWS Global Accelerator. Configure a listener for HTTPS. To centralize a web application under a single domain across eight AWS Regions and minimize latency, a solution involves provisioning an SSL certificate, leveraging Route 53 for latency-based routing, and utilizing Global Accelerator for optimized traffic management.
Question
A company has a web application that runs in eight AWS Regions. In each Region, the application is hosted on multiple compute resources behind an Application Load Balancer (ALB). The different Regions are using different domains. Each ALB is configured to accept only HTTPS traffic. Each ALB uses a certificate from AWS Certificate Manager (ACM). The company wants to simplify the application's appearance on the web by using a new single domain for all Regions. A network engineer needs to implement this change by designing a solution that also will minimize latency for the application's end users. Which combination of actions will meet these requirements? (Choose three.)
Options
- AUse ACM to create an SSL/TLS certificate in the us-east-1 Region for the new domain.
- BSet up latency-based routing in Amazon Route 53 for the new domain. Add the ALBs from all the
- CCreate an alias record for the accelerator in Amazon Route 53 for the new domain.
- DCreate a standard accelerator in AWS Global Accelerator. Configure a listener for TCP traffic.
- EUse ACM to create an SSLITLS certificate for each Region. Configure all the ALBs to use the
- FCreate a custom routing accelerator in AWS Global Accelerator. Configure a listener for HTTPS
How the community answered
(29 responses)- A59% (17)
- C21% (6)
- D14% (4)
- E7% (2)
Why each option
To centralize a web application under a single domain across eight AWS Regions and minimize latency, a solution involves provisioning an SSL certificate, leveraging Route 53 for latency-based routing, and utilizing Global Accelerator for optimized traffic management.
Provisioning an SSL/TLS certificate for the new domain via AWS Certificate Manager (ACM) in a designated region (e.g., us-east-1) is a prerequisite for HTTPS traffic, which all ALBs are configured to accept, and ensures secure communication for the new single domain.
Setting up latency-based routing in Amazon Route 53 for the new domain directly minimizes latency by directing users to the AWS Region and Application Load Balancer (ALB) that offers the lowest network latency from their location, effectively addressing the single domain and low latency requirements.
Creating an alias record for the accelerator in Route 53 is typically done if Global Accelerator is the primary entry point for the new domain, which would conflict with setting up latency-based routing directly to ALBs (option B).
Creating a *standard* accelerator in AWS Global Accelerator is a common and effective approach for global load balancing and latency reduction for general web applications, making it a strong candidate; however, it was not selected as a correct answer.
Creating an SSL/TLS certificate for *each Region* would be necessary if each regional ALB is responsible for its own SSL termination using the new domain, but the solution chosen implies a different (possibly centralized or CloudFront-integrated) certificate strategy in option A.
Creating an AWS Global Accelerator (even a custom routing type, typically for specific routing) allows traffic to traverse the AWS global network, improving performance and minimizing latency by using AWS's optimized network path to the nearest healthy endpoint, complementing other routing strategies, with 'HTTPS listener' referring to directing traffic to HTTPS endpoints.
Concept tested: Global Web Application with Low Latency and Single Domain
Source: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html#routing-policy-latency
Community Discussion
No community discussion yet for this question.