ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 803 - SAA-C03 discussion

Report
Export

An online gaming company hosts its platform on Amazon EC2 instances behind Network Load Balancers (NLBs) across multiple AWS Regions. The NLBs can route requests to targets over the internet. The company wants to improve the customer playing experience by reducing end-to-end load time for its global customer base.

Which solution will meet these requirements?

A.
Create Application Load Balancers (ALBs) in each Region to replace the existing NLBs. Register the existing EC2 instances as targets for the ALBs in each Region.
Answers
A.
Create Application Load Balancers (ALBs) in each Region to replace the existing NLBs. Register the existing EC2 instances as targets for the ALBs in each Region.
B.
Configure Amazon Route 53 to route equally weighted traffic to the NLBs in each Region.
Answers
B.
Configure Amazon Route 53 to route equally weighted traffic to the NLBs in each Region.
C.
Create additional NLBs and EC2 instances in other Regions where the company has large customer bases.
Answers
C.
Create additional NLBs and EC2 instances in other Regions where the company has large customer bases.
D.
Create a standard accelerator in AWS Global Accelerator. Configure the existing NLBs as target endpoints.
Answers
D.
Create a standard accelerator in AWS Global Accelerator. Configure the existing NLBs as target endpoints.
Suggested answer: D

Explanation:

The company wants to reduce end-to-end load time for its global customer base. AWS Global Accelerator provides a network optimization service that reduces latency by routing traffic to the nearest AWS edge locations, improving the user experience for globally distributed customers.

Detailed Explanation:

AWS Global Accelerator:

Global Accelerator improves the performance of your applications by routing traffic through AWS's global network infrastructure. This reduces the number of hops and latency compared to using the public internet.

By creating a standard accelerator and configuring the existing NLBs as target endpoints, Global Accelerator ensures that traffic from users around the world is routed to the nearest AWS edge location and then through optimized paths to the NLBs in each region. This significantly improves end-to-end load time for global customers.

Why Not the Other Options?:

Option A (ALBs instead of NLBs): ALBs are designed for HTTP/HTTPS traffic and provide layer 7 features, but they wouldn't solve the latency issue for a global customer base. The key problem here is latency, and Global Accelerator is specifically designed to address that.

Option B (Route 53 weighted routing): Route 53 can route traffic to different regions, but it doesn't optimize network performance. It simply balances traffic between endpoints without improving latency.

Option C (Additional NLBs in more regions): This could potentially improve latency but would require setting up infrastructure in multiple regions. Global Accelerator is a simpler and more efficient solution that leverages AWS's existing global network.

AWS

Reference:

AWS Global Accelerator

By using AWS Global Accelerator with the existing NLBs, the company can optimize global traffic routing and improve the customer experience by minimizing latency. Therefore, Option D is the correct answer.

asked 16/09/2024
Arthur Moron
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first