Topic 1 Question 27
A SysOps administrator is using AWS CloudFormation StackSets to create AWS resources in two AWS Regions in the same AWS account. A stack operation fails in one Region and returns the stack instance status of OUTDATED. What is the cause of this failure?
The CloudFormation template changed on the local disk and has not been submitted to CloudFormation.
The CloudFormation template is trying to create a global resource that is not unique.
The stack has not yet been deployed to the Region.
The SysOps administrator is using an old version of the CloudFormation API.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: B👍 6haxaffee2022/08/31
agree with haxaffee, Common reasons for stack operation failure Problem: A stack operation failed, and the stack instance status is OUTDATED. Cause: There can be several common causes for stack operation failure. The template could be trying to create global resources that must be unique but aren't, such as S3 buckets.
👍 2Rick3652022/09/04
シャッフルモード