VPC

VPC
What is a Route Table?
Route tables determine where network traffic is directed.
Common routes:

What is a Route Table?
Route tables determine where network traffic is directed.
Common routes:
VPC Peering

VPC Peering
VPC Diagram - Step 1

VPC Diagram - Step 1
VPC Diagram - Step 2

VPC Diagram - Step 2
VPC Diagram - Step 3 - NAT Instance

VPC Diagram - Step 3 - NAT Instance
VPC Diagram - Step 3 - NAT Gateway

VPC Diagram - Step 3 - NAT Gateway
VPC - NAT instances
VPC - NAT instances
VPC - NAT Gateways
VPC - NAT Gateways
VPC - Network ACL’s
VPC - Network ACL’s
VPC - Security Groups vs Network ACL

VPC - Security Groups vs Network ACL
Security Group Network ACL Operates at the instance level (first layer of defense) Operates at the subnet level (second layer of defense) Supports allow rules only Supports allow rules and deny rules Is stateful: Return traffic is automatically allowed, regardless of any rules Is stateless: Return traffic must be explicitly allowed by rules We evaluate all rules before deciding whether to allow traffic We process rules in number order when deciding whether to allow traffic Applies to an instance only if someone specifies the security group when launching the instance, or associates the security group with the instance later on Automatically applies to all instances in the subnets it’s associated with (backup layer of defense, so you don’t have to rely on someone specifying the security group)
VPC - NAT vs Bastions
VPC - NAT vs Bastions
Elastic IP
Elastic IP
Direct Connect vs VPN
A VPC VPN Connection establish encrypted network connectivity between your intranet and Amazon VPC over the Internet. VPN Connections can be configured in minutes and are a good solution if you have an immediate need, have low to modest bandwidth requirements, and can tolerate the inherent variability in Internet-based connectivity. AWS Direct Connect does not involve the Internet; instead, it uses dedicated, private network connections between your intranet and Amazon VPC.
Direct Connect vs VPN
A VPC VPN Connection establish encrypted network connectivity between your intranet and Amazon VPC over the Internet. VPN Connections can be configured in minutes and are a good solution if you have an immediate need, have low to modest bandwidth requirements, and can tolerate the inherent variability in Internet-based connectivity. AWS Direct Connect does not involve the Internet; instead, it uses dedicated, private network connections between your intranet and Amazon VPC.