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

    Function getAllElastiCacheNodeTypes

    • Get all available ElastiCache node types.

      Returns Promise<string[]>

      Promise resolving to array of all node type names

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

      const nodeTypes = await getAllElastiCacheNodeTypes()
      console.log(nodeTypes) // ['cache.m5.large', 'cache.m5.xlarge', 'cache.r6g.2xlarge', ...]
      console.log(nodeTypes.length) // ~73