Module 4 - Networking Flashcards

1
Q

What is Amazon VPC?

A

Amazon Virtual Private Cloud
- a private network in AWS
- enables you to provision an isolated section of the AWS cloud (e.g., launch a VPN)

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

What is a Subnet?

A

A section of a VPC that can contains resources such as Amazon EC2 instances

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

What is an Internet Gateway?

A

An internet gateway is a connection between a VPC and the internet

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

What is a Virtual Private Gateway?

A

A virtual private gateway enables you to establish a VPN connection between your VPC and a private network (e.g., on-premise data center or internal corporate network)

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

What is AWS Direct Connect?

A

A service that enables you to establish a dedicated private connection between your data center and a VPC

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

What is a Packet?

A

Basically messages from the internet - a unit of data sent over the internet or a network

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

Explain: Network ACL and Security Group - what is the main difference?

A

Network ACL - Access Control List (Passport Control) - checks every packet that crosses the subnet boundaries for permission to enter (accepts or blocks entry)

Security Group (The Doorman) - every EC2 instance, when it’s launched, automatically comes with a security group - blocks all packet permissions by default (can modify to accept a specific type of traffic - e.g., HTTPS

Main difference:
- Security Group is Stateful (has some sort of memory in terms of who they accept/block) - by default blocks all inbound traffic
- Network ACL is Stateless (remembers nothing, checks every single packet crossing borders) - by default allows all inbound and outbound traffic

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

What does DNS stand for?

A

Domain Name System - translates a domain name to an IP address (think of as the phone book of the internet)

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

What is Amazon Route 53?

A

A DNS web service - gives developers and businesses a reliable way to route end-users to internet applications hosted in the AWS

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

What is Amazon RDS?

A

Relational Database Service - a collection of managed services that makes it simple to set up, operate, and scale databases in the cloud

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