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

A company has an application in the AWS Cloud. The application runs on a fleet of 20 Amazon EC2 instances. The EC2 instances are persistent and store data on multiple attached Amazon Elastic Block Store (Amazon EBS) volumes.

The company must maintain backups in a separate AWS Region. The company must be able to recover the EC2 instances and their configuration within 1 business day, with loss of no more than 1 day's worth of data. The company has limited staff and needs a backup solution that optimizes operational efficiency and cost. The company already has created an AWS CloudFormation template that can deploy the required network configuration in a secondary Region.

Which solution will meet these requirements?

  • A. Create a second CloudFormation template that can recreate the EC2 instances in the secondary Region. Run daily multivolume snapshots by using AWS Systems Manager Automation runbooks. Copy the snapshots to the secondary Region. In the event of a failure launch the CloudFormation templates, restore the EBS volumes from snapshots, and transfer usage to the secondary Region.
  • B. Use Amazon Data Lifecycle Manager (Amazon DLM) to create daily multivolume snapshots of the EBS volumes. In the event of a failure, launch the CloudFormation template and use Amazon DLM to restore the EBS volumes and transfer usage to the secondary Region.
  • C. Use AWS Backup to create a scheduled daily backup plan for the EC2 instances. Configure the backup task to copy the backups to a vault in the secondary Region. In the event of a failure, launch the CloudFormation template, restore the instance volumes and configurations from the backup vault, and transfer usage to the secondary Region.
  • D. Deploy EC2 instances of the same size and configuration to the secondary Region. Configure AWS DataSync daily to copy data from the primary Region to the secondary Region. In the event of a failure, launch the CloudFormation template and transfer usage to the secondary Region.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
andreitugui
Highly Voted 1 year, 11 months ago
Selected Answer: C
Correct is C. For those voting with B, you missed the Instance configuration part. DLM will only backup the EBS volume not the instance settings also. AWS backup will backup ebs & instance settings. Option C, using AWS Backup, provides a centralized and cost-effective solution for managing backups across multiple services, including EC2 instances. By creating a scheduled daily backup plan for the EC2 instances, AWS Backup ensures regular backups are taken. The backups can be configured to be stored in a vault in the secondary Region, fulfilling the requirement of maintaining backups in a separate Region. The EC2 instance volumes and configurations can then be restored from the backup vault using AWS Backup's restore capabilities. This allows for the recovery of EC2 instances and their configurations within the required timeframe of 1 business day, with a maximum data loss of 1 day's worth.
upvoted 20 times
Roontha
1 year, 11 months ago
Answer is B. https://aws.amazon.com/ebs/data-lifecycle-manager/ It has aws sponsored video which stated clearly can take EBS backed AMIs with AWS DLM
upvoted 1 times
helloworldabc
8 months, 2 weeks ago
just C
upvoted 1 times
...
Just_Ninja
1 year, 9 months ago
B is Wrong! Why? They must!! So that means Compliance is important. AWS Backup is a service for Compliance and Goverment Targets. C Match
upvoted 1 times
...
...
...
sergza888
Most Recent 2 months, 1 week ago
Selected Answer: A
With these RTO/RPO WE don't need to backup entire EC2 especially for cost efficiency. We Only need to maintain CF In another region as well as EBS Backups. System Manager allows you to script and execute backup and copy it to another region instead of DL
upvoted 1 times
...
chris_spencer
6 months, 3 weeks ago
Selected Answer: C
C because of this one. "The company has limited staff and needs a backup solution that optimizes operational efficiency and cost." AWS Backup really optimizes your backup solution. We backup everthing now with AWS Backup. B works too but it more complicated. The restore from AWS Backup is nearly a no brainer
upvoted 1 times
...
gfhbox0083
9 months, 3 weeks ago
Selected Answer: C
C, for sure. Use AWS Backup. DLM itself does not directly support restore operations.
upvoted 1 times
...
saggy4
1 year, 2 months ago
Correct Answer is C. Why not B, DLM can only take backup on restore. The options says using DLM restore the volumes.
upvoted 1 times
saggy4
1 year, 2 months ago
I meant DLM cannot restore so the option B is wrong.
upvoted 1 times
...
...
career360guru
1 year, 5 months ago
Selected Answer: C
Option C
upvoted 2 times
...
severlight
1 year, 5 months ago
Selected Answer: C
Because AWS Back ups supports restore and DLM doesn't
upvoted 1 times
...
SK_Tyagi
1 year, 8 months ago
Selected Answer: B
B The explanation here fits the use-case https://aws.amazon.com/blogs/storage/automating-amazon-ebs-snapshot-and-ami-management-using-amazon-dlm/
upvoted 1 times
...
NikkyDicky
1 year, 10 months ago
Selected Answer: C
C B would be ok, if DLM supported restore. it doesn't
upvoted 2 times
...
javitech83
1 year, 10 months ago
Selected Answer: C
I think correct is C. AWS Backup is easier and perfectly fits the scenario
upvoted 1 times
...
Maria2023
1 year, 10 months ago
Selected Answer: C
B says "Use Amazon DLM to restore the EBS volumes and transfer usage to the secondary Region" - just tested it and could not find any option for DLM to restore volumes, think the snapshots are managed the usual way.
upvoted 2 times
...
easytoo
1 year, 10 months ago
c-c-c-c-c-c-c-c-c-c
upvoted 1 times
...
Jonalb
1 year, 10 months ago
Selected Answer: B
Its B!!!!!!!!!!!!!!!!
upvoted 1 times
...
clownfishman
1 year, 10 months ago
Why not A?
upvoted 3 times
...
Jesuisleon
1 year, 11 months ago
Selected Answer: B
I prefer B to C as this sentence "The EC2 instances are persistent and store data on multiple attached Amazon Elastic Block Store (Amazon EBS) volumes", in this question, there is no database mentioned, I assume all persistent data is in EBS, so no need to backup ec2 instances, you can directly startup ec2 instance by cloudformation and load backuped ebs.
upvoted 2 times
...
rbm2023
1 year, 11 months ago
Selected Answer: C
AWS Backup is more cost effective so I would chose C as well. The DLM option B, does not contemplate the back up in another region as far as I could see.
upvoted 2 times
Jesuisleon
1 year, 11 months ago
DLM can copy snapshots to another region, see https://aws.amazon.com/about-aws/whats-new/2019/12/amazon-data-lifecycle-manager-enables-automation-snapshot-copy-via-policies/
upvoted 1 times
...
...
F_Eldin
1 year, 11 months ago
Selected Answer: B
AWS Backup is a latter service which tries to simplify the challenge of administering a backup in each service individually. However AWS Lifecycle Manager originally only made EBS snapshots but has been expanded to create AMIs. I don't believe AWS Backup can trigger AMI creation.
upvoted 1 times
andreitugui
1 year, 11 months ago
But B mentions only EBS snapshots (Use Amazon Data Lifecycle Manager (Amazon DLM) to create daily multivolume snapshots of the EBS volumes)! Does not say anything about AMI's. So IMO the answer is C
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago