Created
May 28, 2020 10:19
-
-
Save austinmartinh/8460048b142e8aded9a9d8d655f4c854 to your computer and use it in GitHub Desktop.
Results of describing elasticache
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
{ | |
"ReplicationGroups": [ | |
{ | |
"ReplicationGroupId": "hcdrestrictedzv6lsredhatrhmioperato-mrrt", | |
"Description": "A Redis replication group", | |
"GlobalReplicationGroupInfo": {}, | |
"Status": "available", | |
"PendingModifiedValues": {}, | |
"MemberClusters": [ | |
"hcdrestrictedzv6lsredhatrhmioperato-mrrt-001", | |
"hcdrestrictedzv6lsredhatrhmioperato-mrrt-002" | |
], | |
"NodeGroups": [ | |
{ | |
"NodeGroupId": "0001", | |
"Status": "available", | |
"PrimaryEndpoint": { | |
"Address": "hcdrestrictedzv6lsredhatrhmioperato-mrrt.bsnwwq.ng.0001.euw1.cache.amazonaws.com", | |
"Port": 6379 | |
}, | |
"ReaderEndpoint": { | |
"Address": "hcdrestrictedzv6lsredhatrhmioperato-mrrt-ro.bsnwwq.ng.0001.euw1.cache.amazonaws.com", | |
"Port": 6379 | |
}, | |
"NodeGroupMembers": [ | |
{ | |
"CacheClusterId": "hcdrestrictedzv6lsredhatrhmioperato-mrrt-001", | |
"CacheNodeId": "0001", | |
"ReadEndpoint": { | |
"Address": "hcdrestrictedzv6lsredhatrhmioperato-mrrt-001.bsnwwq.0001.euw1.cache.amazonaws.com", | |
"Port": 6379 | |
}, | |
"PreferredAvailabilityZone": "eu-west-1b", | |
"CurrentRole": "primary" | |
}, | |
{ | |
"CacheClusterId": "hcdrestrictedzv6lsredhatrhmioperato-mrrt-002", | |
"CacheNodeId": "0001", | |
"ReadEndpoint": { | |
"Address": "hcdrestrictedzv6lsredhatrhmioperato-mrrt-002.bsnwwq.0001.euw1.cache.amazonaws.com", | |
"Port": 6379 | |
}, | |
"PreferredAvailabilityZone": "eu-west-1c", | |
"CurrentRole": "replica" | |
} | |
] | |
} | |
], | |
"SnapshottingClusterId": "hcdrestrictedzv6lsredhatrhmioperato-mrrt-002", | |
"AutomaticFailover": "enabled", | |
"SnapshotRetentionLimit": 31, | |
"SnapshotWindow": "23:00-00:00", | |
"ClusterEnabled": false, | |
"CacheNodeType": "cache.t2.micro", | |
"AuthTokenEnabled": false, | |
"TransitEncryptionEnabled": false, | |
"AtRestEncryptionEnabled": true | |
}, | |
{ | |
"ReplicationGroupId": "hcdrestrictedzv6lsredhatrhmioperato-xzft", | |
"Description": "A Redis replication group", | |
"GlobalReplicationGroupInfo": {}, | |
"Status": "available", | |
"PendingModifiedValues": {}, | |
"MemberClusters": [ | |
"hcdrestrictedzv6lsredhatrhmioperato-xzft-001", | |
"hcdrestrictedzv6lsredhatrhmioperato-xzft-002" | |
], | |
"NodeGroups": [ | |
{ | |
"NodeGroupId": "0001", | |
"Status": "available", | |
"PrimaryEndpoint": { | |
"Address": "hcdrestrictedzv6lsredhatrhmioperato-xzft.bsnwwq.ng.0001.euw1.cache.amazonaws.com", | |
"Port": 6379 | |
}, | |
"ReaderEndpoint": { | |
"Address": "hcdrestrictedzv6lsredhatrhmioperato-xzft-ro.bsnwwq.ng.0001.euw1.cache.amazonaws.com", | |
"Port": 6379 | |
}, | |
"NodeGroupMembers": [ | |
{ | |
"CacheClusterId": "hcdrestrictedzv6lsredhatrhmioperato-xzft-001", | |
"CacheNodeId": "0001", | |
"ReadEndpoint": { | |
"Address": "hcdrestrictedzv6lsredhatrhmioperato-xzft-001.bsnwwq.0001.euw1.cache.amazonaws.com", | |
"Port": 6379 | |
}, | |
"PreferredAvailabilityZone": "eu-west-1b", | |
"CurrentRole": "primary" | |
}, | |
{ | |
"CacheClusterId": "hcdrestrictedzv6lsredhatrhmioperato-xzft-002", | |
"CacheNodeId": "0001", | |
"ReadEndpoint": { | |
"Address": "hcdrestrictedzv6lsredhatrhmioperato-xzft-002.bsnwwq.0001.euw1.cache.amazonaws.com", | |
"Port": 6379 | |
}, | |
"PreferredAvailabilityZone": "eu-west-1c", | |
"CurrentRole": "replica" | |
} | |
] | |
} | |
], | |
"SnapshottingClusterId": "hcdrestrictedzv6lsredhatrhmioperato-xzft-002", | |
"AutomaticFailover": "enabled", | |
"SnapshotRetentionLimit": 31, | |
"SnapshotWindow": "02:30-03:30", | |
"ClusterEnabled": false, | |
"CacheNodeType": "cache.t2.micro", | |
"AuthTokenEnabled": false, | |
"TransitEncryptionEnabled": false, | |
"AtRestEncryptionEnabled": true | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment