---
type: archive
area: archive
status: archived
date: 2026-05-03
created: 2026-05-03
updated: 1980-01-01
tags:
  - archive
---
#### VPC
Virtual private network
#### Subnet
allow you to partition your network inside your vpc
#### VPC Diagram
![[img-20240915-113557-62d54b38.png]]
![[img-20240915-113838-4d5f6c10.png]]
#### Network ACL 
 Can have allow and deny rules
 Firewall which controls traffic from and to subnet
 Rule only include IP addresses 
#### Security Groups
A firewall that controls traffic to and from an ENI/ an EC2 instance
Can only have allow
include other IPs and security group
![[img-20240915-115315-7fa359d8.png]]
#### VPC FLow logs
Log of all traffic going into interfaces
![[img-20240915-115654-b1e9e427.png]]
#### VPC Peering
Connect to vpc privately using AWS network
make them behave as if they were in the same network
![[img-20240915-115823-d03c16fc.png]]
##### VPC endpoints
allows to connect to aws services using private network instead of the public www network
this gives enhanced security and lower latency to access aws services
#### AWS Private Link
![[img-20240915-121921-6bbd9d10.png]]
![[img-20240915-122110-51632b18.png]]
![[img-20240915-122217-7608a8d8.png]]
![[img-20240915-122445-de69755b.png]]
![[img-20240915-122953-b14157b7.png]]
![[img-20240915-123321-09b7a6b4.png]]![[img-20240915-123508-e668a339.png]]