VPC Flashcards
Abbreviation of VPC?
Virtual Private Cloud
What is VPC?
VPC can isolate a section of AWS cloud where we can launch AWS resources.
Can we Deny specific IP using Network ACL?
Yes
How to connect EC2 in private subnets which has no internet?
Internet Gateway -> Router ->Routing Tables ->Network ACL -> Public Subnet -> Security Group -> EC2 -> Private Subnet ->EC2
What is Bastion Host?
EC2 instance of Public Subnet -connect to EC2 instance of Private Subnet.
Private reserved IP?
- 0.0.0
- 0.0.0
- 0.0.0
Default VPC vs Custom VPC?
Default VPC subnet has access to interest by default.
Each EC2 instance in default vpc has private & public IP address.
Default VPC have Internet access?
Yes
What is VPC peering?
Connect 1 VPC to another VPC.
Main components of VPC?
Internet Gateway Routing Tables Network Access Control List Subnets Security Groups
1 subnet - 1 AZ?
Yes
1 subnet - Many AZ?
No
Many subnet - 1 AZ?
Yes
What is Transitive peering?
VPC - A -> VPC B - A can connect to B.
VPC - A -> VPC B -> VPC C A can not connect to C.
VPC - A -> VPC C - A can connect to C.
can we Launch EC2 instance on any of our subnets using VPC?
Yes
Can we assign custom IP address for each subnet using VPC?
Yes
How we can configure route tables between subnet?
Using VPC
Can we create internet gateway & attach to VPC?
Yes
Can we enhance security using VPC?
Yes
Can we create network Access control list using VPC?
Yes
Can we create network Access control list using VPC?
Networking & Content delivery
After creating VPC what other components added to new VPC?
Route Table, Network ACL,Security group
After creating VPC what other components not added to new VPC?
Subnet, Internet Gateway
How many IP AWS reserves for internal purpose?
5