Compute Service Flashcards

Compute Service

1
Q

Software development platform to deploy apps
Apps are packaged into containers that can run on any OS
Docker images are stored in docker respositories-Public docker respository
Private in Amazon ECS (Elastic container repository)

A

Docker

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

Launch docker container on AWS
Provision EC2 instances in advance

A

ECS(elastic compute cloud)

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

Launch docker container on AWS
No need to provision EC2 instances in advance (serverless)

A

Fargate

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

Container registry to store docker images that can be run by ECS or Fargate

A

ESR(elastic container registry)

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

Function as service (FaaS)

A

Serverless

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

Virtual functions with unlimited CPU and RAM
Time limit of 15 mins
Limited to some programming languages

A

Lambda

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

To create, publish, maintain, monitor and secure API on AWS
e.g. Serverless HTTP API
supports RESTFul API and WebSocket API

A

API Gateway

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

Fully managed Batch Processing at any scale
Dynamically launch EC2 instances or Spot instances
Run as docker images on ECS
No limit of programming languages

A

Batch

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

Standalone services to get virtual storage, db and networking in one place

A

Lightsail

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

Deployment

A

Deployment

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

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

A

CloudFormation

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

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

A

CDK

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

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

A

Beanstalk

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

Hybrid service to automatically deploy your code

A

CodeDeploy

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

Hosts Git respository in AWS to store your code

A

CodeCommit

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

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

A

CodeBuild

17
Q

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

A

CodePipeline

18
Q

Store code artifacts like dependecies

A

CodeArtifact

19
Q

All code related services under one roof with unified UI

A

CodeStar

20
Q

IDE on Browser

A

Cloud9

21
Q

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

A

SSM

22
Q

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

A

SSM Session Manager

23
Q

Store API keys, passwords, configurations (Serverless)

A

SSM Parameter Store

24
Q

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

A

OpsWork