QuickInfraQuickInfraDocs
Open Console
manage

Subnets

Subnets gives you a granular view of the network segments inside your VPCs. List all subnets across any cloud account and region, inspect their CIDR ranges and availability zones, and drill into each one to see exactly which instances are running inside it.

What are Subnets?

A subnet is a subdivision of a VPC — a defined range of IP addresses within the larger network that resources are deployed into. Subnets are bound to a specific availability zone and are classified as either public (routable to the internet via an internet gateway) or private (accessible only within the VPC or via a NAT gateway).

In QuickInfra, the Subnets section lists all subnets across your selected VPCs, grouped by the VPC they belong to. For each subnet you can see its name, CIDR block, the number of available IP addresses remaining, the availability zone it is in, and its current state. You can also list all virtual machine instances deployed within a subnet directly from this screen.

Note:Subnets are fetched live from your cloud provider and grouped under their parent VPC for easy navigation. QuickInfra does not create or modify subnets from this screen — subnet provisioning is handled through Infrastructure Projects.
Cloud Subnets list in QuickInfra showing subnets grouped by VPC
The Subnets screen — subnets are grouped by their parent VPC, showing CIDR block, available IPs, availability zone, and state.

How to View Your Subnets

1
Navigate to Manage → Subnets
From the left sidebar select Manage then Subnets. Use the filter controls to select your Cloud Provider, Cloud Account, and Region.
2
Fetch Subnets
Click Fetch Subnets. QuickInfra retrieves all subnets in the selected region and groups them under their parent VPC. Each VPC is shown as a labelled header with its VPC ID, and the subnets beneath it are listed in a table.
3
Review subnet details
Each subnet row displays the Subnet Name, Project Tagif one has been applied, CIDR Block, number of Available IPsremaining in the range, the Availability Zone it is bound to, and current State.
4
List instances in a subnet
Click the action button on the right of any subnet row to list all virtual machine instances currently deployed within that subnet. This gives you an immediate view of what is running in each network segment.

Understanding the Subnet List

Subnets are displayed grouped under their parent VPC. If you have multiple VPCs in a region, each VPC appears as a separate group with its subnets listed beneath it. This makes it easy to understand the complete network structure of your infrastructure at a glance — from the top-level VPC down to individual availability zone segments.

The Available IPs column is particularly useful for capacity planning. A /20 subnet provides 4096 addresses, of which AWS reserves five — leaving 4091 usable. As you deploy more instances, this number decreases. Monitor it to avoid exhausting the IP range in heavily used subnets.

Tip:Use Project Tags on your subnets when provisioning infrastructure through QuickInfra. Tagged subnets are easier to filter and identify, especially in environments with many subnets across multiple availability zones.

Key Things to Know

  • Each subnet is locked to a single availability zone — resources in different AZs cannot share a subnet.
  • A subnet with 0 available IPs cannot accept new instance deployments until existing resources are removed or the subnet is resized.
  • Private subnets do not have a direct route to the internet — instances inside them require a NAT gateway for outbound connectivity.
  • QuickInfra recommends provisioning at least one subnet per availability zone for each environment to ensure high availability.
  • Subnets with no Project Tag are typically default or manually created subnets — applying tags helps QuickInfra associate them correctly with projects.
Previous
Networks
Next
VM Import