Topic 1 Question 465
2 つ選択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?
Enable termination protection for the CloudFormation stacks that deploy the DynamoDB tables.
Enable deletion protection for the DynamoDB tables.
Enable point-in-time recovery for the DynamoDB tables. Restore the tables if they are accidentally deleted.
Schedule daily backups of the DynamoDB tables. Restore the tables if they are accidentally deleted.
Export the DynamoDB tables to Amazon S3 every day. Use Import from Amazon S3 to restore data for tables that are accidentally deleted.
ユーザの投票
コメント(6)
- 正解だと思う選択肢: BC
Dynamo DB now has Delete protection.
👍 2numark2024/12/07 Shouldn't it be A and C?... C seems to be obviously correct but for A, the question does mention that all the AWS resources are deployed via AWS Cloudformation stacks...Any suggestions here?
👍 1Aamee2024/10/27- 正解だと思う選択肢: BC
vote B, C
👍 1siheom2024/10/28
シャッフルモード