SAA-C03 Exam QuestionsBrowse all questions from this exam

SAA-C03 Exam - Question 279


A company has an application that is backed by an Amazon DynamoDB table. The company’s compliance requirements specify that database backups must be taken every month, must be available for 6 months, and must be retained for 7 years.

Which solution will meet these requirements?

Show Answer
Correct Answer: A

To meet the requirements of monthly backups with a retention period of 7 years and transitioning to cold storage after 6 months, the appropriate solution is to use AWS Backup. AWS Backup allows for the creation of backup plans that can be scheduled to run automatically on the first day of each month, includes lifecycle policies to transition backups to cold storage after a specified period, and can set retention periods for backups. This approach ensures the backups are automated, consistent, and managed without additional scripting or manual intervention.

Discussion

17 comments
Sign in to comment
vijaykamalOption: A
Sep 29, 2023

Option B mentions using Amazon S3 Glacier Flexible Retrieval, but DynamoDB doesn't natively support transitioning backups to Amazon S3 Glacier. Options C and D involve custom scripts and EventBridge rules, which add complexity and may not be as reliable or efficient as using AWS Backup for this purpose.

narddrerOption: B
Jul 6, 2023

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/BackupRestore.html Using DynamoDB with AWS Backup, you can copy your on-demand backups across AWS accounts and Regions, add cost allocation tags to on-demand backups, and transition on-demand backups to cold storage for lower costs. To use these advanced features, you must opt in to AWS Backup.

pentium75
Dec 29, 2023

"on demand" (manual) backup -> hell no

kpato87Option: A
Feb 18, 2023

A. Create an AWS Backup plan to back up the DynamoDB table on the first day of each month. Specify a lifecycle policy that transitions the backup to cold storage after 6 months. Set the retention period for each backup to 7 years.

MNotABot
Jul 10, 2023

All except A are "On-demand"

beginnercloudOption: A
Oct 28, 2023

https://aws.amazon.com/blogs/database/set-up-scheduled-backups-for-amazon-dynamodb-using-aws-backup/

Cyberkayu
Dec 14, 2023

BCD, on-demand backup, manual work

rrharris
Feb 18, 2023

A is the Answer can be used to create backup schedules and retention policies for DynamoDB tables

kruasanOption: A
Apr 29, 2023

This solution satisfies the requirements in the following ways: • AWS Backup will automatically take full backups of the DynamoDB table on the schedule defined in the backup plan (the first of each month). • The lifecycle policy can transition backups to cold storage after 6 months, meeting that requirement. • Setting a 7-year retention period in the backup plan will ensure each backup is retained for 7 years as required. • AWS Backup manages the backup jobs and lifecycle policies, requiring no custom scripting or management.

skiwiliOption: A
Feb 19, 2023

A is the correct answe

LuckyAroOption: A
Feb 21, 2023

A is the answer.

Wael216Option: A
Feb 21, 2023

A is the answer

mmustafa4455Option: A
Mar 22, 2023

The correct Answer is A https://aws.amazon.com/blogs/database/set-up-scheduled-backups-for-amazon-dynamodb-using-aws-backup/

mmustafa4455
Mar 22, 2023

Its B. https://aws.amazon.com/blogs/database/set-up-scheduled-backups-for-amazon-dynamodb-using-aws-backup/

TariqKipkemei
Mar 28, 2023

Answer is A

TariqKipkemei
Oct 2, 2023

Create an AWS Backup plan to back up the DynamoDB table on the first day of each month. Specify a lifecycle policy that transitions the backup to cold storage after 6 months. Set the retention period for each backup to 7 years

chanchal133Option: A
Aug 28, 2023

A is right ans

mwwt2022
Dec 30, 2023

Why B is wrong?

Sadiya_Javid_AbbasiOption: A
Jan 8, 2024

https://docs.aws.amazon.com/aws-backup/latest/devguide/creating-a-backup-plan.html

ChymKuBoyOption: A
Jul 7, 2024

A for sure