Automation Flashcards

1
Q

Your brand new CloudFormation stack just encountered an error. By default, what happens to the resources that it had created?

A

They are terminated.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
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
3
Q

Elastic Beanstalk is an example of ___.

A

Platform as a Service (PaaS)

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

What are common use cases for the AWS Systems Manager Parameter Store “SecureString” parameter?

A

1) For using data/parameters across AWS services without exposing the values as plaintext in commands, functions, agent logs, or CloudTrail logs.

2) For sensitive data that needs to be stored and referenced in a secure manner.

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

Whenever possible, we should focus on __ processes over doing things ____.

A

Automating, manually

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

Which of the following is NOT a benefit of deploying an application using Elastic Beanstalk?

A) Elastic Beanstalk will rewrite your applications from any language into Python.

B) It will deploy and update your applications for you.

C) You maintain full control over all of your architecture.

D) It will automatically replace instances that fail.

A

A) Elastic Beanstalk will rewrite your applications from any language into Python.

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

Systems Manager can be used to patch and update _ and __.

A

EC2 instances, on-premises instances

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