Module 4: Networking Flashcards

1
Q

What is and Amazon Virtual Private Network (VPC)?

A

A service that allows you to launch resources in a virtual network that you define. Think Coffee customer to till server and not barista.

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

What two ways can someone enter a VPC?

A

Via and internet gateway

Via a virtual private gateway

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

What is required by the requester to enter via a virtual private gateway

A

They need to have a VPN Connection

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

What is a subnet and the types based on the gateway?

A

A subnet is a range of IP addresses in your VPC e.g. instances or databases.
A public subnet is created with an internet gateway
A private subnet is created with a virtual private gateway

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

What is the AWS Direct Connect services?

A

Establish a dedicated connection between an on-premises data center and the VPC

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

What is a network access control list (network ACL)?

A

A virtual firewall for a subnet. By default, it allows all inbound and outbound traffic but when customized is will deny all traffic except those specified.

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

Netowork ACLs perform stateless packet filtering. What does stateless mean?

A

Is does not remember the “credentials” of the traffic coming through. Like a bouncer who checks your ID again when you only went out to the smoking area.

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

What is a security group?

A

A virtual firewall for an EC2 instance. By default, a security group denies all inbound traffic and allows outbound traffic.

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

Security groups perform stateful packet filtering. What does this mean?

A

They remember the previous decisions that were made for incoming packets. Think a bouncer that remembers you from scanning your ID earlier and lets you in again without checking.

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

What is route 53?

A

It has similar properties to Cloudfront except better for website as opposed to content delivery. It also is used to manage DNS records for domain names.
Service that “signals” which instance to delay to and will check the health of the instance before doing so.

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

What is DNS resolution?

A

Translation of domain names into IP addresses

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