QuickInfraQuickInfraDocs
Open Console
manage

Networks

Networks gives you a complete view of all Virtual Private Cloud networks across your cloud accounts. Drill into any VPC to inspect its configuration, explore all subnets beneath it, and see every virtual machine running inside it — all without touching your cloud console.

What is Networks?

A Virtual Private Cloud is the foundational network layer on which all your cloud infrastructure runs. Every VM instance, subnet, and load balancer lives inside a VPC. The Networks section in QuickInfra surfaces all VPCs across your cloud accounts in a clean list, giving you immediate visibility into your network topology — CIDR blocks, tenancy settings, default status, and availability state — without needing direct access to your cloud console.

Beyond simply listing networks, you can drill into any VPC to view its full configuration, see all subnets defined within it, and list every virtual machine instance currently running or stopped under that network. This makes Networks the ideal starting point for understanding how your infrastructure is organised and where your workloads are deployed.

Note:Networks are read from your cloud provider in real time. QuickInfra does not modify your VPC configuration — this section is a visibility and navigation tool.
Networks list in QuickInfra showing VPCs with CIDR blocks and state
The Networks screen — lists all VPCs across your selected cloud account and region with their ID, CIDR block, tenancy, and availability state.

How to View Your Networks

1
Navigate to Manage → Networks
From the left sidebar select Manage then Networks. The filter controls at the top allow you to narrow the list to a specific account and region.
2
Select your filters
Choose your Cloud Provider, Cloud Account, and Region. Optionally filter by a specific Project to see only the VPCs associated with that project's infrastructure.
3
Fetch Networks
Click Fetch Networks. QuickInfra queries your cloud account and returns all VPCs in the selected region. Each row shows the VPC Name, VPC ID, CIDR Block, whether it is the Default VPC, Tenancy, and current State.
4
Drill into a network
Use the action buttons on the right of each VPC row to explore further. You can view the full network configuration, list all subnets defined within the VPC, and see all VM instances currently deployed under that network.

What You Can See Per Network

  • Network Configuration — Full details of the VPC including CIDR block, DNS settings, tenancy model, and associated route tables and internet gateways.
  • Subnets — All subnets defined within the VPC, their availability zones, CIDR ranges, and whether they are public or private. This is the same data available in the dedicated Subnets section, surfaced here in context for quick navigation.
  • VM Instances — Every virtual machine currently running or stopped inside the VPC, with instance type, IP addresses, and state — giving you a complete picture of what is deployed in that network.
Tip:If you have multiple VPCs in a region — for example, a default VPC and a custom one like quickinfra-vpc — use the network drill-down to quickly understand which workloads are running in which network. This is especially useful when troubleshooting connectivity or planning a network restructure.

Key Things to Know

  • Every AWS account comes with a Default VPC in each region. It is safe to use for development but it is recommended to create a dedicated VPC for production workloads.
  • The CIDR block of a VPC defines the private IP address range available to all resources inside it — this cannot be changed after creation.
  • QuickInfra does not create or modify VPCs from this screen. Network provisioning happens through Infrastructure Projects using Terraform or CloudFormation templates.
  • If a VPC shows as available but no instances appear under it, the VPC exists but no compute resources have been deployed into it yet.
Previous
Disk Volumes
Next
Subnets