CloudFormation & Stacks [DRAFT] Flashcards

1
Q

What is the maximum number of resources in a Stack?

A

500

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How can you overcome the max resource limit for Stacks

A

By using Nested Stacks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the three benefits of using Nested Stacks?

A
  1. Overcome the 500 resource limit of one stack
  2. Code re-use, i.e. using modular templates
  3. Simplify orchestration because one root stack can create all the other stacks.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly