Automation Flashcards

1
Q

Why should we prefer to use automation?

A

Manuel builds are a gamble, there are many chances for small errors. Manuel also takes more time

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

What is CloudFormation?

A

allows you to provision resources quickly and consistently, and manage them throughout their lifecycles by treating infrastructure as code

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

What is Elastic Beanstalk?

A

easy to use all in one service for deploying and scaling web applications and services developed with a variety of supported languages

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

What is Systems Manager?

A

Gives you the ability to easily patch, update, manage, and configure your EC2 instances along with on prem architecture

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

Is cloudformation a declarative programming language?

A

Yes

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

If you are looking for immutable architecture, what should you use?

A

Cloudformation

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

What happens when Cloudformation encounters an error?

A

rolls back to the last known good state

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

Is elastic beanstalk a IaaS, PaaS, or SaaS?

A

PaaS

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

Is Elastic Beanstalk serverless?

A

No

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

What are automation documents officially referred to as?

A

runbooks

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

Is System Managaer free for AWS resources?

A

yes

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

What part of a cloudformation template allows you to pass values into the template?

A

parameters

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