Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 491 Bytes

File metadata and controls

28 lines (16 loc) · 491 Bytes

Ec2 Instance Types

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

Running

bash ec2-instance-types.sh

What it does

  1. Listing instance type families
  2. Describing a specific type
  3. Finding instances by criteria

Resources created

None — this script is read-only.

Cost

No cost. This script only reads existing resources.

Related docs