Design Resilient Architecture Flashcards

1
Q

Elasticity

A

The ability of resources to scale up and down

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

Capex

A

Capital Expenditures

Money spent on fixed assets

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

Opex

A

Operational Expenditures

Money spent on daily operations

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

EC2

A

Elastic Compute Cloud

A cloud service that gives secure and resizeable compute resource.

Allows you to configure and provision with minimal effort

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

Dedicated Instances

A

are EC2 instances that run on hardware dedicated to a single customer for additional isolation

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

On-demand Instances

A

is an EC2 pricing model that you pay for compute capacity by the hour with no long-term commitments

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

Reserved Instances

A

is an EC2 pricing model that provides you a significant discount compared to on-demand pricing.

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

Spot instances

A

is an EC2 pricing model that allows you to bid on spare EC2 instance. you can significantly reduce cost up to 90% percent than of on-demand pricing

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

Lambda

A

a serverless compute framework.

lets you run your code without burden of managing servers.

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

True or False. In Lambda, you only pay for the compute time your code consume, and no charge when your code is not running

A

True

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

ECS

A

Elastic Container Service

highly scalable, high performance container management service that support Docker containers

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

ECR

A

Elastic Container Registry

fully managed Docker container registry that makes easy for developers to store, manage and deploy docker containers images.

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

EKS

A

Elastic Kubernetes Service

new, fully managed service allows you to easily manage kubernetes clusters.

EKS automatically run K8s with 3 master across 3 AZs

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

Fargate

A

considered as “lambda” for ECS and EKS that allow you to run containers without having to manage servers or cluster

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

Serverless Application Repository

A

enables to quickly deploy code samples, components, and complete application for common use cases such as web and mobile backends, event and data processing, logging, monitoring, IoT etc.

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

Lightsail

A

Simple way to launch and manage a virtual private server with AWS.
Lightsail configures AWS for your needs and provides a virtual machine, SSD-based storage, data transfer, DNS management and static IP address.