Get all available Elasticache categories.
Array of all category names
import { getAllElastiCacheCategories } from 'aws-instance-info'const categories = getAllElastiCacheCategories()console.log(categories)// ['general_purpose', 'memory_optimized', 'network_optimized', 'burstable_performance'] Copy
import { getAllElastiCacheCategories } from 'aws-instance-info'const categories = getAllElastiCacheCategories()console.log(categories)// ['general_purpose', 'memory_optimized', 'network_optimized', 'burstable_performance']
Get all available Elasticache categories.