Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 476 Bytes

File metadata and controls

29 lines (17 loc) · 476 Bytes

Ec2 Vpc Subnets

A read-only script that queries Ec2 resources and displays information.

Running

bash ec2-vpc-subnets.sh

What it does

  1. Listing VPCs
  2. Listing subnets
  3. Listing route tables
  4. Listing internet gateways

Resources created

None — this script is read-only.

Cost

No cost. This script only reads existing resources.

Related docs