Automation Flashcards

1
Q

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

A

CloudFormation

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

Service for deploying and scaling web applications and services developed with a variety of supported languages

A

Elastic Beanstalk

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

Service gives you the ability to easily patch, update, manage, and configure your EC2 instances along with on-premise architecture

A

Systems Manager

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

Service that allows you to declare your AWS infrastructure as code

A

CloudFormation

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

everything is defined via a json or yaml file

A

template

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

is AWSTemplateFormatVersion required?

A

No

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

Section in a CloudFormation template that dynamically creates resources based on input values. Questions you are asking the user

A

Parameters

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

Section in a CloudFormation template used to look up values on different data points. Can Control or automatically fill in a value

A

Mappings

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

Section in a CloudFormation template that defines all resources in the account and their configuration requirements

A

Resources

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

Is the resource section required in a template for CloudFormation

A

yes

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

Section in a CloudFormation template that specify what information and values you want to output

A

Outputs

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

Section in a CloudFormation template that specifies one or more macros to modify the template before it is processed

A

Transform

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

Service used for creating immutable architecture

A

CloudFormation

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

Service that lets your developers worry about development

A

Elastic Beanstalk

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

Service is the main stop for everything PaaS related in AWS

A

Elastic Beanstalk

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

Service that deploys and scales your web applications

A

Elastic Beanstalk

17
Q

Service is a suite of tools designed to let you view, control, and automate both you managed instances in AWS and on-premises

A

Systems Manager

18
Q

Feature that allows communication between your instances and compute with the AWS Systems Manager service

A

Systems Manager Agent (SSM)

19
Q

Feature of Systems Manager that allows a secure connection to your managed compute without needing SSH access

A

Session Manager

20
Q

Feature of Systems Manager that allows you to log all usage during sessions to CloudWatch and CloudTrail

A

Logging

21
Q

Feature of Systems Manager that allows you to store config data and secret values (IDS) in a hierarchical matter with parameter policies. Used to store IDS

A

Parameter Store

22
Q

Stateless environment that can be easily picked up and thrown away and then reprovisioned. Disposable architecture

A

Immutable architecture

23
Q

Used for when companies are looking for a simple solution to bundle and deploy applications. Should favor this over CloudFormation

A

Elastic Beanstalk

24
Q

Feature of Systems Manager that are the primary method used in scenarios asking to configure the inside of an EC2 instance

A

Automation Documents (Systems Manager)

25
Q
A