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

    Function getAllElastiCacheFamilies

    • Get all available ElastiCache node families.

      Returns Promise<string[]>

      Promise resolving to array of all family names

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

      const families = await getAllElastiCacheFamilies()
      console.log(families) // ['M5', 'M6g', 'R6g', 'R7g', 'T3', 'T4g', ...]
      console.log(families.length) // ~13