VPC Flashcards

1
Q

What is a VPC and is it global, region, or AZ locked?

A

It is a private cloud that is region locked

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

What are route tables used for within a VPC?

A

To define access to the internet and between subnets

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

What does an internet gateway do within a VPC?

A

Allows VPC instances to connect with the internet. Public subnets have a route to the internet. NAT gateways and NAT instances allow private subnets to access the internet while remaining private.

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

What does a NACL do?

A

It is a stateless (traffic in doesn’t imply responses are allowed) firewall that can have allow and deny rules for IP address that are attached to a subnet

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

What does a security group?

A

It is a stateful (traffic in allows for responses) firewall that controls traffic to an ENI or EC@ instance that can only contain allow rules and may include IP address and other security groups

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

How can you monitor and troubleshoot connectivity issues for a VPC?

A

VPC flow logs

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

What does VPC peering do?

A

Allows you to connect two VPCs privately using AWS network as if they were in the same network. Note: VPC peering is not transitive, A -> B and B -> C does not imply A -> C.

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

What are VPC endpoints?

A

Endpoints that allow you to connect to AWS services using a private network instead of www network which gives enhanced security and lower latency.

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

What are the two options to connect to a VPC from on-premises?

A
  1. Site to site VPN - Via public internet
  2. Direct connect (DX) - Via private physical connection
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the tiers in the typical 3 tier solution architecture?

A
  1. Public subnets that contain an ELB
  2. Private subnets that contain an ASG
  3. Private data subnet that contains ElastiCache and RDS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly