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 287 discussion

A company hosts its application in the AWS Cloud. The application runs on Amazon EC2 instances behind an Elastic Load Balancer in an Auto Scaling group and with an Amazon DynamoDB table. The company wants to ensure the application can be made available in another AWS Region with minimal downtime.
What should a solutions architect do to meet these requirements with the LEAST amount of downtime?

  • A. Create an Auto Scaling group and a load balancer in the disaster recovery Region. Configure the DynamoDB table as a global table. Configure DNS failover to point to the new disaster recovery Region's load balancer.
  • B. Create an AWS CloudFormation template to create EC2 instances, load balancers, and DynamoDB tables to be executed when needed. Configure DNS failover to point to the new disaster recovery Region's load balancer.
  • C. Create an AWS CloudFormation template to create EC2 instances and a load balancer to be executed when needed. Configure the DynamoDB table as a global table. Configure DNS failover to point to the new disaster recovery Region's load balancer.
  • D. Create an Auto Scaling group and load balancer in the disaster recovery Region. Configure the DynamoDB table as a global table. Create an Amazon CloudWatch alarm to trigger and AWS Lambda function that updates Amazon Route 53 pointing to the disaster recovery load balancer.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
liquen14
Highly Voted 3 years, 8 months ago
In my opinion it has to be A. They are talking about "LEAST amount of downtime". Therefore B and C must be ruled out because they involve some downtime while executing the CloudFormation template. D is like B in a way: both have the same resources already created in the DR region but D is using a contrived and artificial method of switching the DNS configuration instead of the natural one: Failover routing. Have a look at: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html#routing-policy-failover
upvoted 63 times
reliquary
3 years, 7 months ago
how do you keep EC2 in the DR region sync/up to date before a disaster happens?
upvoted 1 times
noahsark
3 years, 7 months ago
Maybe by using Infrastructure as a code.
upvoted 2 times
...
...
Rajjay
3 years, 6 months ago
Least does not mean "Zero" downtime. I think the answer is C. Once you have the cloudformation stack - just deploy it. And you can deploy it at any region.
upvoted 4 times
...
...
rlandire
Highly Voted 3 years, 8 months ago
Maybe this link can help: https://docs.aws.amazon.com/wellarchitected/latest/reliability-pillar/plan-for-disaster-recovery-dr.html For me, option A means having the resources in the second region already created (active-active strategy).
upvoted 22 times
...
Chris22usa
Most Recent 2 years, 7 months ago
I guess maybe Cloudwatch and Lamda can detect EC2 fault or downplay prior to its collapse to failover
upvoted 2 times
...
gpikagm
3 years ago
C - Pilot light (RPO in minutes, RTO in hours): Replicate your data from one region to another and provision a copy of your core workload infrastructure. Resources required to support data replication and backup such as databases and object storage are always on. Other elements such as application servers are loaded with application code and configurations, but are switched off and are only used during testing or when Disaster Recovery failover is invoked.
upvoted 2 times
...
cutecolt
3 years, 1 month ago
Selected Answer: A
The questions asks about how the set up should be created so with minimum downtime the traffic can be swinged to other site and not about how to create the setup. If how to create the set up will be point to B or D.
upvoted 2 times
...
wpassarella
3 years, 2 months ago
Selected Answer: A
I think it has to be A.
upvoted 1 times
...
SmartDude
3 years, 3 months ago
Selected Answer: A
Minimum Downtime is with "Failover routing policy".
upvoted 2 times
...
AWSequalsPromotion
3 years, 3 months ago
Selected Answer: A
A Aaaaaaaa
upvoted 1 times
...
adsdadasdad
3 years, 4 months ago
Its A 100%
upvoted 1 times
...
envest
3 years, 4 months ago
IMO: D is fastest as a active/active hot standby. R53 failover is only good for active passive and might take a lot of time. CFN can take hours. In any, info (R53, healthchecks,...) is missing. link: https://docs.aws.amazon.com/whitepapers/latest/disaster-recovery-workloads-on-aws/disaster-recovery-options-in-the-cloud.html
upvoted 1 times
...
FF11
3 years, 4 months ago
Selected Answer: D
My answer is D.
upvoted 1 times
adsdadasdad
3 years, 4 months ago
Explain please
upvoted 2 times
...
...
SFXY
3 years, 6 months ago
Selected Answer: A
AS They are talking about "LEAST amount of downtime and Cloudformation can’t replace ASG
upvoted 2 times
...
banjojoe
3 years, 7 months ago
must be (a) can't be (d) because that is manually creating a solution that (a) gives us for free
upvoted 3 times
...
WINDSON
3 years, 7 months ago
I have one question. it never said that this configuration is using route 53. if you are not using it, how can we use route 53 to point to new disaster recovery Region ?
upvoted 2 times
...
tinyshare
3 years, 7 months ago
Answer A Cloudformation can’t replace ASG. B and C are missing ASG, they won't scale out once setup. D uses manual way to do DNS failover
upvoted 4 times
...
Kasei
3 years, 7 months ago
check this link my ans is D. https://aws.amazon.com/blogs/compute/building-a-dynamic-dns-for-route-53-using-cloudwatch-events-and-lambda/
upvoted 1 times
muhsin
3 years, 5 months ago
from 2016
upvoted 1 times
...
...
Junyafu
3 years, 7 months ago
Should be A. See the URL below, explaining health check function of Route 53. https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html
upvoted 3 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 ...