Temel Kavramlar
CIDR — IP Adresi Aralığı
10.0.0.0/16 → 65,536 IP adresi (VPC için)
10.0.1.0/24 → 256 IP adresi (subnet için)
Enter fullscreen mode
Public ve private subnet farkını, IGW ile NAT Gateway'in ne zaman kullanıldığını ve 3-tier bir mimariyi Terraform ile sıfırdan kurarak öğrendim.
Temel Kavramlar
CIDR — IP Adresi Aralığı
10.0.0.0/16 → 65,536 IP adresi (VPC için)
10.0.1.0/24 → 256 IP adresi (subnet için)
Enter fullscreen mode

🌐 AWS Session 9 — Amazon VPC Private Networking · Subnets · Internet Gateway ·...

After learning about Public Subnets and Private Subnets, the next question that comes across our mind...

When learning AWS networking, one of the most important concepts to understand is the difference...

Networking is the wall most beginners hit. This is the from-scratch mental model, VPCs, subnets, route tables, gateways, and…

When you start learning AWS, services like EC2, S3, Lambda, and RDS feel exciting. But behind almost...

AWS VPC (Virtual Private Cloud) Introduction If you are starting your AWS and...