What is a VPC?
Virtual Private Network
What is a public subnet?
A subnet that is accessible from the internet
What is a private subnet?
A subnet that is not accessible from the internet
What do you use to define access to the internet and between subnets?
Route Tables
What is an internet gateway?
VPC component that allows communication between your VPC and the internet
NAT Gateways are ___-managed
NAT Gateways are AWS-managed
NAT Instances are ___-managed
NAT Instances are self-managed
What do NAT Gateways and NAT Instances do?
They allow your instances in private subnets to access the internet while remaining private
What is a NACL?
Network ACL
What is a Security Group?
What do VPC Flow Logs do?
What is VPC Peering?
Is a VPC Peering connection transitive?
No.
You must establish a connection for each VPC that need to communicate with one another (i.e. a connection from A to B and B to C does not allow A to communicate with C)
What are VPC Endpoints?
Endpoints allow you to connect to AWS services using a private network instead of the public www network
What are the two types of VPC endpoints?
Which services use gateway endpoints?
S3 and DynamoDB
Which services use interface endpoints?
Everything except S3 and DynamoDB
What is Direct Connect (DX)?
A physical connection between on-premisis and AWS