Topic 1 Question 231
2 つ選択A SysOps administrator needs to delete an AWS CloudFormation stack that is no longer in use. The CloudFormation stack is in the DELETE_FAILED state. The SysOps administrator has validated the permissions that are required to delete the CloudFormation stack.
Which of the following are possible causes of the DELETE_FAILED state?
The configured timeout to delete the stack was too low for the delete operation to complete.
The stack contains nested stacks that must be manually deleted first.
The stack was deployed with the --disable-rollback option.
There are additional resources associated with a security group in the stack.
There are Amazon S3 buckets that still contain objects in the stack.
ユーザの投票
コメント(5)
- 正解だと思う選択肢: DE
I think DE correct. Ref : https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-delete-stack-fails Some resources must be empty before they can be deleted. For example, you must delete all objects in an Amazon S3 bucket or remove all instances in an Amazon EC2 security group before you can delete the bucket or security group.
👍 3SomboonCH2023/02/13 - 正解だと思う選択肢: DE
D, E is correct
👍 3Phinx2023/02/17 Yes, D is an option from my point of view, and B as my second option. https://www.quora.com/What-are-some-reasons-that-AWS-CloudFormation-fails-to-delete-a-stack
👍 2braveheart222023/03/04
シャッフルモード