VPC - Virtual Private Cloud Flashcards

1
Q

What is a Switch?

A

It connects computers on the same network to allow them to share the same data, without requiring use of the router/internet.

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

What does VPC stand for?

A

Virtual Private Cloud

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

What is the definition of VPC?

A

Simplied Definition:
A Virtual Private Cloud (VPC) is a private subsection of AWS that you control, into which you cna place AWS resrources (such as EC2 isntances and databses). You have full control over who has access to the AWS resources that you place inside your VPC.

AWS Definition:
Amazon Virtual Private Cloud (Amazon VPC) lets you provision a logically isolated section of AWS cloud where you can launch AWS resources 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.

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

True or False: A default VPC is created for you when you create an AWS account?

A

True

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

What is a Subnet?

A

A subnet (Subnetwork) is a subection of a network. Generally, a subnet includes all of the computers in a specific location.

Example: All houses on the same street in a neighborhood would be a subnet.

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

What does IGW stand for?

A

Internet Gateway

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

Definition of Internet Gateway (IGW)?

A

Simplified Definited:

A combination of hardware and software that provides your private network with a route to the world outside (the internet) of the VPC.

AWS Defintion:

An internet Gateway is a horizontally scaled, redundant and highly available VPC component that allows communication between instances in your VPC and the internet. It therefore imposes no availability risks or bandwith constraints on your network traffic.

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

True or False: Your default VPC already has an IGW attached?

A

True

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

What is the definition of a Route Table?

A

A route table contains a set of rules, called routes, that are used to determine where network traffic is directed.

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

True or Fales: Your default VPC does not contain a main route table?

A

False: Your default VPC already has a main route table.

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

What does NACL stand for?

A

Network Access Control List

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

What is a Network Access Control List (NACL)?

A

A firewall/security layer on the subnet level that con trols inbound and outbound traffic for one or more subnets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
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
14
Q

True or False: You can add one or more subnets in each Availability Zone?

A

True

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

True or False: Each subnet can span more than one Availability Zone?

A

False: Each subnet must reside entirely within one Availability Zone and cannot span zones.

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

True or False: The default VPC has an NACL associated with the default subnet?

A

True.

17
Q

What is the default of an NACL?

A

Allows ALL inbound and outbound traffic.

18
Q

How are Inbound and Outbound Rules Processed?

A
  1. Rules are evaluated based on rule # from the lowest to highest.
  2. The first rule evaluated that applies to the traffic types gets immediately applied and executed regardless of the rules that come after (have a higher rule #).