Virtual Private Cloud - Intro
Lesson 87
AWS Global Infrastructure
Use cases: (1) Single-digit ms latency to end-users / apps.
Use cases: (1) AWS Services on-prem; (2) AWS APIs on-prem.
Use cases: (1) Single-digit ms latency to mobile devices/users; (2) Live video, ML, Augmented Reality/VR.
Lesson 88
IPv4 Addressing Primer
Lesson 89
Networks and Hosts
192.168.0.1
Network = 192.168.0
Host = 1
Subnet mask (used to define the network and host) - 255.255.255.0
Lesson 89
Classes of IP addresses
Lesson 89
Classless Interdomain Routing (CIDR)
Variable length subnet masks (VLSM).
Lesson 89
Amazon VPC (Good) Overview
+++++++++++
- You can create multiple VPCs within a region, by default 5, and can request an increase.
- Each VPC has a CIDR block (VPC_A = 10.0.0.0/16; VPC_B = 10.1.0.0/16).
- Each subnet has a block of IP addresses from the CIDR block.
Lesson 90
VPC Components (Study)
Lesson 90
CIDR Block Rules and Guidelines
Lesson 91
CIDR Block Considerations
Lesson 91
VPC Peering
Fill
Lesson 97
VPC [HOL]
Success: ping one instance to the other using private IP address.
Lesson 98
VPC Interface Endpoint
EC2 instance connects to public AWS services using a private IP.
Lesson 99
VPC Gateway Endpoint
Temp
Lesson 99