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

A company needs to build a disaster recovery (DR) solution for its ecommerce website. The web application is hosted on a fleet of t3.large Amazon EC2 instances and uses an Amazon RDS for MySQL DB instance. The EC2 instances are in an Auto Scaling group that extends across multiple Availability Zones.

In the event of a disaster, the web application must fail over to the secondary environment with an RPO of 30 seconds and an RTO of 10 minutes.

Which solution will meet these requirements MOST cost-effectively?

  • A. Use infrastructure as code (IaC) to provision the new infrastructure in the DR Region. Create a cross-Region read replica for the DB instance. Set up a backup plan in AWS Backup to create cross-Region backups for the EC2 instances and the DB instance. Create a cron expression to back up the EC2 instances and the DB instance every 30 seconds to the DR Region. Recover the EC2 instances from the latest EC2 backup. Use an Amazon Route 53 geolocation routing policy to automatically fail over to the DR Region in the event of a disaster.
  • B. Use infrastructure as code (IaC) to provision the new infrastructure in the DR Region. Create a cross-Region read replica for the DB instance. Set up AWS Elastic Disaster Recovery to continuously replicate the EC2 instances to the DR Region. Run the EC2 instances at the minimum capacity in the DR Region. Use an Amazon Route 53 failover routing policy to automatically fail over to the DR Region in the event of a disaster. Increase the desired capacity of the Auto Scaling group.
  • C. Set up a backup plan in AWS Backup to create cross-Region backups for the EC2 instances and the DB instance. Create a cron expression to back up the EC2 instances and the DB instance every 30 seconds to the DR Region. Use infrastructure as code (IaC) to provision the new infrastructure in the DR Region. Manually restore the backed-up data on new instances. Use an Amazon Route 53 simple routing policy to automatically fail over to the DR Region in the event of a disaster.
  • D. Use infrastructure as code (IaC) to provision the new infrastructure in the DR Region. Create an Amazon Aurora global database. Set up AWS Elastic Disaster Recovery to continuously replicate the EC2 instances to the DR Region. Run the Auto Scaling group of EC2 instances at full capacity in the DR Region. Use an Amazon Route 53 failover routing policy to automatically fail over to the DR Region in the event of a disaster.
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
bjexamprep
Highly Voted 1 year, 4 months ago
Selected Answer: B
Bad question design. EC2 is in ASG, which means the application part is stateless, so no need to backup or replicate. Only database need replication.
upvoted 7 times
...
Jonalb
Highly Voted 1 year, 10 months ago
Selected Answer: B
Explanation: Option B leverages infrastructure as code (IaC) to provision the necessary infrastructure in the DR Region, which allows for automated and repeatable deployments. Creating a cross-Region read replica for the Amazon RDS DB instance ensures that the database is replicated and available in the DR Region. AWS Elastic Disaster Recovery can be used to continuously replicate the EC2 instances from the primary Region to the DR Region, ensuring up-to-date copies of the application. Running the EC2 instances at the minimum capacity in the DR Region helps reduce costs, as resources are only utilized when failover occurs. Using an Amazon Route 53 failover routing policy allows for automatic failover to the DR Region in the event of a disaster, minimizing downtime. Increasing the desired capacity of the Auto Scaling group ensures that sufficient resources are available in the DR Region to handle the workload during failover.
upvoted 5 times
...
FZA24
Most Recent 5 months, 1 week ago
Selected Answer: B
RPO seconds, RTO minutes => warm standby warm standby => always running but smaller always running but smaller => B. Run the EC2 instances at the minimum capacity in the DR Region
upvoted 1 times
...
career360guru
1 year, 5 months ago
Selected Answer: B
Option B most cost effective for RTO=10 min and RPO=30 min.
upvoted 3 times
career360guru
1 year, 5 months ago
RPO=30 sec
upvoted 2 times
...
...
Pupu86
1 year, 5 months ago
Selected Answer: B
RPO of 30 seconds can be achieved with Elastic disaster recovery for continuous EC2 instance replication, while DB read replica can be promoted to primary within 30 seconds
upvoted 3 times
...
SK_Tyagi
1 year, 8 months ago
Selected Answer: B
Close between B & D but Max out ASG is tie-breaker
upvoted 3 times
...
softarts
1 year, 8 months ago
Selected Answer: D
I think (D) only aurora global database can meet RPO 30 seconds? although B is cost-effective
upvoted 2 times
...
NikkyDicky
1 year, 9 months ago
Selected Answer: B
B for sure
upvoted 1 times
...
SkyZeroZx
1 year, 10 months ago
Selected Answer: B
A) Not seems for my , posible backup B) Active Pasive C) Backup D ) Active Active Then B is correct in this case
upvoted 3 times
...
Jackhemo
1 year, 10 months ago
olabiba.ai said B.
upvoted 1 times
...
Moallal
1 year, 10 months ago
Selected Answer: A
Do the math, option A is 5.55 days.
upvoted 1 times
...
Snape
1 year, 10 months ago
Selected Answer: B
A Wrong - I have stopped reading after 'create cron' , Same goes with C. D Wrong - Running ASG at full capacity in the DR is not cost efficient
upvoted 5 times
...
rbm2023
1 year, 10 months ago
i think i agree with option B, initially chosen D the problem is that we need a cost effective solution and based on the following the global database might be more expensive and the fact the RDS cross region replication may cover the RTO of 10 minutes. quick compare on global database and cross region replication RDS Cross Region Replication - You will accrue charges for data transfer between Amazon EC2 and Amazon RDS across Regions, charged on both sides of the transfer ($0.02/GB out) Aurora Global Database - you pay for replicated write I/O operations between the primary Region and each secondary Region. The number of replicated write I/O operations to each secondary Region is the same as the number of in-Region write I/O operations performed by the primary Region Replicated Write I/Os $0.20 per million replicated write I/Os
upvoted 2 times
...
andreitugui
1 year, 11 months ago
Selected Answer: B
I would go with B as 10minutes RTO allows for scale up the ASG size. Also read replica is cheaper and can be promoted to primary. Also aurora replication to read replica is usually much less than 100 milliseconds after the primary writes operation which will be enough fot the RPO of 30 seconds.
upvoted 1 times
...
dbaroger
1 year, 11 months ago
Selected Answer: B
Cost efective = B
upvoted 2 times
...
AMEJack
1 year, 11 months ago
Selected Answer: B
Agree with B
upvoted 1 times
...
Masonyeoh
1 year, 11 months ago
Selected Answer: C
save the running EC2 cost. Only bring up when needed
upvoted 1 times
Roontha
1 year, 11 months ago
but the question is saying "web application must fail over to the secondary environment with an RPO of 30 seconds and an RTO of 10 minutes" How RPO/RTO can be achieved with bare minimum EC2 is up and running in DR site. Can you paste the link/reading to justify your answer. Thanks
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago