Networking and Content Delivery Flashcards

1
Q

VPC

A

Enables you to provision a logically isolated section of the AWS Cloud where you can launch AWS resources in a virtual network that you define​.

Enables you to customize the network configuration for your ___ and enable multiple layers of security.

Belong to a single AWS region and can span multiple Availability Zones.

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

VPC Peering

A

You can connect VPCs in your own AWS account between AWS accounts, or between AWS regions.

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

Subnet

A

Range of IP addreses that divide a VPC.

Belong to a single availability zone.

Classified as public or private.

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

Elastic Network Interface

A

A Virtual Network Interface that you can:
Attach to an instance.
Detach from the instance, and attach to another instance to redirect network traffic.​

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

Route Table

A

Contains a set of rules (or routes) that you can configure to direct network traffic from your subnet.​

Each route specifies a destination and a target. ​

By default, every route table contains a local route for communication within the VPC.​

Each subnet must be associated with one.​

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

Security Groups

A

Have rules that control inbound and outbound instance traffic.

Default is to deny all inbound traffic and allow all outbound traffic.

Can only specify allow rules.

Tied to an instance.

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

Network ACLs

A

Has separate inbound and outbound rules, and each rule can either allow or deny traffic.

Default network ACLs allow all inbound and outbound IPv4 traffic.​

Network ACLs are stateless.​

Tied to a subnet.

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

Route 53

A

DNS web service.

Can be used to check your health of your resources, features traffic flow, and enables you to register domain names.

Can be used to configure backups and fail-over scenarios for your applications.

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

Content delivery network (CDN)​

A

Is a globally distributed system of caching servers​ that caches copies of commonly requested files (static content)​.

Delivers a local copy of the requested content from a nearby cache edge or Point of Presence .

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

CloudFront

A

Fast, global, and secure CDN service​.
Global network of edge locations and Regional edge caches​.
Self-service model.
Pay-as-you-go pricing.

Charged for volume of data transferred out from the edge location, and the number of HTTP(s) requests.

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

Edge Locations

A

Network of data centers that CloudFront uses to serve popular content quickly to customers.

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

Regional Edge Cache

A

CloudFront location that caches content that is not popular enough to stay at an edge location.

It is located between the origin server and the global edge location.

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