VPC Flashcards

1
Q

CIDR

A

Routing rules/convention dedicated to VPC (Virtual Private Cluster)

Private IP ranges include:

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

Subnets

A

AWS reserves 5 IPs address (first 4 and last 1 IP address) in each Subnet

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

Internet Gateways

A

Internet gateways helps our VPC instances connect with the internet

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

Routes Tables

A

Used to configure routing for subnets i.e. route traffic to internet gateway or locally

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

NAT Instances – Network Address Translation

A

Allows instances in the private subnets to connect to the internet
- NAT Instance must be launched in a public subnet

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

NAT Gateway

A

AWS managed NAT, higher bandwidth, better availability, no admin
- resilient within a single-AZ

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

DNS Resolution in VPC

A

Allows DNS for instances in your subnet

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

Network ACLs

A
  • NACL are like a firewall which control traffic from and to subnet
  • Default NACL allows everything outbound and everything inbound
  • One NACL per Subnet, new Subnets are assigned the Default NACL
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

VPC Peering

A

Connect two VPC, privately using AWS’ network and make them behave as if they were in the same network
- cannot have overlapping CIDR

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

VPC Endpoints

A

Endpoints allow you to connect 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
11
Q

VPC Flow Logs

A

Capture information about IP traffic going into your interfaces

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

Bastion Hosts

A

Allows SSH into our private instances

The bastion is in the public subnet which is then connected to all other private subnets

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

Site to Site VPN

A

Makes AWS and corporate VPC seem like they are part of the same network

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

Direct Connect

A

Provides a dedicated private connection from a remote network to your VPC

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

Egress Only Internet Gateway

A

Egress only Internet Gateway is for IPv6 only, similar to NAT but NAT is for IPv4

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

AWS PrivateLink

A

Most secure & scalable way to expose a service to 1000s of VPC

17
Q

AWS ClassicLink

A

ClassicLink allows you to link EC2-Classic instances to a VPC in your account

18
Q

AWS VPN CloudHub

A

Provide secure communication between sites, if you have multiple VPN connections

19
Q

Transit Gateway

A

For having transitive peering between thousands of VPC and on-premises, hub-and-spoke (star) connection
- star connection model