Deployment Flashcards

1
Q

CloudFormation

A

Reusable template for defining AWS infrastructure
Infrastructure as Code (IaaS)

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

CDK

A

Define cloud infratuture using familiar programming languages like Java, Python, .Net, etc.
Code is finally compiled into JSON/YAML (CloudFormation) format
Deploy infrature and runtime together

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

Beanstalk

A

Developer centric view of deploying application on AWS
Platform as a service (PaaS)

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

CodeDeploy

A

Hybrid service to automatically deply your code

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

CodeCommit

A

Hosts Git respository in AWS to store your code

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

CodeBuild

A

Compiles source code, run tests, produces packages ready to be deployed by Code Build

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

CodePipeline

A

Code=>Build=>Test=>Provision=>Deploy=>EBS
It orchestrate the steps from code to deployment

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

CodeArtifact

A

Store code artifacts like dependecies

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

CodeStar

A

All code related services under one roof with unified UI

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

Cloud9

A

IDE on Browser

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

SSM

A

Manage EC2 instances and On premise systems at scale(Hybrid service)
-Automatic patching of all your instances
-Run commands across entire fleet of services
-Store parameter configuration with SSM parameter store

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

SSM Session Manager

A

Allows to start a secure shell on EC2 instances and on premise servers without SSH access or port 22 access

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

SSM Parameter Store

A

Store API keys, passwords, configurations (Serverless)

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

OpsWork

A

Gives managed Chef and Puppet in the cloud
Chef and Puppet performs server configurations automatically

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