Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Professional SAP-C02 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional SAP-C02 exam

Exam AWS Certified Solutions Architect - Professional SAP-C02 topic 1 question 384 discussion

A company provides a software as a service (SaaS) application that runs in the AWS Cloud. The application runs on Amazon EC2 instances behind a Network Load Balancer (NLB). The instances are in an Auto Scaling group and are distributed across three Availability Zones in a single AWS Region.

The company is deploying the application into additional Regions. The company must provide static IP addresses for the application to customers so that the customers can add the IP addresses to allow lists. The solution must automatically route customers to the Region that is geographically closest to them.

Which solution will meet these requirements?

  • A. Create an Amazon CloudFront distribution. Create a CloudFront origin group. Add the NLB for each additional Region to the origin group. Provide customers with the IP address ranges of the distribution’s edge locations.
  • B. Create an AWS Global Accelerator standard accelerator. Create a standard accelerator endpoint for the NLB in each additional Region. Provide customers with the Global Accelerator IP address.
  • C. Create an Amazon CloudFront distribution. Create a custom origin for the NLB in each additional Region. Provide customers with the IP address ranges of the distribution’s edge locations.
  • D. Create an AWS Global Accelerator custom routing accelerator. Create a listener for the custom routing accelerator. Add the IP address and ports for the NLB in each additional Region. Provide customers with the Global Accelerator IP address.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
ayadmawla
Highly Voted 11 months, 3 weeks ago
Selected Answer: B
Answer is B not D. CloudFront does not work with NLB nor does it accept a fixed IP address A Standard accelerators automatically route traffic to a healthy endpoint that is nearest to your user. Since they're designed to load balance traffic, you can't deterministically route multiple users to a specific EC2 destination behind your accelerator. Custom routing accelerators allows you to do just that. Another difference is that standard routing accelerators support Network Load Balancers, Application Load Balancers, EC2 instances, and Elastic IPs as endpoints. Custom routing accelerators support only VPC subnet endpoints, each containing one or more EC2 instances that are running your application. https://aws.amazon.com/global-accelerator/faqs/#:~:text=A%3A%20Standard%20accelerators%20automatically%20route,you%20to%20do%20just%20that.
upvoted 14 times
...
AzureDP900
Most Recent 1 week, 2 days ago
Option B Creating a Standard Accelerator with multiple endpoints, one for each additional region, allows you to provide static IP addresses that can be used by customers to allow lists. The Global Accelerator IP address is essentially a global IP address that points to an accelerator endpoint. This means that regardless of the customer's location, traffic will be routed to the nearest edge location (determined by AWS's latency algorithms), which is typically located in the closest region. By providing customers with the Global Accelerator IP address, you can ensure that they can access your application from anywhere in the world.
upvoted 1 times
...
Pics00094
8 months, 1 week ago
Selected Answer: B
B is correct
upvoted 1 times
...
saggy4
9 months, 2 weeks ago
Selected Answer: B
D - With a custom routing accelerator, Global Accelerator does not route traffic based on the geoproximity or health of the endpoint. A and C - Though it may work but the IP address list keeps on changing and we can use this only in internal AWS implementations where we have access to the prefix list of Cloudfront IPs B is the correct answer
upvoted 1 times
...
career360guru
10 months, 2 weeks ago
Selected Answer: B
Option B is most appropriate here because requirement is to route the customer to closest region and not to specific EC2 instance. Option D provides custom routing that is not required in this case.
upvoted 2 times
...
J0n102
11 months, 4 weeks ago
Selected Answer: D
https://aws.amazon.com/blogs/networking-and-content-delivery/introducing-aws-global-accelerator-custom-routing-accelerators/
upvoted 2 times
...
shaaam80
12 months ago
Selected Answer: B
Answer B. For standard accelerators, the endpoints are Network Load Balancers, Application Load Balancers, Amazon EC2 instances, or Elastic IP addresses. For custom routing accelerators, the endpoints are virtual private cloud (VPC) subnets with one or more EC2 instances.
upvoted 3 times
...
thala
1 year ago
Selected Answer: B
standard
upvoted 1 times
...
devalenzuela86
1 year ago
Selected Answer: B
B for sure
upvoted 1 times
...
cypkir
1 year ago
Selected Answer: B
Answer: B
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...