aws-instance-info - v1.0.0
    Preparing search index...

    Function getAllEC2Families

    • Get all available EC2 instance families.

      Returns Promise<string[]>

      Promise resolving to array of all family names

      import { getAllEC2Families } from 'aws-instance-info/async'

      const families = await getAllEC2Families()
      console.log(families) // ['M5', 'M5a', 'M5ad', 'M5d', 'C7', 'C7g', ...]
      console.log(families.length) // ~150