Exam SAA-C03 All QuestionsBrowse all questions from this 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?

    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
vijaykamalOption: A

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

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

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

Cyberkayu

BCD, on-demand backup, manual work

beginnercloudOption: A

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

MNotABot

All except A are "On-demand"

kpato87Option: A

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.

kruasanOption: A

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.

rrharris

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

ChymKuBoyOption: A

A for sure

Sadiya_Javid_AbbasiOption: A

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

mwwt2022

Why B is wrong?

chanchal133Option: A

A is right ans

TariqKipkemei

Answer is A

TariqKipkemei

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

mmustafa4455Option: A

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

mmustafa4455

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

Wael216Option: A

A is the answer

LuckyAroOption: A

A is the answer.

skiwiliOption: A

A is the correct answe