VPC Primer Flashcards
What is VPC?
Virtual Private Cloud, private network to deploy your resources
What are Subnets?
Allow you to partition your network inside your VPC, AZ resource
Whats the diff between public and private subnets?
Public subnet is accessible from the internet.
How to define access to internet in VPC?
With Route Tables
What are Internet Gateways?
Helps your VPC to connect to internet.
What are Nat Gateways/Nat Instances?
Helps your private subnets to access internet while remaining private.
What are NACL?
Subnet level firewall. Can ALLOR or DENY rules. Rules address only IP addresses.
What are VPC Flow Logs?
Capture information about IP traffic goinf into your interfaces. It can go to S3, CW, Kinesis Data Firehose
What is VPC Peering?
Connects VPCs privately. NOT TRANSITIVE: A-B, A-C !=> B-C, Must not have overlapping CIDR
What are VPC Endpoints?
Allow you to connect to AWS services using private network.
* VPC Endpoint Gateway: S3 & DynamoDB
* VPC Endpoint Interface: the rest
Only used within your VPC.
What is Site to Site VPN?
Connect to an on-premises VPN to AWS.
Automatically encrypted.
Goes over public internet.