Cloudformation basics Flashcards

1
Q

provision and manage your AWS resources using a
custom code template

A

CloudFormation

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

primary Infrastructure as Code service in AWS

A

CloudFormation

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

Template format language that defines the AWS resources that you require

A

YAML or JSON

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

Only mandatory part of a template that tells a cloudformation template what to do

A

Resources

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

group of deployed resources

A

Stack

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

bundle your multiple stacks together

A

nested stack

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

Does Cloudformation allow you to change, modify, or scale your services that are already deployed in your AWS account

A

yes

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

see how your changes might impact your running resources before
finally implementing them

A

Change set

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

extends the capability of CloudFormation stacks by enabling you to create, update, or delete stacks across multiple accounts and regions

A

StackSet

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

If you have a description in a CloudFormation template is it necessary to immediately follow the AWSTemplateFormatVersion

A

Yes

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