Cloud Formation Flashcards

1
Q

what does cloud formation custom resources refer to?

A

it is a section in the cloud formation template used to define resources, not yet supported by cloud formation

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

what is a cloud formation stack set?

A

Lets you create update or delete stacks across multiple accounts and regions with a single operation/template

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

what happens when you update a stack set?

A

All associated stack instances are updated throughout all accounts and regions

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

Who can create stack sets?

A

Only admin account accounts or delegated administrator

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

How do you give your template to CF?

A

Upload it to S3

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

What are the building blocks for a CF Template?

A

AWSTemplateFormatVersion – identifies the capabilities of the template “2010-09-09”
* Description – comments about the template
* Resources (MANDATORY) – your AWS resources declared in the template
* Parameters – the dynamic inputs for your template
* Mappings – the static variables for your template
* Outputs – references to what has been created
* Conditionals – list of conditions to perform resource creation

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