Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 579 Bytes

File metadata and controls

19 lines (10 loc) · 579 Bytes

Ec2 Instance Types

Prerequisites

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

Step 1: Listing instance type families

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

Step 2: Describing a specific type

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

Step 3: Finding instances by criteria

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