Created
October 28, 2016 22:04
-
-
Save ralfbergs/d69197cf15ab431f3ca229a1800ee1bd to your computer and use it in GitHub Desktop.
"elasticache" return value
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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