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

A company wants to use AWS to create a business continuity solution in case the company's main on-premises application fails. The application runs on physical servers that also run other applications. The on-premises application that the company is planning to migrate uses a MySQL database as a data store. All the company's on-premises applications use operating systems that are compatible with Amazon EC2.

Which solution will achieve the company's goal with the LEAST operational overhead?

  • A. Install the AWS Replication Agent on the source servers, including the MySQL servers. Set up replication for all servers. Launch test instances for regular drills. Cut over to the test instances to fail over the workload in the case of a failure event.
  • B. Install the AWS Replication Agent on the source servers, including the MySQL servers. Initialize AWS Elastic Disaster Recovery in the target AWS Region. Define the launch settings. Frequently perform failover and fallback from the most recent point in time.
  • C. Create AWS Database Migration Service (AWS DMS) replication servers and a target Amazon Aurora MySQL DB cluster to host the database. Create a DMS replication task to copy the existing data to the target DB cluster. Create a local AWS Schema Conversion Tool (AWS SCT) change data capture (CDC) task to keep the data synchronized. Install the rest of the software on EC2 instances by starting with a compatible base AMI.
  • D. Deploy an AWS Storage Gateway Volume Gateway on premises. Mount volumes on all on-premises servers. Install the application and the MySQL database on the new volumes. Take regular snapshots. Install all the software on EC2 Instances by starting with a compatible base AMI. Launch a Volume Gateway on an EC2 instance. Restore the volumes from the latest snapshot. Mount the new volumes on the EC2 instances in the case of a failure event.
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
God_Is_Love
Highly Voted 1 year, 4 months ago
Selected Answer: B
Tricky one. This is not an on premise migration use case which prompts for answer C. Its a current situation of on premise application which the company wants to continue its state in the requirement of using AWS as DR solution. https://docs.aws.amazon.com/images/drs/latest/userguide/images/drs-failback-arc.png https://docs.aws.amazon.com/drs/latest/userguide/what-is-drs.html
upvoted 27 times
God_Is_Love
1 year, 4 months ago
Moreover, B has least operational over head of just initiating DR solution with replicating agents. C has operational overhead with DMS , SCT ,CDC,migration etc
upvoted 4 times
...
swadeey
8 months ago
I also agreed with the answer but then see this "The application runs on physical servers that also run other applications. The on-premises application that the company is planning to migrate uses a MySQL database as a data store" just database and physical server has other applications which not mentioned. Also from DR the statement gets changed to Migrate
upvoted 3 times
...
...
Untamables
Highly Voted 1 year, 6 months ago
Selected Answer: B
https://docs.aws.amazon.com/drs/latest/userguide/what-is-drs.html https://docs.aws.amazon.com/drs/latest/userguide/recovery-workflow-gs.html Option C is wrong. That just mentions the migration method. I think this question asks us the DR architecture between on-premises and AWS cloud.
upvoted 7 times
...
altonh
Most Recent 3 weeks ago
Selected Answer: C
The answer should be C. Take note of the statement, "The application runs on physical servers that also run other applications". If you use the Application Migration Service, you will migrate these other applications, which have nothing to do with the application you are trying to protect.
upvoted 1 times
...
ninomfr64
6 months, 2 weeks ago
Selected Answer: B
A = to use AWS DRS you first need to set it up in each AWS Region in which you want to use it. installing AWS Replication agent is not enough B = correct (to me the sentence "Frequently perform failover and fallback from the most recent point in time" is ambiguous as this points to actual failover/failback and not to drills) C = SCT is not needed wwith same engine db migration. also, install the rest of the software is not enough for app DR D = Volume Gateway can be used in a Back and Restore DR scenario, but the option D is very confused. Anyway, Storage Gateway for DR requires more overhead with respect to AWS DRS
upvoted 4 times
...
career360guru
7 months, 2 weeks ago
Selected Answer: B
Option B is right option. Option C only addresses DB instance replication and DR, it does not meet requirements of replicating other applications running on on-premise.
upvoted 1 times
...
swadeey
8 months ago
Selected answer C changed from B The application runs on physical servers that also run other applications. The on-premises application that the company is planning to migrate uses a MySQL database as a data store.
upvoted 1 times
...
severlight
8 months, 3 weeks ago
Selected Answer: B
Elastic Disaster Recovery does the job
upvoted 1 times
...
AMohanty
11 months, 1 week ago
C We are looking for a Business Continuity Solution Meaning RTO should be low
upvoted 1 times
chikorita
11 months ago
but how is failover happening the very own purpose of DR is its automatic failover which is supported by option B
upvoted 1 times
...
...
cmoreira
11 months, 1 week ago
Selected Answer: B
Answer is B. Questions mentions "least operational overhead" (efforts in the future), and B mentions "Frequently performing...". However, that is the best-practice for AWS DR (as misleading as it sounds): https://docs.aws.amazon.com/drs/latest/userguide/failback-overview.html
upvoted 1 times
...
Gabehcoud
11 months, 1 week ago
Selected Answer: B
the question is a bit misleading, first part says "company is planning for business continuity" the later part of the sentence says "applications are migrating". nevertheless, we should focus on the word business continuity. Going by that "no migration" is required so choose B. that is my analysis.
upvoted 3 times
...
NikkyDicky
1 year, 1 month ago
Selected Answer: B
B for BC
upvoted 1 times
...
SkyZeroZx
1 year, 1 month ago
Selected Answer: B
keyword = AWS Elastic Disaster Recovery B
upvoted 1 times
...
rbm2023
1 year, 2 months ago
Selected Answer: B
The company is looking for a disaster recovery solution and not a full migration to cloud. In my view the answer should use Elastic Disaster Recovery and not DMS. References https://www.cloudthat.com/resources/blog/scalable-cost-effective-cloud-disaster-recovery-with-aws-drs-elastic-disaster-recovery https://catalog.us-east-1.prod.workshops.aws/workshops/080af3a5-623d-4147-934d-c8d17daba346/en-US/introduction https://docs.aws.amazon.com/pt_br/mgn/latest/ug/Network-Settings-Video.html
upvoted 2 times
...
OCHT
1 year, 3 months ago
Selected Answer: C
it appears that option C has the least operational overhead since it involves creating AWS DMS replication servers and a target Amazon Aurora MySQL DB cluster to host the database, creating a DMS replication task to copy existing data to the target DB cluster, creating a local AWS SCT CDC task to keep data synchronized, and installing the rest of the software on EC2 instances by starting with a compatible base AMI. The other options involve additional steps such as setting up replication for all servers (option A), initializing AWS Elastic Disaster Recovery and frequently performing failover and fallbacks (option B), or deploying an AWS Storage Gateway Volume Gateway and mounting volumes on all on-premises servers (option D).
upvoted 3 times
...
dev112233xx
1 year, 4 months ago
Selected Answer: C
C seems correct to me (DMS with SCT and CDC)
upvoted 1 times
...
mfsec
1 year, 4 months ago
Selected Answer: B
B has less operational overhead.
upvoted 3 times
...
taer
1 year, 4 months ago
Selected Answer: B
B, tricky
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