VPCFundamentals Flashcards

1
Q

What is a VPC for?

A

It’s private network to deploy your resources (regional resource)

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

What are Subnets?

A

A partition of your network inside your VPC (Availability Zone resource)

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

public subnet

A

A subnet that is accessible from the internet

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

private subnet

A

A subnet that is not accessible from the internet

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

How can we define access to the internet and between subnets.

A

Route Tables

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

Three features of a NACL (Network ACL)?

A
  1. Can have ALLOW and DENY rules
  2. Are attached at the Subnet level
  3. Rules only include IP addresses
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Two features of a Security Groups?

A
  1. Can have only ALLOW rules
  2. Rules include IP addresses and other security groups
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What do VPC Endpoints do?

A

Endpoints that allow connection to AWS Services using a private network instead of the public www network

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

What does an Internet Gateway at the VPC level do?

A

Provide Internet Access

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

What do NAT Gateway / Instances grant?

A

Internet access to private subnets

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

What is a NACL firewall?

A

Stateless, subnet rules for inbound and outbound

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

What is a Security Group firewall?

A

Stateful, controls traffic at the EC2 instance / ENI level

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

What is VPC Peering?

A

non transitive connection of two VPC with non overlapping IP ranges

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

VPC Flow Logs

A

network traffic logs

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

Security Groups operate at the …… level while NACLs operate at the ……. level.

A

EC2 instance, Subnet

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

What is a VPC

A

a virtual private cloud is a logical construct

17
Q

VPC peering is non transitive? True or false.

A

non transitive