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

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 224 discussion

A company recently migrated its web application to AWS by rehosting the application on Amazon EC2 instances in a single AWS Region. The company wants to redesign its application architecture to be highly available and fault tolerant. Traffic must reach all running EC2 instances randomly.

Which combination of steps should the company take to meet these requirements? (Choose two.)

  • A. Create an Amazon Route 53 failover routing policy.
  • B. Create an Amazon Route 53 weighted routing policy.
  • C. Create an Amazon Route 53 multivalue answer routing policy.
  • D. Launch three EC2 instances: two instances in one Availability Zone and one instance in another Availability Zone.
  • E. Launch four EC2 instances: two instances in one Availability Zone and two instances in another Availability Zone.
Show Suggested Answer Hide Answer
Suggested Answer: CE 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
cookieMr
Highly Voted 1 year ago
Selected Answer: CE
C. A multivalue answer routing policy in Route 53 allows you to configure multiple values for a DNS record, and Route 53 responds to DNS queries with multiple random values. This enables the distribution of traffic randomly among the available EC2 instances. E. By launching EC2 instances in different AZs, you achieve high availability and fault tolerance. Launching four instances (two in each AZ) ensures that there are enough resources to handle the traffic load and maintain the desired level of availability. A. Failover routing is designed to direct traffic to a backup resource or secondary location only when the primary resource or location is unavailable. B. Although a weighted routing policy allows you to distribute traffic across multiple EC2 instances, it does not ensure random distribution. D. While launching instances in multiple AZs is important for fault tolerance, having only three instances does not provide an even distribution of traffic. With only three instances, the traffic may not be evenly distributed, potentially leading to imbalanced resource utilization.
upvoted 15 times
...
Steve_4542636
Highly Voted 1 year, 4 months ago
Selected Answer: BE
I went back and rewatched the lectures from Udemy on Weighted and Multi-Value. The lecturer said that Multi-value is *not* as substitute for ELB and he stated that DNS load balancing is a good use case for Weighted routing policies
upvoted 8 times
smartegnine
1 year ago
Weighted routing based on weight assigned, it can not do randomly choose, please see last sentence of the question choose randomly.
upvoted 8 times
foha2012
5 months, 2 weeks ago
what about 50 50 weighted ?
upvoted 1 times
...
...
...
rohitph
Most Recent 4 weeks ago
Selected Answer: CE
CE is correct
upvoted 1 times
...
bujuman
4 months, 3 weeks ago
Selected Answer: CE
CE seems good to me due to " highly available and fault tolerant" and following explanation: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy-multivalue.html
upvoted 1 times
bujuman
4 months, 3 weeks ago
Specifically with this requirement : "Traffic must reach all running EC2 instances randomly"
upvoted 1 times
...
...
awsgeek75
5 months, 2 weeks ago
Selected Answer: CE
E: For HA C: Random routing can only be created with multivalue answer routing policy. https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy-multivalue.html "To route traffic approximately randomly to multiple resources, such as web servers, you create one multivalue answer record for each resource and, optionally, associate a Route 53 health check with each record. "
upvoted 2 times
...
Ruffyit
7 months, 2 weeks ago
C. A multivalue answer routing policy in Route 53 allows you to configure multiple values for a DNS record, and Route 53 responds to DNS queries with multiple random values. This enables the distribution of traffic randomly among the available EC2 instances. E. By launching EC2 instances in different AZs, you achieve high availability and fault tolerance. Launching four instances (two in each AZ) ensures that there are enough resources to handle the traffic load and maintain the desired level of availability. A. Failover routing is designed to direct traffic to a backup resource or secondary location only when the primary resource or location is unavailable. B. Although a weighted routing policy allows you to distribute traffic across multiple EC2 instances, it does not ensure random distribution.
upvoted 1 times
...
mohamoha
8 months ago
First I thought it was weighted but after research C is the correct answer : https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html
upvoted 1 times
...
daniel33
9 months ago
Selected Answer: CE
Multivalue routing can do random load balancing according to the AWS website: To route traffic approximately randomly to multiple resources, such as web servers, you create one multivalue answer record for each resource and, optionally, associate a Route 53 health check with each record. https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy-multivalue.html
upvoted 4 times
...
Tom123456ac
9 months ago
This questions is so wired , 3 instances nothing wrong with it
upvoted 1 times
pentium75
6 months, 1 week ago
I guess it's the "highly available AND fault tolerant" requirement. If AZ 1 fails, you have only a single server left in the other region.
upvoted 2 times
...
...
Techi47
9 months, 2 weeks ago
Option CE Correct: To route traffic roughly and randomly to multiple resources, such as web servers, you create a multi-value response record for each resource and optionally associate a Route 53 health check with each record. https://disaster-recovery.workshop.aws/en/services/networking/route53/routing-policies/routing-multiple-answer.html
upvoted 1 times
...
kwang312
9 months, 2 weeks ago
Selected Answer: CE
CE is correct
upvoted 1 times
...
TariqKipkemei
9 months, 2 weeks ago
Selected Answer: CE
Highly available and fault tolerant = two instances in two AZs Route traffic randomly = Amazon Route 53 multivalue answer routing policy
upvoted 1 times
...
LazyTs
10 months ago
Selected Answer: CE
Multivalue answer routing policy – Use when you want Route 53 to respond to DNS queries with up to eight healthy records selected at random. You can use multivalue answer routing to create records in a private hosted zone. Weighted routing policy – Use to route traffic to multiple resources in proportions that you specify. You can use weighted routing to create records in a private hosted zone.
upvoted 1 times
foha2012
5 months, 2 weeks ago
what about 50 50 weighted routing ?
upvoted 1 times
...
...
Zeezie
11 months, 1 week ago
I chose CE, but couldn't it also be BE? If you set all of the weights to the same, equal value? Wouldn't then the traffic be distributed randomly and evenly among all healthy instances?
upvoted 1 times
jacob_ho
10 months ago
This is "equal distribution", not "random distribution"; think about the differences
upvoted 4 times
...
...
samsoft556
1 year ago
Selected Answer: CE
Randomly is the key word
upvoted 2 times
...
secdgs
1 year ago
Selected Answer: CE
C: Multi-value To route traffic approximately randomly to multiple resources and have healt check B: Weighted default use for when you need load to one server more than ohter server. if you need for random to all server should be letter in this C options "and weight to all server with same value".
upvoted 1 times
...
smartegnine
1 year ago
Selected Answer: CE
Must C and E, B is not correct because it based on the assigned weight it can not do randomly
upvoted 1 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 ...
ex Want to SAVE BIG on Certification Exam Prep?
close
ex Unlock All Exams with ExamTopics Pro 75% Off
  • arrow Choose From 1000+ Exams
  • arrow Access to 10 Exams per Month
  • arrow PDF Format Available
  • arrow Inline Discussions
  • arrow No Captcha/Robot Checks
Limited Time Offer
Ends in