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

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?

  • 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.
  • B. Create a DynamoDB on-demand backup of the DynamoDB table on the first day of each month. Transition the backup to Amazon S3 Glacier Flexible Retrieval after 6 months. Create an S3 Lifecycle policy to delete backups that are older than 7 years.
  • C. Use the AWS SDK to develop a script that creates an on-demand backup of the DynamoDB table. Set up an Amazon EventBridge rule that runs the script on the first day of each month. Create a second script that will run on the second day of each month to transition DynamoDB backups that are older than 6 months to cold storage and to delete backups that are older than 7 years.
  • D. Use the AWS CLI to create an on-demand backup of the DynamoDB table. Set up an Amazon EventBridge rule that runs the command on the first day of each month with a cron expression. Specify in the command to transition the backups to cold storage after 6 months and to delete the backups after 7 years.
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
vijaykamal
Highly Voted 1 year ago
Selected Answer: 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.
upvoted 10 times
...
ChymKuBoy
Most Recent 3 months, 1 week ago
Selected Answer: A
A for sure
upvoted 1 times
...
Sadiya_Javid_Abbasi
9 months, 1 week ago
Selected Answer: A
https://docs.aws.amazon.com/aws-backup/latest/devguide/creating-a-backup-plan.html
upvoted 1 times
...
mwwt2022
9 months, 2 weeks ago
Why B is wrong?
upvoted 1 times
...
Cyberkayu
10 months, 1 week ago
BCD, on-demand backup, manual work
upvoted 3 times
...
beginnercloud
11 months, 3 weeks ago
Selected Answer: A
https://aws.amazon.com/blogs/database/set-up-scheduled-backups-for-amazon-dynamodb-using-aws-backup/
upvoted 3 times
...
chanchal133
1 year, 1 month ago
Selected Answer: A
A is right ans
upvoted 1 times
...
MNotABot
1 year, 3 months ago
All except A are "On-demand"
upvoted 3 times
...
narddrer
1 year, 3 months ago
Selected Answer: 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.
upvoted 4 times
pentium75
9 months, 3 weeks ago
"on demand" (manual) backup -> hell no
upvoted 2 times
...
...
kruasan
1 year, 5 months ago
Selected Answer: 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.
upvoted 2 times
...
TariqKipkemei
1 year, 6 months ago
Answer is A
upvoted 1 times
TariqKipkemei
1 year ago
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
upvoted 1 times
...
...
mmustafa4455
1 year, 6 months ago
Selected Answer: A
The correct Answer is A https://aws.amazon.com/blogs/database/set-up-scheduled-backups-for-amazon-dynamodb-using-aws-backup/
upvoted 1 times
mmustafa4455
1 year, 6 months ago
Its B. https://aws.amazon.com/blogs/database/set-up-scheduled-backups-for-amazon-dynamodb-using-aws-backup/
upvoted 2 times
...
...
Wael216
1 year, 7 months ago
Selected Answer: A
A is the answer
upvoted 1 times
...
LuckyAro
1 year, 7 months ago
Selected Answer: A
A is the answer.
upvoted 1 times
...
skiwili
1 year, 7 months ago
Selected Answer: A
A is the correct answe
upvoted 1 times
...
rrharris
1 year, 8 months ago
A is the Answer can be used to create backup schedules and retention policies for DynamoDB tables
upvoted 2 times
...
kpato87
1 year, 8 months ago
Selected Answer: 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.
upvoted 3 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 ...