VPC & Networking Flashcards

1
Q

What is a VPC?

A

Virtual Private Cloud - private network to deploy your resources, linked to one region only

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

What are Subnets?

A

Allow you to partition your network inside your VPC, linked to 1 AZ only

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

What are route tables?

A

Used in subnets to define access to the internet and between subnets

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

What are internet gateways?

A

Internet Gateways help our VPC instances to connect with the internet

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

What are NAT Gateways and NAT Instances?

A

NAT Gateways (AWS-managed) and NAT Instances (self-managed) allow your instances in private subnets to access the internet while remaining private

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

What is NACL?

A

Network Access Control List - 1st line of defence for our EC2 instances. A firewall which controls traffic from and to the subnet. Attached at subnet level.

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

What is a Security Group?

A

The second line of defence for our EC2 instances. A firewall that controls traffic from and to an ENI (Elastic Network Interface). Attached at EC2 instance level.

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

What rules can be attached to NACL and Security Groups?

A
  • NACL: Allow and Deny
  • Security Groups: Allow only
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are VPC Flow Logs?

A

Capture information about IP traffic going through your interfaces

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

What is VPC Peering?

A

Connect two VPCs privately using AWS’ network, make them behave as if they were in the same network

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

What are VPC Endpoints?

A

Endpoints allow you to connect to AWS services using a private network instead of the public www network, giving enhanced security and lower latency

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

What is PrivateLink (VPC Endpoint Service)?

A

Most secure and scalable way to expose a service to 1,000s of VPCs

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

What is Site-to-Site VPN?

A

Connect an on-premises VPN to AWS over the public internet

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

What is Direct Connect (DX)?

A

Establish a physical connection between on-premises and AWS

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

What is Client VPN?

A

Connect from your computer to your private network in AWS and on-premises, over the public internet

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

What is Transit Gateway?

A

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