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

    Function getElastiCacheNodeInfo

    • Get detailed information for a specific Elasticache node type. Loads only the JSON file for the requested node type. Results are cached using LRU.

      Parameters

      Returns ElastiCacheNodeDetails

      Node type details including vCPUs, memory, and network specs

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

      const node = getElastiCacheNodeInfo('cache.m5.large')
      console.log(node.nodeType) // 'cache.m5.large'
      console.log(node.vCPUs) // 2
      console.log(node.memoryGiB) // 6.38
      console.log(node.networkPerformance) // 'Up to 10 Gigabit'