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

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

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

A company’s infrastructure consists of Amazon EC2 instances and an Amazon RDS DB instance in a single AWS Region. The company wants to back up its data in a separate Region.

Which solution will meet these requirements with the LEAST operational overhead?

  • A. Use AWS Backup to copy EC2 backups and RDS backups to the separate Region.
  • B. Use Amazon Data Lifecycle Manager (Amazon DLM) to copy EC2 backups and RDS backups to the separate Region.
  • C. Create Amazon Machine Images (AMIs) of the EC2 instances. Copy the AMIs to the separate Region. Create a read replica for the RDS DB instance in the separate Region.
  • D. Create Amazon Elastic Block Store (Amazon EBS) snapshots. Copy the EBS snapshots to the separate Region. Create RDS snapshots. Export the RDS snapshots to Amazon S3. Configure S3 Cross-Region Replication (CRR) to the separate Region.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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, 3 months ago
Selected Answer: A
Using AWS Backup to copy EC2 and RDS backups to the separate Region is the solution that meets the requirements with the least operational overhead. AWS Backup simplifies the backup process and automates the copying of backups to another Region, reducing the manual effort and operational complexity involved in managing separate backup processes for EC2 instances and RDS databases. Option B is incorrect because Amazon Data Lifecycle Manager (Amazon DLM) is not designed for directly copying RDS backups to a separate region. Option C is incorrect because creating Amazon Machine Images (AMIs) and read replicas adds complexity and operational overhead compared to a dedicated backup solution. Option D is incorrect because using Amazon EBS snapshots, RDS snapshots, and S3 Cross-Region Replication (CRR) involves multiple manual steps and additional configuration, increasing complexity.
upvoted 11 times
...
ChymKuBoy
Most Recent 3 months, 3 weeks ago
Selected Answer: A
A for sure
upvoted 1 times
...
thewalker
8 months, 2 weeks ago
Selected Answer: A
The easiest way to backup an EC2 instance and RDS Database would be to use AWS Backup. With AWS Backup you can: Create a backup plan and select both the EC2 volume and RDS database for backup. Choose a backup schedule that meets your requirements, such as daily or weekly backups. AWS Backup will automatically take snapshots of the EC2 volume and backups of the RDS database as per the configured schedule. The backups will be stored in S3 for long term retention based on your backup plan configuration.
upvoted 2 times
thewalker
8 months, 2 weeks ago
You can easily restore the EC2 volume or RDS database from these backups in case of data loss or corruption. AWS manages the entire backup process so there is no operational overhead for you. Some other options include using cron jobs to trigger snapshots and backups. But AWS Backup provides a fully managed service to centrally backup both EC2 and RDS with minimal effort. The above is the output from Amazon Q.
upvoted 2 times
...
...
Guru4Cloud
1 year, 2 months ago
Selected Answer: A
AWS Backup provides a fully managed, centralized backup service across AWS services. It can be configured to automatically copy backups across Regions. This requires minimal operational overhead compared to the other options:
upvoted 2 times
...
oguzbeliren
1 year, 2 months ago
D would have been a great option but the questions requires less mannual effort. So, A is better.
upvoted 1 times
...
cheese929
1 year, 5 months ago
Selected Answer: A
A is correct
upvoted 2 times
...
kruasan
1 year, 5 months ago
Selected Answer: A
Option B, using Amazon Data Lifecycle Manager (Amazon DLM) to copy EC2 backups and RDS backups to the separate Region, would require more operational overhead because DLM is primarily designed for managing the lifecycle of Amazon EBS snapshots, and would require additional configuration to manage RDS backups. Option C, creating AMIs of the EC2 instances and read replicas of the RDS DB instance in the separate Region, would require more manual effort to manage the backup and disaster recovery process, as it requires manual creation and management of AMIs and read replicas.
upvoted 3 times
kruasan
1 year, 5 months ago
Option D, creating EBS snapshots and RDS snapshots, exporting them to Amazon S3, and configuring S3 Cross-Region Replication (CRR) to the separate Region, would require more configuration and management effort. Additionally, S3 CRR can have additional charges for data transfer and storage in the destination region. Therefore, option A is the best choice for meeting the company's requirements with the least operational overhead.
upvoted 3 times
...
...
gx2222
1 year, 6 months ago
Selected Answer: A
Option A, using AWS Backup to copy EC2 backups and RDS backups to the separate region, is the correct answer for the given scenario. Using AWS Backup is a simple and efficient way to backup EC2 instances and RDS databases to a separate region. It requires minimal operational overhead and can be easily managed through the AWS Backup console or API. AWS Backup can also provide automated scheduling and retention management for backups, which can help ensure that backups are always available and up to date.
upvoted 3 times
...
vtbk
1 year, 9 months ago
Selected Answer: A
Cross-Region backup Using AWS Backup, you can copy backups to multiple different AWS Regions on demand or automatically as part of a scheduled backup plan. Cross-Region backup is particularly valuable if you have business continuity or compliance requirements to store backups a minimum distance away from your production data. https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html
upvoted 4 times
...
dan80
1 year, 9 months ago
A is correct - you need to find a backup solution for EC2 and RDS. DLM doent work with RDS , only with snapshots.
upvoted 1 times
...
techhb
1 year, 9 months ago
Selected Answer: A
using Amazon DLM to copy EC2 backups and RDS backups to the separate region, is not a valid solution because Amazon DLM does not support backing up data across regions.
upvoted 1 times
...
Buruguduystunstugudunstuy
1 year, 9 months ago
Selected Answer: B
Option B. Use Amazon Data Lifecycle Manager (Amazon DLM) to copy EC2 backups and RDS backups to the separate Region. Amazon DLM is a fully managed service that helps automate the creation and retention of Amazon EBS snapshots and RDS DB snapshots. It can be used to create and manage backup policies that specify when and how often snapshots should be created, as well as how long they should be retained. With Amazon DLM, you can easily and automatically create and manage backups of your EC2 instances and RDS DB instances in a separate Region, with minimal operational overhead.
upvoted 1 times
HayLLlHuK
1 year, 9 months ago
Buruguduystunstugudunstuy, sorry, but I haven’t found any info about copying RDS backups by DLM. The DLM works only with EBS. So the only answer is A - AWS Backup
upvoted 1 times
...
Buruguduystunstugudunstuy
1 year, 9 months ago
Option A, using AWS Backup to copy EC2 backups and RDS backups to the separate Region, would also work, but it may require more manual configuration and management. Option C, creating AMIs of the EC2 instances and copying them to the separate Region, and creating a read replica for the RDS DB instance in the separate Region, would work, but it may require more manual effort to set up and maintain. Option D, creating EBS snapshots and copying them to the separate Region, creating RDS snapshots, and exporting them to Amazon S3, and configuring S3 CRR to the separate Region, would also work, but it would involve multiple steps and may require more manual effort to set up and maintain. Overall, using Amazon DLM is likely to be the easiest and most efficient option for meeting the requirements with the least operational overhead.
upvoted 1 times
PassNow1234
1 year, 9 months ago
Some of your answers are very detailed. Can you back them up with a reference?
upvoted 2 times
jwu413
1 year, 8 months ago
All of their answers are from ChatGPT
upvoted 5 times
...
...
techhb
1 year, 9 months ago
using Amazon DLM to copy EC2 backups and RDS backups to the separate region, is not a valid solution because Amazon DLM does not support backing up data across regions.
upvoted 4 times
PassNow1234
1 year, 9 months ago
Thanks techhb
upvoted 1 times
...
egmiranda
1 year, 9 months ago
I choose A, but DLM support cross regions. DLM doesn't support RDS. Cross region copy rules it's a feature of DLM ("For each schedule, you can define the frequency, fast snapshot restore settings (snapshot lifecycle policies only), cross-Region copy rules, and tags") https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/snapshot-lifecycle.html
upvoted 1 times
...
...
Kruiz29
1 year, 9 months ago
This guy is giving wrong answers in detail...lol
upvoted 5 times
...
...
YogK
1 year, 4 months ago
AWS DLM does not support RDS backups, only works with EBS storage. https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/snapshot-lifecycle.html
upvoted 1 times
...
...
career360guru
1 year, 10 months ago
Selected Answer: A
Option A as it is fully managed service with least operational overhead
upvoted 1 times
...
Shasha1
1 year, 10 months ago
A AWS Backup is a fully managed service that handles the process of copying backups to a separate Region automatically
upvoted 1 times
...
babaxoxo
1 year, 11 months ago
Selected Answer: A
Ans A with least operational overhead
upvoted 1 times
...
rjam
1 year, 11 months ago
AWS Backup supports Supports cross-region backups
upvoted 3 times
...
rjam
1 year, 11 months ago
Selected Answer: A
Option A Aws back up supports , EC2, RDS
upvoted 3 times
rjam
1 year, 11 months ago
AWS Backup suports Supports cross-region backups
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 ...