Compute and Networking Services Flashcards

1
Q

EC2

A

Elastic Compute Cloud - provides virtual servers in AWS, only pay for what you use - varying compute and memory capabilities

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

EC2 Auto Scaling

A

Allows you to dynamically scale EC2 capacity up or down automatically according to conditions you set

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

Lightsail

A

Easiest way to launch virtual servers running application in the AWS Cloud - AWS will provision DNS management and storage

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

ECS

A

Container management service for docko containers

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

Lambda

A

Lets you run code in AWS cloud without worrying about provisioning the server

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

Elastic Load Balancer

A

Takes traffic from End Users and distributes it to available EC2 instances to balance load across those EC2 instances. It also registers health checks received from EC2 instances to halt traffic there

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

System Status Check

A

An EC2 Instance check that requires AWS action to resolve

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

Instance Status Check

A

An EC2 instance check that usually has to do with the OS and so requires your action to resolve

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

CloudWatch - Basic Monitoring

A

Default EC2 monitoring setting that refreshes every 5 minutes

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

CloudWatch - Detailed Monitoring

A

Advanced EC2 monitoring setting that refreshes every 1 minute (incurs costs)

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

Monitoring Service for AWS products

A

CloudWatch

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

IP Address known only to an EC2 Instance but not to the OS it is running. This address is retained even when the instance is stopped and is used on Private and Public subnets within the VPC.

A

Private IP Address

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

Dynamic IP address that changes upon stopping of the instance, used in public subnets, associated/mapped to a private IP address on an EC2 instance and cannot be moved between instances (incurs no costs).

A

Public IP Address

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

Static IP address that is used in public subnets, associated/mapped to a private IP address on an EC2 instance and can be moved between instance and Elastic Network Adapters (incurs costs if it is not used).

A

Elastic IP Address

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

Bastion/Jump Host

A

An EC2 Instance that you use to redirect network traffic from an internet gateway into an EC2 instance that is running on a Private Subnet.

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

Clustered Placement Group

A

EC2 placement group where instances are placed into a low latency group within a single AZ

17
Q

Spread Placement Group

A

EC2 placement group where instances are spread across distinct underlying hardware to reduce correlated failures

18
Q

Partition Placement Group

A

EC2 placement group where instances are grouped into logical segments called partitions which use distinct hardware

19
Q

Classic Load Balancer

A

Operates at layer 4 and layer 7 (transport layers) - used for existing applications running on EC2 classic

20
Q

Ultra high performance load balancerthat offers low latency and is good for TLS off-loading. It operates at the connection level (layer 4(

A

Network Load Balancer