A company has an application that uses Amazon DynamoDB tables. The tables are spread across AWS accounts and AWS Regions. The company uses AWS CloudFormation to deploy AWS resources. A new team at the company is deleting unused AWS resources. The team accidentally deletes several production DynamoDB tables by running an AWS Lambda function that makes a DynamoDB DeleteTable API call. The table deletions cause an application outage. A SysOps administrator must implement a solution that minimizes the chance of accidental deletions of tables. The solution also must minimize data loss that results from accidental deletions. Which combination of steps will meet these requirements? (Choose two.)
Select an option, then click Submit answer.
Reference / correct answer:
Enable deletion protection for the DynamoDB tables.
Most accepted answer: B. Enable deletion protection for the DynamoDB tables.
Community votes: A=2, B=4, C=4
Selected Answer: BC termination is for EC2 instance not dynamodb upvoted 1 times
Selected Answer: AB Chatgpt says B and C but if you analyze the reasoning A and B makes more sense upvoted 1 times
Selected Answer: AC A. Enable termination protection for the CloudFormation stacks: Termination protection prevents the deletion of CloudFormation stacks, which in turn protects the DynamoDB tables created by the stack. C. Enable point-in-time recovery for the DynamoDB tables: Point-in-time recovery (PITR) allows you to restore DynamoDB tables to any point in the last 35 days. If tables are accidentally deleted, PITR minimizes data loss by enabling recovery up to the moment before the deletion. upvoted 1 times Grodgar 1 year, 7 months ago 1) Termination protection prevents the deletion of CloudFormation stacks for only NEW stacks. Q asking for all. 2) Dynamo DB now has Delete protection (from 2023) upvoted 1 times ...
1) Termination protection prevents the deletion of CloudFormation stacks for only NEW stacks. Q asking for all. 2) Dynamo DB now has Delete protection (from 2023) upvoted 1 times
Selected Answer: BC Dynamo DB now has Delete protection. upvoted 3 times