When working with AWS CloudFormation Templates what is the maximum number of stacks that you can create?
A.
500
B.
50
C.
20
D.
10
Explanation:
CloudFormation Limits
Maximum number of AWS CloudFormation stacks that you can create is 20 stacks.
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html
Should read stack sets. Limit is 20 stack sets. 200 stacks. 500 stack instance per stack set.
Stacks
Maximum number of AWS CloudFormation stacks that you can create.
200 stacks
To create more stacks, delete stacks that you don’t need or request an increase in the maximum number of stacks in your AWS account. For more information, see AWS Service Limits in the AWS General Reference.
StackSets
Maximum number of AWS CloudFormation stack sets you can create in your administrator account.
20 stack sets
StackSets
Maximum number of stack instances you can create per stack set.
500 stack instances per stack set
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html
C
C