What is CIDR - IPv4?
Subnet Mask
What is Internet Gateway?(IGW)
What is Bastion Hosts?
What is a NAT Intsance?
P294
What is NAT Gateway?
What is NACL(Network Access Control List)
What is VPC Reachability Analyzer?
What is VPC Peering
What is VPC Endpoints (AWS PrivateLink)
P306
What 2 VPC Endpoints do you get?
1) Interface Endpoints
- Provisions an ENI(private IP address) as an entry point
- Supports most AWS services.
2) Gateway Endpoints
- Provisions a gateway and must be used as a target in a route table
- Supports both S3 and DynamoDB
What is VPC Flow Logs?
How to create a VPN connection between your VPC on AWS and on-premis site?
1) Virtual Private Gateway (VGW)
- VPN connector on AWS side.
2) Customer Gateway (CGW)
- Software application or physical device on customer/on-premise side of the VPN connection.
Important steps:
- Make sure to enable Route Propagation for the Virtual Private Gateway.
- If you need to ping your EC2 instances from on-premises, make sure you add the ICMP protocol on the inbound of your security groups.
What is AWS VPN CloudHub?
What is Direct Connect (DX)
p332
What two resiliency do you get for direct connect?
1) High Resilliency
- One connection for multiple locations
2)Maximum Resiliency
- Having 2 or more connections at a location
What can you use as a backup when you use Direct Connect as a primary connection?
You can make use of Site-toSite VPN.
What is Transit Gateway?
What is Egress-only Internet Gateway?
VPC Section Summary
Goto P341
What is AWS Network Firewall?