exam questions

Exam AWS Certified SysOps Administrator - Associate All Questions

View all questions & answers for the AWS Certified SysOps Administrator - Associate exam

Exam AWS Certified SysOps Administrator - Associate topic 1 question 367 discussion

A SysOps administrator needs to deploy an application in multiple AWS Regions. The SysOps administrator must implement a solution that routes users to the Region with the lowest latency. In case of failure, the solution must automatically route requests to a Region with a healthy instance of the application. The company needs a solution with the shortest time to failover.

Which solution will meet these requirements?

  • A. Create Amazon Route 53 A records that have the same name for each endpoint. Use a latency routing policy. Associate a health check with each record.
  • B. Create Amazon Route 53 A records that have the same name for each endpoint. Use a failover routing policy. Associate a health check with each record.
  • C. Create an AWS Global Accelerator standard accelerator. Create an endpoint group for each Region. Add a listener to the accelerator. Associate the endpoint group with the listener.
  • D. Create Amazon Route 53 A records that have the same name for each endpoint. Use a geolocation routing policy. Associate a health check with each record.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Christina666
Highly Voted 1 year, 9 months ago
Selected Answer: C
AWS Global Accelerator is a service that helps to improve the availability and performance of applications by directing traffic through the AWS global network. It automatically routes traffic to the closest AWS Region based on the lowest latency for the end user. By creating an endpoint group for each AWS Region, the Global Accelerator can distribute traffic across multiple Regions. This means that users will be routed to the Region with the lowest latency, ensuring the best performance for their location. Adding a listener to the accelerator allows it to listen for incoming traffic and direct it to the appropriate endpoint group. The AWS Global Accelerator constantly monitors the health of the endpoints (applications) in each endpoint group. If an endpoint becomes unhealthy or experiences a failure, the Global Accelerator automatically reroutes traffic to a healthy instance of the application in another Region, ensuring high availability and automatic failover.
upvoted 9 times
Christina666
1 year, 9 months ago
https://aws.amazon.com/global-accelerator/faqs/
upvoted 4 times
...
[Removed]
1 year, 9 months ago
Instant regional failover: AWS Global Accelerator automatically checks the health of your applications and routes user traffic only to healthy application endpoints. If the health status changes or you make configuration updates, AWS Global Accelerator reacts instantaneously to route your users to the next available endpoint.
upvoted 3 times
...
mana25
1 year, 8 months ago
you can have latency routing polcicy and add healchecks. https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-complex-configs.html still no sure
upvoted 1 times
TwinSpark
1 year, 7 months ago
option A is working, but correct answer is D, coz the question say "the shortest failover time". route 53 can take more time than aws global accellerator to understand an endpoint fail
upvoted 2 times
...
...
Christina666
1 year, 9 months ago
Option A, using latency-based routing in Amazon Route 53, can direct traffic to the Region with the lowest latency but doesn't offer the automatic failover capability. Option B, using failover routing in Amazon Route 53, can direct traffic to a standby Region in case of failure, but it doesn't consider latency for optimal routing. Option D, using geolocation routing in Amazon Route 53, routes traffic based on the geographic location of users but doesn't consider latency or provide automatic failover.
upvoted 3 times
...
...
r2c3po
Highly Voted 1 year, 4 months ago
Selected Answer: C
AWS Global Accelerator is designed to route traffic across multiple AWS Regions with low-latency, high-availability, and automatic failover. By creating an AWS Global Accelerator standard accelerator, you can create endpoint groups for each Region where your application is deployed. The accelerator automatically directs traffic to the healthy endpoint within the endpoint group. This solution provides a low-latency routing policy and supports automatic failover, meeting the requirements specified. Option A (using Route 53 with a latency routing policy) could work for latency-based routing but does not provide automatic failover. Option B (using Route 53 with a failover routing policy) could provide failover, but it doesn't explicitly mention the requirement for low-latency routing. Option D (using Route 53 with a geolocation routing policy) is based on geographic location and doesn't explicitly prioritize low-latency routing or provide automatic failover.
upvoted 5 times
...
VerRi
Most Recent 10 months ago
Selected Answer: C
Global Accelerator is positioned in front of Route 53. It reacts faster than Route 53 for both latency-based distribution and failover.
upvoted 1 times
...
mestule
1 year ago
Selected Answer: A
Global Accelerator doesn’t inherently prioritize latency-based routing
upvoted 1 times
...
jerry8964
1 year, 4 months ago
Selected Answer: A
A is correct. For C. AWS Global Accelerator improves global application availability and performance using the AWS global network. While it routes user traffic to healthy endpoints and can work well for global applications, it doesn't specifically route based on latency.
upvoted 4 times
...
Debugs_Bunny
1 year, 5 months ago
Selected Answer: C
AWS Global Accelerator: This service is designed to route user traffic to the nearest AWS endpoint with the lowest latency. It uses the AWS global network, improving the user experience by reducing the number of hops and potentially the distance that user traffic must travel. It also provides automatic failover to the next closest endpoint that is healthy, ensuring high availability and resilience.
upvoted 3 times
...
Hatem08
1 year, 5 months ago
Selected Answer: A
Correct answer is A
upvoted 1 times
...
Learning4life
1 year, 5 months ago
Answer: C AWS Global Accelerator always routes user traffic to the optimal endpoint based on performance, reacting instantly to changes in application health, your user’s location, and policies that you configure. AWS Global Accelerator automatically checks the health of your applications and routes user traffic only to healthy application endpoints. If the health status changes or you make configuration updates, AWS Global Accelerator reacts instantaneously to route your users to the next available endpoint.
upvoted 1 times
...
DeaconStJohn
1 year, 6 months ago
Selected Answer: A
Global accelerator cannot satisfy the lowest latency requirement. only latency based routing policy can. it can max out performance but in the documentation the wording does not state latency. it covers many different factors but latency isn't one of them. The wording in the question to me doesn't scream out failover. they are asking if traffic will be re routed to another healthy instance in the event of the lowest latency instance failing. still using the lowest latency policy it will hit the other instance in the ALB target group. This is a tricky one but I cant see past the "has to route based on latency"
upvoted 4 times
DeaconStJohn
1 year, 6 months ago
I've actually read the question now and I guess I made up there was a load balancer and target group in each region. I'm starting to lean more towards global accelerator as it uses edge locations and hence will be inadvertently routing to the lowest latency.
upvoted 3 times
...
...
TwinSpark
1 year, 7 months ago
Selected Answer: C
option A is working, but correct answer is D, coz the question say "the shortest failover time". route 53 health check take more time than aws global accellerator to understand an endpoint failure
upvoted 2 times
TwinSpark
1 year, 7 months ago
Correct answer Is C, typo
upvoted 1 times
...
...
nizammusasoac02
1 year, 9 months ago
Selected Answer: C
Global Accelerator
upvoted 3 times
...
trvtrinh
1 year, 10 months ago
Option C is the solution that meets the requirements for routing users to the Region with the lowest latency and providing automatic failover. AWS Global Accelerator is designed to improve the availability and performance of applications by leveraging AWS's global network. By using Global Accelerator, you can direct user traffic to the closest AWS edge location, reducing latency and improving the application's responsiveness.
upvoted 1 times
...
jas26says
1 year, 10 months ago
Selected Answer: A
It´s latency based routing with failover.
upvoted 3 times
trvtrinh
1 year, 10 months ago
Option A, as described, uses latency-based routing but doesn't provide the automatic failover capability that the question requires. It would be suitable for routing users to the closest Region based on latency, but it doesn't address the requirement for automatic failover in case of a failure.
upvoted 1 times
jas26says
1 year, 10 months ago
At the end, option A says "Associate a health check with each record". Doing this with all the records created, provides the redundancy needed for the application.
upvoted 4 times
...
...
...
Alagong
1 year, 10 months ago
AAAAAA?
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago