exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C02 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C02 exam

Exam AWS Certified Solutions Architect - Associate SAA-C02 topic 1 question 126 discussion

A company has created an isolated backup of its environment in another Region. The application is running in warm standby mode and is fronted by an
Application Load Balancer (ALB). The current failover process is manual and requires updating a DNS alias record to point to the secondary ALB in another
Region.
What should a solutions architect do to automate the failover process?

  • A. Enable an ALB health check
  • B. Enable an Amazon Route 53 health check.
  • C. Crate an CNAME record on Amazon Route 53 pointing to the ALB endpoint.
  • D. Create conditional forwarding rules on Amazon Route 53 pointing to an internal BIND DNS server.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
Paitan
Highly Voted 3 years, 9 months ago
Route 53 health check with active-passive failover record. So correct option is B.
upvoted 106 times
crazyaboutazure
3 years, 8 months ago
Yep B using ROute 53 Failover routing
upvoted 5 times
...
AmazingAWS
2 years, 10 months ago
We need C first, then only health check will re-route the traffics when the primary node became unhealthy. Without 2nd ALB CNAME in route 53 record first, where should the failover go
upvoted 2 times
...
...
eug45
Highly Voted 3 years, 9 months ago
Can you people in Examtopics make sure you answer questions correctly? CORRECT: "Enable an Amazon Route 53 health check" is the correct answer. INCORRECT: "Enable an ALB health check" is incorrect. The point of an ALB health check is to identify the health of targets (EC2 instances). It cannot redirect clients to another Region. INCORRECT: "Create a CNAME record on Amazon Route 53 pointing to the ALB endpoint" is incorrect as an Alias record already exists and is better for mapping to an ALB. INCORRECT: "Create a latency based routing policy on Amazon Route 53" is incorrect as this will only take into account latency, it is not used for failover
upvoted 52 times
noahsark
3 years, 8 months ago
examtopics is kind enough to provide us with question information and a discussion thread, my 2 cents.
upvoted 39 times
cannottellname
3 years, 7 months ago
It always happens in open tools. Good thing is, we do our own research learn abit more and add more value to the certificate.
upvoted 2 times
...
...
...
mfaktas
Most Recent 1 year, 7 months ago
You cannot do B if you dont do C
upvoted 1 times
...
C_M_M
2 years, 2 months ago
An application load balancer can server multiple AZ, but not multiple regions. DNS is the only way to serve multiple region
upvoted 1 times
...
Sikanii
2 years, 5 months ago
B is correct. https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-types.html#dns-failover-types-active-passive
upvoted 1 times
...
Six_Fingered_Jose
2 years, 8 months ago
Selected Answer: B
answer is B as explained by eug45
upvoted 2 times
...
AmazingAWS
2 years, 10 months ago
Selected Answer: C
C "The current failover process is manual and requires updating a DNS alias record to point to the secondary ALB in another Region." The question already told its a manual failover, and need to DNS alias re-map. B is good once you have done option C after CNAME setup
upvoted 1 times
...
esinan
3 years, 2 months ago
Selected Answer: B
Route 53 failover (health check)
upvoted 2 times
...
Sharan_25_v
3 years, 6 months ago
Selected Answer: B
Health Check
upvoted 1 times
...
Jason666888
3 years, 7 months ago
I feel like this should be a multi-option question. In order to automating the failover, we need to make sure that: 1. Route53 is able to redirect to both of the ALBs(C) 2. We need the health check for active-passive failover(B) Sometimes I feel like AWS should really try to design their questions in a better way that ppl can provide feedback so that there question will be more sensible.
upvoted 1 times
Jason666888
3 years, 7 months ago
Also I would say, if I encounted this question in exam, I will take B. In the question they mentioend that they need to manually make a `Alias record` for failover. Well we know that alias record to redirect to aws resource(S3 buckets, cloudFront distributions, another record in the same route 53 hosted zone) are free of charge and definitely recommended over CNAME. They are already using alias record in a manual fasion for a reason, why does someone want to use CNAME for a automated way instead?
upvoted 1 times
...
...
learnerportal
3 years, 8 months ago
How could it be C? They even misspelled the word "Create"
upvoted 1 times
...
ThomasKong
3 years, 8 months ago
"automate the failover process".... C?... B seem like more correct.
upvoted 1 times
...
ccieman2016
3 years, 8 months ago
Created CNAME here isn't possible, letter C is wrong. Keep in mind guys, there's two ALB it's a key this question. if there's two ALB, only route53 with health check enable create this failover environment.100% sure for B.
upvoted 4 times
...
simran_kaur_simmi
3 years, 8 months ago
keyword DNS = route 53
upvoted 3 times
...
woke
3 years, 8 months ago
C. Crate an CNAME record on Amazon Route 53 pointing to the ALB endpoint.
upvoted 1 times
...
soundarya_vs
3 years, 8 months ago
C is correct ALB provides fixed hostname. On failover should redirect to another fixed hostname in another region
upvoted 2 times
...
meeko86
3 years, 8 months ago
Answer B: Answer B: The objective is to automate the failover. https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html "Amazon Route 53 health checks monitor the health and performance of your web applications, web servers, and other resources...." "If you have multiple resources that perform the same function, you can configure DNS failover so that Route 53 will route your traffic from an unhealthy resource to a healthy resource..."
upvoted 4 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 ...