Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 665 Bytes

File metadata and controls

23 lines (12 loc) · 665 Bytes

Ec2 Vpc Subnets

Prerequisites

  1. AWS CLI installed and configured (aws configure)
  2. Appropriate IAM permissions for the AWS services used

Step 1: Listing VPCs

The script handles this step automatically. See ec2-vpc-subnets.sh for the exact CLI commands.

Step 2: Listing subnets

The script handles this step automatically. See ec2-vpc-subnets.sh for the exact CLI commands.

Step 3: Listing route tables

The script handles this step automatically. See ec2-vpc-subnets.sh for the exact CLI commands.

Step 4: Listing internet gateways

The script handles this step automatically. See ec2-vpc-subnets.sh for the exact CLI commands.