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

If you've provisioned a VPC from a Terraform module without fully internalising what each piece is...

🌐 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...

1. Cenário de negócio Neste projeto, será implementado um VPC peering entre duas VPCs que...

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