Skip to content

Instantly share code, notes, and snippets.

@ralfbergs
Created October 28, 2016 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ralfbergs/d69197cf15ab431f3ca229a1800ee1bd to your computer and use it in GitHub Desktop.
Save ralfbergs/d69197cf15ab431f3ca229a1800ee1bd to your computer and use it in GitHub Desktop.
"elasticache" return value
"mgmt_ec_redis": {
"changed": true,
"elasticache": {
"data": {
"AutoMinorVersionUpgrade": true,
"CacheClusterCreateTime": 1477691226.244,
"CacheClusterId": "ciot-ec-mgmt-db-red",
"CacheClusterStatus": "available",
"CacheNodeType": "cache.m4.large",
"CacheNodes": [
{
"CacheNodeCreateTime": 1477691226.244,
"CacheNodeId": "0001",
"CacheNodeStatus": "available",
"Endpoint": {
"Address": "ciot-ec-mgmt-db-red.csqxys.0001.euw1.cache.amazonaws.com",
"Port": 6379
},
"ParameterGroupStatus": "in-sync",
"SourceCacheNodeId": null
}
],
"CacheParameterGroup": {
"CacheNodeIdsToReboot": [],
"CacheParameterGroupName": "default.redis3.2",
"ParameterApplyStatus": "in-sync"
},
"CacheSecurityGroups": [],
"CacheSubnetGroupName": "ciot-sngrp-mgmt-db-redis",
"ClientDownloadLandingPage": "https://console.aws.amazon.com/elasticache/home#client-download:",
"ConfigurationEndpoint": null,
"Engine": "redis",
"EngineVersion": "3.2.4",
"NotificationConfiguration": null,
"NumCacheNodes": 1,
"PendingModifiedValues": {
"CacheNodeIdsToRemove": null,
"EngineVersion": null,
"NumCacheNodes": null
},
"PreferredAvailabilityZone": "eu-west-1c",
"PreferredMaintenanceWindow": "wed:04:30-wed:05:30",
"ReplicationGroupId": null,
"SecurityGroups": [
{
"SecurityGroupId": "sg-ff9f4c99",
"Status": "active"
}
]
},
"name": "ciot-ec-mgmt-db-red",
"status": "available"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment