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

    Function getElastiCacheFamily

    • Get all data for an Elasticache node family. Includes the list of node types in the family. Results are cached using LRU.

      Parameters

      Returns ElastiCacheFamilyData

      Family data including category and node type list

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

      const family = getElastiCacheFamily('M5')
      console.log(family.category) // 'general_purpose'
      console.log(family.nodeTypes) // ['cache.m5.large', 'cache.m5.xlarge', ...]