Subnet - CI/CD Glossary Definition
A subnet is a segment of a VPC’s IP address range, scoped to a single availability zone. Public subnets have a route to an internet gateway; private subnets reach the internet only via NAT, if at all.
Related guides
VPC - CI/CD Glossary DefinitionA VPC is a logically isolated virtual network in the cloud where you place instances, control IP ranges, subn…
NAT Gateway - CI/CD Glossary DefinitionA NAT gateway lets instances in a private subnet make outbound internet connections (to pull packages) while…
Internet Gateway - CI/CD Glossary DefinitionAn internet gateway is the VPC component that enables two-way traffic between a public subnet and the interne…