aws-instance-info - v0.2.1
    Preparing search index...

    Function getAllEC2InstanceTypes

    • Get all available EC2 instance types.

      Returns EC2InstanceType[]

      Array of all instance type names

      import { getAllEC2InstanceTypes } from 'aws-instance-info'

      const types = getAllEC2InstanceTypes()
      console.log(types) // ['m5.large', 'm5.xlarge', 'c7.2xlarge', ...]
      console.log(types.length) // ~1000