Deploying and Managing Infrastructure Flashcards

1
Q

CloudFormation

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

CoudFormation benefits

A

Infrastructure as Code
Cost
Resources are tagged.
Costs are estimated in the CloudFormation template
Deploy and destroy resources only when needed

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

Cloud Formation Productivity benefits

A

Automated diagrams
It handles the deployment order

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

CloudFormation Stack Designer

A

Creates diagram showing relations between components

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

Cloudformation stack

A

Template

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

CloudFormation Change set

A

List of things CF will do

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

AWS Cloud Development Kit (CDK)

A

IAC using familiar language (JavaScript, Python, etc.)

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

Elastic Beanstalk

A

PaaS
Managed service
Handles provisioning, LB, Auto-Scaling

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

Elastic Beanstalk benefit

A

Developer friendly

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

EBS acronym

A

Elastic Block Store

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

Elastic BeanStalk health monitoring

A

Health agent on each EC2 instance that pushes metrics to CloudWatch

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

Beanstalk vs. CloudFormation

A

Beanstalk is about code
CF is about stacks

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

AWS CodeDeploy works with…(2)

A

EC2
On-prem

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

AWS CodeDeploy

A

Agent based
Allows upgrading on-prem and cloud from a single interface

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

CodeCommit

A

GitHub competitor in AWS

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

CodeBuild

A

Compies, tests, packages code from CodeCommit
Only pay for build time

17
Q

CodePipeline

A

CICD
Build, Test, Provision, Deploy

CodeCommit, CodeBuild, CodeDeploy, Beanstalk

18
Q

Which AWS tool handles code orchestration?

A

CodePipeline

19
Q

CodeArtifact

A

Handles code dependencies
Artifact Management

20
Q

Artifact Management

A

Storing and retrieving dependencies

21
Q

CodeStar

A

Single UI to manage software development
Quick and best CICD

22
Q

AWS Cloud9

A

Cloud IDE

23
Q

Cloud9 collaboration benefit

A

Cowriting
Pair Programming

24
Q

AWS Systems Manager (SSM)

A

Hybrid service
Patch fleet
Run commands on all servers
Requires agent

25
Q

AWS services requiring agents

A

SSM
Beanstalk Health Monitoring

26
Q

SSM Session Manager

A

Secure shell without SSH
No port 22

27
Q

OpsWorks

A

Managed Chef & Puppet
Alternative to SSM

28
Q

What do CodeDeploy, SSM, and OpsWorks have in common?

A

Hybrid services