· devops
Create your own VPC, subnet and Internet Gateway
What I built - A VPC Virtual Private Cloud - A public subnet within the VPC - An Internet Gateway IGW attached to the VPC These components together create a fu...
What I built - A VPC Virtual Private Cloud - A public subnet within the VPC - An Internet Gateway IGW attached to the VPC These components together create a fu...
!Cover image for 🌐 AWS 103: Mapping Your Cloud Neighborhood - Creating Your First Subnethttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gra...
What Are Terraform Data Sources? A data source in Terraform is a read‑only lookup to an existing resource. Instead of creating something new, Terraform queries...
What are Data Sources? You can use data sources to fetch information about existing VPCs, subnets, AMIs, security groups, etc. hcl data 'data_source_type' 'dat...