AWS Certified SysOps Administrator – Associate — Question 35

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?

Answer options

Correct answer: B

Explanation

The correct answer is B because the failure is due to an attempt to create a global resource that must be unique, which results in the OUTDATED status. Option A is incorrect because the local template changes would not affect the stack instance status unless deployed. Option C is wrong as the stack must be deployed to be in an OUTDATED state. Option D is not relevant since the version of the API does not directly cause an OUTDATED status in this context.