Deployments & Managing Infrastructure at Scale Flashcards

1
Q

What is CloudFormation?

A

It enables Infrastructure as Code on AWS

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

Benefits of CloudFormation

A
  • Infrastructure as Code
  • Cost
  • Productivity
  • Don-t re-invent the wheel
  • Supports all AWS resources
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is CDK?

A

Cloud Developer Kit - define your cloud infrastructure using a familiar programming language, which is compiled into a CloudFormation template

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

What is CodeDeploy

A

Deploy your applications automatically, servers must be provisioned and configures ahead of time.

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

What is CodeCommit

A

Fully-managed source-control service that hosts git repositories

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

What is CodeBuild?

A

Code building service in the cloud. It compiles source code, runs test and produces packages.

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

What is CodePipeline?

A

Orchestrates the different steps to have the code automatically pushed to production

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

What is CodeArtifact?

A

A secure, scalable and cost-effective artifact management for software development

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

What is artifact management?

A

Stores and retrieving software packages’ dependencies

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

What is CodeStar?

A

A unified UI to easily manage software development activities in one place. Quickly set-up CodeCommit, CodePipeline, CodeBuild, CodeDeploy, Elastic Beanstalk, EC2 etc

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

What is Cloud9?

A

A cloud IDE for writing, running and debugging code

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

What AWS Systems Manager (SSM)?

A

A hybrid service that helps you manage your EC2 and on-remises systems at scale

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

What is SSM Session Manager?

A

Allows you to start a secure shell on your EC2 instances and on-premises servers, without using port 22.

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

What is AWS OpsWorks?

A

Managed Chef & Puppet, an alternative to AWS SSM.

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