CloudFormation & Stacks [DRAFT] Flashcards
1
Q
What is the maximum number of resources in a Stack?
A
500
2
Q
How can you overcome the max resource limit for Stacks
A
By using Nested Stacks
3
Q
What are the three benefits of using Nested Stacks?
A
- Overcome the 500 resource limit of one stack
- Code re-use, i.e. using modular templates
- Simplify orchestration because one root stack can create all the other stacks.
4
Q
What condition should be met if deciding to use Nested Stacks?
A
All the resources in the stack are lifecycle linked. That is, they will all be created, updated and deleted together.