VPC Flashcards
VPC SF
Virtual Private Cloud
What is VPC?
A provisioning of an isolated section of AWS Services.
One subnet can only go to how many availability zones?
A SINGLE availability zone
How many internet gateways per VPC?
one
Default VPC basic settings
Default is user friendly for immediately deploying instances. All subnets have a route out to the internet.
Each EC2 has a public and private IP
VPC Peering function
Allows to connect one VPC to another
VPCs consist of
Internet Gateways, Route Tables, Network access control lists, subnets, security groups
Can you attach multiple internet gateways to a VPC to make it faster?
No because only 1 per VPC
Public vs Private subnet
Public can access internet, private cannot
ACLS SF
Subnet Network Access Control Lists
Default VPC default settings info
Have a route to the internet
Each EC2 has a public and private IP address
If deleted the only way to recover it is get AWS to reactivate it
VPC Peering
Allows you to connect one VPC with another through private IP Addresses as if in the same network
Done in Star Configuration, NO TRANSITIVE PEERING
Star configuartion
VPC 1 connects to 2-5, 2-5 connect to each other through VPC 1
Transitive Peering
VPC peering config where they all talk to each other. CANNOT be done on AWS. All must communicate through parent.
Creating a new VPC will generate
Routetable, Network ACL and Security Group