Skip to content

Instantly share code, notes, and snippets.

@BarnacleBob
Created March 12, 2015 22:34
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 BarnacleBob/254fbcff5b44635eb625 to your computer and use it in GitHub Desktop.
Save BarnacleBob/254fbcff5b44635eb625 to your computer and use it in GitHub Desktop.
{
"ReplicationGroups": [
{
"Status": "available",
"Description": "loadtest-mobile",
"NodeGroups": [
{
"Status": "available",
"NodeGroupMembers": [
{
"CurrentRole": "primary",
"PreferredAvailabilityZone": "us-east-1a",
"CacheNodeId": "0001",
"ReadEndpoint": {
"Port": 6379,
"Address": "loadtest-mobile-001.nvufxc.0001.use1.cache.amazonaws.com"
},
"CacheClusterId": "loadtest-mobile-001"
},
{
"CurrentRole": "replica",
"PreferredAvailabilityZone": "us-east-1b",
"CacheNodeId": "0001",
"ReadEndpoint": {
"Port": 6379,
"Address": "loadtest-mobile-002.nvufxc.0001.use1.cache.amazonaws.com"
},
"CacheClusterId": "loadtest-mobile-002"
}
],
"NodeGroupId": "0001",
"PrimaryEndpoint": {
"Port": 6379,
"Address": "loadtest-mobile.nvufxc.ng.0001.use1.cache.amazonaws.com"
}
}
],
"ReplicationGroupId": "loadtest-mobile",
"AutomaticFailover": "disabled",
"MemberClusters": [
"loadtest-mobile-001",
"loadtest-mobile-002"
],
"PendingModifiedValues": {}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment