Networking, Content Delivery, and DNS Services Flashcards

1
Q

What is a VPC?

A

Virtual Private Cloud: Amazon VPC lets you provision a logically isolated section of AWS where you can launch AWS resources (EC2, DB’s, etc.) in a virtual network that you define.

You have complete control over your virtual networking environment, including selection of your own IP address range, creation of subnets and configuration of route tables and network gateways.

NOTE: When you create an AWS account, a “default” VPC is created for you. VPC’s are created by region.

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

What is a Subnet?

A

Shorthand for subnetwork; a sub-section of a network. Generally, a subnet includes all of the computers in a specific location.

Example: Think of an apartment building as one large network. Then think of each separate apartment inside the building as a subnet. With each apartment having their own access point (router) and security (password and firewalls), and a group of computers/mobile devices.

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

What is an NACL or ACL?

A

Network Access Control List: A firewall/security layer on the subnet level

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

What is a security group?

A

A firewall/security layer on the instance/server level

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

What is a firewall?

A

A type of software either allows or blocks certain kinds of internet traffic to pass through it.

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

What is Route 53?

A

Route 53 allows you to manage web domains for websites or applications you host on AWS.

It can also be used for mutli-region failovers.

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

What are the three main functions of Route 53?

A
  1. Domain Registration: Route 53 lets you register domain names
  2. Domain Name System (DNS) Service: Translates domain names into IP addresses. Route 53 responds to DNS queries using a global network of authoritative DNS servers, which reduces latency.
  3. Health Checking: Route 53 sends automated requests over the internet to your application to verify that it’s reachable, available, and functional.

NOTE: Any combination of the above features can be used.

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

What is Cloudfront?

A

A Content Delivery Network (CDN) that allows you to store (cache) your content at “edge locations” around the world.

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

What are the benefits of using Cloudfront?

A
  1. Cache content at edge locations for faster distribution to customers
  2. Built-in DDOS attack protection
  3. Integrates with many other AWS services
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is an edge location?

A

A site that CloudFront uses to cache copies of your content for faster delivery to users at any location. There are edge locations located in most major cities around the world.

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

What are the benefits of using Route 53?

A
  1. Domain registration
  2. DNS Service
  3. Traffic Flow (send user to best endpoint)
  4. Health checking
  5. DNS failover (automatically change domain endpoint if system fails
  6. Integrates with other Amazon web services
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which AWS services can be integrated with Cloudfront?

A

S3, Lambda, EC2, ELB, and Route 53

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