aws-sdk-core 2.9.3 → 2.9.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/elasticache/2015-02-02/api-2.json +79 -3
- data/apis/elasticache/2015-02-02/examples-1.json +1085 -908
- data/apis/elasticache/2015-02-02/paginators-1.json +18 -18
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 29ec6d365f66b057d62945c51d7d363fbeebafc7
|
4
|
+
data.tar.gz: d31a4ece3d305d305bd792723f0b119e904da202
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 25936d907cfef8bb59a1a91d8148ed1384c82f4640e2e6fbba4c6c5e74066687ebf58534520659e503a968a757efa198892c237430e2e3a017089a95da81ce0d
|
7
|
+
data.tar.gz: 8679a8e1ffef9fab85226c97751bad4daa1035c31d79e54e65c23c1bc777269ebae27169c4367f89d237a71efcba1814e74764752c02ac2eb677f8fa3ed4bf14
|
@@ -710,9 +710,42 @@
|
|
710
710
|
{"shape":"InvalidParameterValueException"},
|
711
711
|
{"shape":"InvalidParameterCombinationException"}
|
712
712
|
]
|
713
|
+
},
|
714
|
+
"TestFailover":{
|
715
|
+
"name":"TestFailover",
|
716
|
+
"http":{
|
717
|
+
"method":"POST",
|
718
|
+
"requestUri":"/"
|
719
|
+
},
|
720
|
+
"input":{"shape":"TestFailoverMessage"},
|
721
|
+
"output":{
|
722
|
+
"shape":"TestFailoverResult",
|
723
|
+
"resultWrapper":"TestFailoverResult"
|
724
|
+
},
|
725
|
+
"errors":[
|
726
|
+
{"shape":"APICallRateForCustomerExceededFault"},
|
727
|
+
{"shape":"InvalidCacheClusterStateFault"},
|
728
|
+
{"shape":"InvalidReplicationGroupStateFault"},
|
729
|
+
{"shape":"NodeGroupNotFoundFault"},
|
730
|
+
{"shape":"ReplicationGroupNotFoundFault"},
|
731
|
+
{"shape":"TestFailoverNotAvailableFault"},
|
732
|
+
{"shape":"InvalidParameterValueException"},
|
733
|
+
{"shape":"InvalidParameterCombinationException"}
|
734
|
+
]
|
713
735
|
}
|
714
736
|
},
|
715
737
|
"shapes":{
|
738
|
+
"APICallRateForCustomerExceededFault":{
|
739
|
+
"type":"structure",
|
740
|
+
"members":{
|
741
|
+
},
|
742
|
+
"error":{
|
743
|
+
"code":"APICallRateForCustomerExceeded",
|
744
|
+
"httpStatusCode":400,
|
745
|
+
"senderFault":true
|
746
|
+
},
|
747
|
+
"exception":true
|
748
|
+
},
|
716
749
|
"AZMode":{
|
717
750
|
"type":"string",
|
718
751
|
"enum":[
|
@@ -1446,7 +1479,8 @@
|
|
1446
1479
|
"CacheClusterId":{"shape":"String"},
|
1447
1480
|
"MaxRecords":{"shape":"IntegerOptional"},
|
1448
1481
|
"Marker":{"shape":"String"},
|
1449
|
-
"ShowCacheNodeInfo":{"shape":"BooleanOptional"}
|
1482
|
+
"ShowCacheNodeInfo":{"shape":"BooleanOptional"},
|
1483
|
+
"ShowCacheClustersNotInReplicationGroups":{"shape":"BooleanOptional"}
|
1450
1484
|
}
|
1451
1485
|
},
|
1452
1486
|
"DescribeCacheEngineVersionsMessage":{
|
@@ -1847,7 +1881,8 @@
|
|
1847
1881
|
"AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
|
1848
1882
|
"SnapshotRetentionLimit":{"shape":"IntegerOptional"},
|
1849
1883
|
"SnapshotWindow":{"shape":"String"},
|
1850
|
-
"CacheNodeType":{"shape":"String"}
|
1884
|
+
"CacheNodeType":{"shape":"String"},
|
1885
|
+
"NodeGroupId":{"shape":"String"}
|
1851
1886
|
}
|
1852
1887
|
},
|
1853
1888
|
"ModifyReplicationGroupResult":{
|
@@ -1906,6 +1941,17 @@
|
|
1906
1941
|
"locationName":"NodeGroupMember"
|
1907
1942
|
}
|
1908
1943
|
},
|
1944
|
+
"NodeGroupNotFoundFault":{
|
1945
|
+
"type":"structure",
|
1946
|
+
"members":{
|
1947
|
+
},
|
1948
|
+
"error":{
|
1949
|
+
"code":"NodeGroupNotFoundFault",
|
1950
|
+
"httpStatusCode":404,
|
1951
|
+
"senderFault":true
|
1952
|
+
},
|
1953
|
+
"exception":true
|
1954
|
+
},
|
1909
1955
|
"NodeGroupsPerReplicationGroupQuotaExceededFault":{
|
1910
1956
|
"type":"structure",
|
1911
1957
|
"members":{
|
@@ -2099,7 +2145,9 @@
|
|
2099
2145
|
"AutomaticFailover":{"shape":"AutomaticFailoverStatus"},
|
2100
2146
|
"ConfigurationEndpoint":{"shape":"Endpoint"},
|
2101
2147
|
"SnapshotRetentionLimit":{"shape":"IntegerOptional"},
|
2102
|
-
"SnapshotWindow":{"shape":"String"}
|
2148
|
+
"SnapshotWindow":{"shape":"String"},
|
2149
|
+
"ClusterEnabled":{"shape":"BooleanOptional"},
|
2150
|
+
"CacheNodeType":{"shape":"String"}
|
2103
2151
|
},
|
2104
2152
|
"wrapper":true
|
2105
2153
|
},
|
@@ -2469,6 +2517,34 @@
|
|
2469
2517
|
"senderFault":true
|
2470
2518
|
},
|
2471
2519
|
"exception":true
|
2520
|
+
},
|
2521
|
+
"TestFailoverMessage":{
|
2522
|
+
"type":"structure",
|
2523
|
+
"required":[
|
2524
|
+
"ReplicationGroupId",
|
2525
|
+
"NodeGroupId"
|
2526
|
+
],
|
2527
|
+
"members":{
|
2528
|
+
"ReplicationGroupId":{"shape":"String"},
|
2529
|
+
"NodeGroupId":{"shape":"String"}
|
2530
|
+
}
|
2531
|
+
},
|
2532
|
+
"TestFailoverNotAvailableFault":{
|
2533
|
+
"type":"structure",
|
2534
|
+
"members":{
|
2535
|
+
},
|
2536
|
+
"error":{
|
2537
|
+
"code":"TestFailoverNotAvailableFault",
|
2538
|
+
"httpStatusCode":400,
|
2539
|
+
"senderFault":true
|
2540
|
+
},
|
2541
|
+
"exception":true
|
2542
|
+
},
|
2543
|
+
"TestFailoverResult":{
|
2544
|
+
"type":"structure",
|
2545
|
+
"members":{
|
2546
|
+
"ReplicationGroup":{"shape":"ReplicationGroup"}
|
2547
|
+
}
|
2472
2548
|
}
|
2473
2549
|
}
|
2474
2550
|
}
|
@@ -65,32 +65,34 @@
|
|
65
65
|
"TargetSnapshotName": "my-snapshot-copy"
|
66
66
|
},
|
67
67
|
"output": {
|
68
|
-
"
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
68
|
+
"Snapshot": {
|
69
|
+
"AutoMinorVersionUpgrade": true,
|
70
|
+
"CacheClusterCreateTime": "2016-12-21T22:24:04.955Z",
|
71
|
+
"CacheClusterId": "my-redis4",
|
72
|
+
"CacheNodeType": "cache.m3.large",
|
73
|
+
"CacheParameterGroupName": "default.redis3.2",
|
74
|
+
"CacheSubnetGroupName": "default",
|
75
|
+
"Engine": "redis",
|
76
|
+
"EngineVersion": "3.2.4",
|
77
|
+
"NodeSnapshots": [
|
78
|
+
{
|
79
|
+
"CacheNodeCreateTime": "2016-12-21T22:24:04.955Z",
|
80
|
+
"CacheNodeId": "0001",
|
81
|
+
"CacheSize": "3 MB",
|
82
|
+
"SnapshotCreateTime": "2016-12-28T07:00:52Z"
|
83
|
+
}
|
84
|
+
],
|
85
|
+
"NumCacheNodes": 1,
|
86
|
+
"Port": 6379,
|
87
|
+
"PreferredAvailabilityZone": "us-east-1c",
|
88
|
+
"PreferredMaintenanceWindow": "tue:09:30-tue:10:30",
|
89
|
+
"SnapshotName": "my-snapshot-copy",
|
90
|
+
"SnapshotRetentionLimit": 7,
|
91
|
+
"SnapshotSource": "manual",
|
92
|
+
"SnapshotStatus": "creating",
|
93
|
+
"SnapshotWindow": "07:00-08:00",
|
94
|
+
"VpcId": "vpc-3820329f3"
|
95
|
+
}
|
94
96
|
},
|
95
97
|
"comments": {
|
96
98
|
"input": {
|
@@ -116,29 +118,31 @@
|
|
116
118
|
"Port": 11211
|
117
119
|
},
|
118
120
|
"output": {
|
119
|
-
"
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
"
|
121
|
+
"CacheCluster": {
|
122
|
+
"AutoMinorVersionUpgrade": true,
|
123
|
+
"CacheClusterId": "my-memcached-cluster",
|
124
|
+
"CacheClusterStatus": "creating",
|
125
|
+
"CacheNodeType": "cache.r3.large",
|
126
|
+
"CacheParameterGroup": {
|
127
|
+
"CacheNodeIdsToReboot": [
|
125
128
|
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
129
|
+
],
|
130
|
+
"CacheParameterGroupName": "default.memcached1.4",
|
131
|
+
"ParameterApplyStatus": "in-sync"
|
132
|
+
},
|
133
|
+
"CacheSecurityGroups": [
|
131
134
|
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
135
|
+
],
|
136
|
+
"CacheSubnetGroupName": "default",
|
137
|
+
"ClientDownloadLandingPage": "https://console.aws.amazon.com/elasticache/home#client-download:",
|
138
|
+
"Engine": "memcached",
|
139
|
+
"EngineVersion": "1.4.24",
|
140
|
+
"NumCacheNodes": 2,
|
141
|
+
"PendingModifiedValues": {
|
142
|
+
},
|
143
|
+
"PreferredAvailabilityZone": "Multiple",
|
144
|
+
"PreferredMaintenanceWindow": "wed:09:00-wed:10:00"
|
145
|
+
}
|
142
146
|
},
|
143
147
|
"comments": {
|
144
148
|
"input": {
|
@@ -164,31 +168,33 @@
|
|
164
168
|
"SnapshotRetentionLimit": 7
|
165
169
|
},
|
166
170
|
"output": {
|
167
|
-
"
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
"
|
171
|
+
"CacheCluster": {
|
172
|
+
"AutoMinorVersionUpgrade": true,
|
173
|
+
"CacheClusterId": "my-redis",
|
174
|
+
"CacheClusterStatus": "creating",
|
175
|
+
"CacheNodeType": "cache.m3.large",
|
176
|
+
"CacheParameterGroup": {
|
177
|
+
"CacheNodeIdsToReboot": [
|
173
178
|
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
+
],
|
180
|
+
"CacheParameterGroupName": "default.redis3.2",
|
181
|
+
"ParameterApplyStatus": "in-sync"
|
182
|
+
},
|
183
|
+
"CacheSecurityGroups": [
|
179
184
|
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
185
|
+
],
|
186
|
+
"CacheSubnetGroupName": "default",
|
187
|
+
"ClientDownloadLandingPage": "https: //console.aws.amazon.com/elasticache/home#client-download: ",
|
188
|
+
"Engine": "redis",
|
189
|
+
"EngineVersion": "3.2.4",
|
190
|
+
"NumCacheNodes": 1,
|
191
|
+
"PendingModifiedValues": {
|
192
|
+
},
|
193
|
+
"PreferredAvailabilityZone": "us-east-1c",
|
194
|
+
"PreferredMaintenanceWindow": "fri: 05: 30-fri: 06: 30",
|
195
|
+
"SnapshotRetentionLimit": 7,
|
196
|
+
"SnapshotWindow": "10: 00-11: 00"
|
197
|
+
}
|
192
198
|
},
|
193
199
|
"comments": {
|
194
200
|
"input": {
|
@@ -206,12 +212,14 @@
|
|
206
212
|
"input": {
|
207
213
|
"CacheParameterGroupFamily": "redis2.8",
|
208
214
|
"CacheParameterGroupName": "custom-redis2-8",
|
209
|
-
"Description": "Redis 2.8 parameter group
|
215
|
+
"Description": "Custom Redis 2.8 parameter group."
|
210
216
|
},
|
211
217
|
"output": {
|
212
|
-
"
|
213
|
-
|
214
|
-
|
218
|
+
"CacheParameterGroup": {
|
219
|
+
"CacheParameterGroupFamily": "redis2.8",
|
220
|
+
"CacheParameterGroupName": "custom-redis2-8",
|
221
|
+
"Description": "Custom Redis 2.8 parameter group."
|
222
|
+
}
|
215
223
|
},
|
216
224
|
"comments": {
|
217
225
|
"input": {
|
@@ -253,29 +261,31 @@
|
|
253
261
|
]
|
254
262
|
},
|
255
263
|
"output": {
|
256
|
-
"
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
"
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
{
|
266
|
-
"SubnetAvailabilityZone": {
|
267
|
-
"Name": "us-east-1c"
|
264
|
+
"CacheSubnetGroup": {
|
265
|
+
"CacheSubnetGroupDescription": "My subnet group.",
|
266
|
+
"CacheSubnetGroupName": "my-sn-grp",
|
267
|
+
"Subnets": [
|
268
|
+
{
|
269
|
+
"SubnetAvailabilityZone": {
|
270
|
+
"Name": "us-east-1a"
|
271
|
+
},
|
272
|
+
"SubnetIdentifier": "subnet-6f28c982"
|
268
273
|
},
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
"
|
274
|
+
{
|
275
|
+
"SubnetAvailabilityZone": {
|
276
|
+
"Name": "us-east-1c"
|
277
|
+
},
|
278
|
+
"SubnetIdentifier": "subnet-bcd382f3"
|
274
279
|
},
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
280
|
+
{
|
281
|
+
"SubnetAvailabilityZone": {
|
282
|
+
"Name": "us-east-1b"
|
283
|
+
},
|
284
|
+
"SubnetIdentifier": "subnet-845b3e7c0"
|
285
|
+
}
|
286
|
+
],
|
287
|
+
"VpcId": "vpc-91280df6"
|
288
|
+
}
|
279
289
|
},
|
280
290
|
"comments": {
|
281
291
|
"input": {
|
@@ -301,18 +311,20 @@
|
|
301
311
|
"SnapshotRetentionLimit": 30
|
302
312
|
},
|
303
313
|
"output": {
|
304
|
-
"
|
305
|
-
|
306
|
-
|
307
|
-
"
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
314
|
+
"ReplicationGroup": {
|
315
|
+
"AutomaticFailover": "enabling",
|
316
|
+
"Description": "A Redis replication group.",
|
317
|
+
"MemberClusters": [
|
318
|
+
"my-redis-rg-001",
|
319
|
+
"my-redis-rg-002",
|
320
|
+
"my-redis-rg-003"
|
321
|
+
],
|
322
|
+
"PendingModifiedValues": {
|
323
|
+
},
|
324
|
+
"ReplicationGroupId": "my-redis-rg",
|
325
|
+
"SnapshottingClusterId": "my-redis-rg-002",
|
326
|
+
"Status": "creating"
|
327
|
+
}
|
316
328
|
},
|
317
329
|
"comments": {
|
318
330
|
"input": {
|
@@ -323,40 +335,144 @@
|
|
323
335
|
"description": "Creates a Redis replication group with 3 nodes.",
|
324
336
|
"id": "createcachereplicationgroup-1474998730655",
|
325
337
|
"title": "CreateCacheReplicationGroup"
|
338
|
+
},
|
339
|
+
{
|
340
|
+
"input": {
|
341
|
+
"AutoMinorVersionUpgrade": true,
|
342
|
+
"CacheNodeType": "cache.m3.medium",
|
343
|
+
"CacheParameterGroupName": "default.redis3.2.cluster.on",
|
344
|
+
"Engine": "redis",
|
345
|
+
"EngineVersion": "3.2.4",
|
346
|
+
"NodeGroupConfiguration": [
|
347
|
+
{
|
348
|
+
"PrimaryAvailabilityZone": "us-east-1c",
|
349
|
+
"ReplicaAvailabilityZones": [
|
350
|
+
"us-east-1b"
|
351
|
+
],
|
352
|
+
"ReplicaCount": 1,
|
353
|
+
"Slots": "0-8999"
|
354
|
+
},
|
355
|
+
{
|
356
|
+
"PrimaryAvailabilityZone": "us-east-1a",
|
357
|
+
"ReplicaAvailabilityZones": [
|
358
|
+
"us-east-1a",
|
359
|
+
"us-east-1c"
|
360
|
+
],
|
361
|
+
"ReplicaCount": 2,
|
362
|
+
"Slots": "9000-16383"
|
363
|
+
}
|
364
|
+
],
|
365
|
+
"NumNodeGroups": 2,
|
366
|
+
"ReplicationGroupDescription": "A multi-sharded replication group",
|
367
|
+
"ReplicationGroupId": "clustered-redis-rg",
|
368
|
+
"SnapshotRetentionLimit": 8
|
369
|
+
},
|
370
|
+
"output": {
|
371
|
+
"ReplicationGroup": {
|
372
|
+
"AutomaticFailover": "enabled",
|
373
|
+
"Description": "Sharded replication group",
|
374
|
+
"MemberClusters": [
|
375
|
+
"rc-rg3-0001-001",
|
376
|
+
"rc-rg3-0001-002",
|
377
|
+
"rc-rg3-0002-001",
|
378
|
+
"rc-rg3-0002-002",
|
379
|
+
"rc-rg3-0002-003"
|
380
|
+
],
|
381
|
+
"PendingModifiedValues": {
|
382
|
+
},
|
383
|
+
"ReplicationGroupId": "clustered-redis-rg",
|
384
|
+
"SnapshotRetentionLimit": 8,
|
385
|
+
"SnapshotWindow": "05:30-06:30",
|
386
|
+
"Status": "creating"
|
387
|
+
}
|
388
|
+
},
|
389
|
+
"comments": {
|
390
|
+
"input": {
|
391
|
+
},
|
392
|
+
"output": {
|
393
|
+
}
|
394
|
+
},
|
395
|
+
"description": "Creates a Redis (cluster mode enabled) replication group with two shards. One shard has one read replica node and the other shard has two read replicas.",
|
396
|
+
"id": "createreplicationgroup-1483657035585",
|
397
|
+
"title": "CreateReplicationGroup"
|
326
398
|
}
|
327
399
|
],
|
328
400
|
"CreateSnapshot": [
|
329
401
|
{
|
330
402
|
"input": {
|
331
|
-
"CacheClusterId": "
|
332
|
-
"SnapshotName": "snapshot-
|
403
|
+
"CacheClusterId": "onenoderedis",
|
404
|
+
"SnapshotName": "snapshot-1"
|
405
|
+
},
|
406
|
+
"output": {
|
407
|
+
"Snapshot": {
|
408
|
+
"AutoMinorVersionUpgrade": true,
|
409
|
+
"CacheClusterCreateTime": "2017-02-03T15:43:36.278Z",
|
410
|
+
"CacheClusterId": "onenoderedis",
|
411
|
+
"CacheNodeType": "cache.m3.medium",
|
412
|
+
"CacheParameterGroupName": "default.redis3.2",
|
413
|
+
"CacheSubnetGroupName": "default",
|
414
|
+
"Engine": "redis",
|
415
|
+
"EngineVersion": "3.2.4",
|
416
|
+
"NodeSnapshots": [
|
417
|
+
{
|
418
|
+
"CacheNodeCreateTime": "2017-02-03T15:43:36.278Z",
|
419
|
+
"CacheNodeId": "0001",
|
420
|
+
"CacheSize": ""
|
421
|
+
}
|
422
|
+
],
|
423
|
+
"NumCacheNodes": 1,
|
424
|
+
"Port": 6379,
|
425
|
+
"PreferredAvailabilityZone": "us-west-2c",
|
426
|
+
"PreferredMaintenanceWindow": "sat:08:00-sat:09:00",
|
427
|
+
"SnapshotName": "snapshot-1",
|
428
|
+
"SnapshotRetentionLimit": 1,
|
429
|
+
"SnapshotSource": "manual",
|
430
|
+
"SnapshotStatus": "creating",
|
431
|
+
"SnapshotWindow": "00:00-01:00",
|
432
|
+
"VpcId": "vpc-73c3cd17"
|
433
|
+
}
|
434
|
+
},
|
435
|
+
"comments": {
|
436
|
+
"input": {
|
437
|
+
},
|
438
|
+
"output": {
|
439
|
+
}
|
440
|
+
},
|
441
|
+
"description": "Creates a snapshot of a non-clustered Redis cluster that has only one node.",
|
442
|
+
"id": "createsnapshot-1474999681024",
|
443
|
+
"title": "CreateSnapshot - NonClustered Redis, no read-replicas"
|
444
|
+
},
|
445
|
+
{
|
446
|
+
"input": {
|
447
|
+
"CacheClusterId": "threenoderedis-001",
|
448
|
+
"SnapshotName": "snapshot-2"
|
333
449
|
},
|
334
450
|
"output": {
|
335
451
|
"AutoMinorVersionUpgrade": true,
|
336
|
-
"CacheClusterCreateTime": "
|
337
|
-
"CacheClusterId": "
|
338
|
-
"CacheNodeType": "cache.m3.
|
452
|
+
"CacheClusterCreateTime": "2017-02-03T15:43:36.278Z",
|
453
|
+
"CacheClusterId": "threenoderedis-001",
|
454
|
+
"CacheNodeType": "cache.m3.medium",
|
339
455
|
"CacheParameterGroupName": "default.redis3.2",
|
340
456
|
"CacheSubnetGroupName": "default",
|
341
457
|
"Engine": "redis",
|
342
458
|
"EngineVersion": "3.2.4",
|
343
459
|
"NodeSnapshots": [
|
344
460
|
{
|
345
|
-
"CacheNodeCreateTime": "
|
461
|
+
"CacheNodeCreateTime": "2017-02-03T15:43:36.278Z",
|
346
462
|
"CacheNodeId": "0001",
|
347
463
|
"CacheSize": ""
|
348
464
|
}
|
349
465
|
],
|
350
466
|
"NumCacheNodes": 1,
|
351
467
|
"Port": 6379,
|
352
|
-
"PreferredAvailabilityZone": "us-
|
353
|
-
"PreferredMaintenanceWindow": "
|
354
|
-
"SnapshotName": "snapshot-
|
355
|
-
"SnapshotRetentionLimit":
|
468
|
+
"PreferredAvailabilityZone": "us-west-2c",
|
469
|
+
"PreferredMaintenanceWindow": "sat:08:00-sat:09:00",
|
470
|
+
"SnapshotName": "snapshot-2",
|
471
|
+
"SnapshotRetentionLimit": 1,
|
356
472
|
"SnapshotSource": "manual",
|
357
473
|
"SnapshotStatus": "creating",
|
358
|
-
"SnapshotWindow": "
|
359
|
-
"VpcId": "vpc-
|
474
|
+
"SnapshotWindow": "00:00-01:00",
|
475
|
+
"VpcId": "vpc-73c3cd17"
|
360
476
|
},
|
361
477
|
"comments": {
|
362
478
|
"input": {
|
@@ -364,9 +480,54 @@
|
|
364
480
|
"output": {
|
365
481
|
}
|
366
482
|
},
|
367
|
-
"description": "Creates a Redis
|
483
|
+
"description": "Creates a snapshot of a non-clustered Redis cluster that has only three nodes, primary and two read-replicas. CacheClusterId must be a specific node in the cluster.",
|
368
484
|
"id": "createsnapshot-1474999681024",
|
369
|
-
"title": "CreateSnapshot"
|
485
|
+
"title": "CreateSnapshot - NonClustered Redis, 2 read-replicas"
|
486
|
+
},
|
487
|
+
{
|
488
|
+
"input": {
|
489
|
+
"ReplicationGroupId": "clusteredredis",
|
490
|
+
"SnapshotName": "snapshot-2x5"
|
491
|
+
},
|
492
|
+
"output": {
|
493
|
+
"AutoMinorVersionUpgrade": true,
|
494
|
+
"AutomaticFailover": "enabled",
|
495
|
+
"CacheNodeType": "cache.m3.medium",
|
496
|
+
"CacheParameterGroupName": "default.redis3.2.cluster.on",
|
497
|
+
"CacheSubnetGroupName": "default",
|
498
|
+
"Engine": "redis",
|
499
|
+
"EngineVersion": "3.2.4",
|
500
|
+
"NodeSnapshots": [
|
501
|
+
{
|
502
|
+
"CacheSize": "",
|
503
|
+
"NodeGroupId": "0001"
|
504
|
+
},
|
505
|
+
{
|
506
|
+
"CacheSize": "",
|
507
|
+
"NodeGroupId": "0002"
|
508
|
+
}
|
509
|
+
],
|
510
|
+
"NumNodeGroups": 2,
|
511
|
+
"Port": 6379,
|
512
|
+
"PreferredMaintenanceWindow": "mon:09:30-mon:10:30",
|
513
|
+
"ReplicationGroupDescription": "Redis cluster with 2 shards.",
|
514
|
+
"ReplicationGroupId": "clusteredredis",
|
515
|
+
"SnapshotName": "snapshot-2x5",
|
516
|
+
"SnapshotRetentionLimit": 1,
|
517
|
+
"SnapshotSource": "manual",
|
518
|
+
"SnapshotStatus": "creating",
|
519
|
+
"SnapshotWindow": "12:00-13:00",
|
520
|
+
"VpcId": "vpc-73c3cd17"
|
521
|
+
},
|
522
|
+
"comments": {
|
523
|
+
"input": {
|
524
|
+
},
|
525
|
+
"output": {
|
526
|
+
}
|
527
|
+
},
|
528
|
+
"description": "Creates a snapshot of a clustered Redis cluster that has 2 shards, each with a primary and 4 read-replicas.",
|
529
|
+
"id": "createsnapshot-clustered-redis-1486144841758",
|
530
|
+
"title": "CreateSnapshot-clustered Redis"
|
370
531
|
}
|
371
532
|
],
|
372
533
|
"DeleteCacheCluster": [
|
@@ -375,34 +536,36 @@
|
|
375
536
|
"CacheClusterId": "my-memcached"
|
376
537
|
},
|
377
538
|
"output": {
|
378
|
-
"
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
"
|
539
|
+
"CacheCluster": {
|
540
|
+
"AutoMinorVersionUpgrade": true,
|
541
|
+
"CacheClusterCreateTime": "2016-12-22T16:05:17.314Z",
|
542
|
+
"CacheClusterId": "my-memcached",
|
543
|
+
"CacheClusterStatus": "deleting",
|
544
|
+
"CacheNodeType": "cache.r3.large",
|
545
|
+
"CacheParameterGroup": {
|
546
|
+
"CacheNodeIdsToReboot": [
|
385
547
|
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
548
|
+
],
|
549
|
+
"CacheParameterGroupName": "default.memcached1.4",
|
550
|
+
"ParameterApplyStatus": "in-sync"
|
551
|
+
},
|
552
|
+
"CacheSecurityGroups": [
|
391
553
|
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
554
|
+
],
|
555
|
+
"CacheSubnetGroupName": "default",
|
556
|
+
"ClientDownloadLandingPage": "https://console.aws.amazon.com/elasticache/home#client-download:",
|
557
|
+
"ConfigurationEndpoint": {
|
558
|
+
"Address": "my-memcached2.ameaqx.cfg.use1.cache.amazonaws.com",
|
559
|
+
"Port": 11211
|
560
|
+
},
|
561
|
+
"Engine": "memcached",
|
562
|
+
"EngineVersion": "1.4.24",
|
563
|
+
"NumCacheNodes": 2,
|
564
|
+
"PendingModifiedValues": {
|
565
|
+
},
|
566
|
+
"PreferredAvailabilityZone": "Multiple",
|
567
|
+
"PreferredMaintenanceWindow": "tue:07:30-tue:08:30"
|
568
|
+
}
|
406
569
|
},
|
407
570
|
"comments": {
|
408
571
|
"input": {
|
@@ -470,12 +633,14 @@
|
|
470
633
|
"RetainPrimaryCluster": false
|
471
634
|
},
|
472
635
|
"output": {
|
473
|
-
"
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
636
|
+
"ReplicationGroup": {
|
637
|
+
"AutomaticFailover": "disabled",
|
638
|
+
"Description": "simple redis cluster",
|
639
|
+
"PendingModifiedValues": {
|
640
|
+
},
|
641
|
+
"ReplicationGroupId": "my-redis-rg",
|
642
|
+
"Status": "deleting"
|
643
|
+
}
|
479
644
|
},
|
480
645
|
"comments": {
|
481
646
|
"input": {
|
@@ -494,32 +659,34 @@
|
|
494
659
|
"SnapshotName": "snapshot-20161212"
|
495
660
|
},
|
496
661
|
"output": {
|
497
|
-
"
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
662
|
+
"Snapshot": {
|
663
|
+
"AutoMinorVersionUpgrade": true,
|
664
|
+
"CacheClusterCreateTime": "2016-12-21T22:27:12.543Z",
|
665
|
+
"CacheClusterId": "my-redis5",
|
666
|
+
"CacheNodeType": "cache.m3.large",
|
667
|
+
"CacheParameterGroupName": "default.redis3.2",
|
668
|
+
"CacheSubnetGroupName": "default",
|
669
|
+
"Engine": "redis",
|
670
|
+
"EngineVersion": "3.2.4",
|
671
|
+
"NodeSnapshots": [
|
672
|
+
{
|
673
|
+
"CacheNodeCreateTime": "2016-12-21T22:27:12.543Z",
|
674
|
+
"CacheNodeId": "0001",
|
675
|
+
"CacheSize": "3 MB",
|
676
|
+
"SnapshotCreateTime": "2016-12-21T22:30:26Z"
|
677
|
+
}
|
678
|
+
],
|
679
|
+
"NumCacheNodes": 1,
|
680
|
+
"Port": 6379,
|
681
|
+
"PreferredAvailabilityZone": "us-east-1c",
|
682
|
+
"PreferredMaintenanceWindow": "fri:05:30-fri:06:30",
|
683
|
+
"SnapshotName": "snapshot-20161212",
|
684
|
+
"SnapshotRetentionLimit": 7,
|
685
|
+
"SnapshotSource": "manual",
|
686
|
+
"SnapshotStatus": "deleting",
|
687
|
+
"SnapshotWindow": "10:00-11:00",
|
688
|
+
"VpcId": "vpc-91280df6"
|
689
|
+
}
|
523
690
|
},
|
524
691
|
"comments": {
|
525
692
|
"input": {
|
@@ -1341,602 +1508,604 @@
|
|
1341
1508
|
"MaxRecords": 25
|
1342
1509
|
},
|
1343
1510
|
"output": {
|
1344
|
-
"
|
1345
|
-
|
1346
|
-
|
1347
|
-
|
1348
|
-
|
1349
|
-
|
1350
|
-
|
1351
|
-
|
1352
|
-
|
1353
|
-
|
1354
|
-
|
1355
|
-
|
1356
|
-
|
1357
|
-
|
1358
|
-
|
1359
|
-
|
1360
|
-
|
1361
|
-
|
1362
|
-
|
1363
|
-
|
1364
|
-
|
1365
|
-
|
1366
|
-
|
1367
|
-
|
1368
|
-
|
1369
|
-
|
1370
|
-
|
1371
|
-
|
1372
|
-
|
1373
|
-
|
1374
|
-
|
1375
|
-
|
1376
|
-
|
1377
|
-
|
1378
|
-
|
1379
|
-
|
1380
|
-
|
1381
|
-
|
1382
|
-
|
1383
|
-
|
1384
|
-
|
1385
|
-
|
1386
|
-
|
1387
|
-
|
1388
|
-
|
1389
|
-
|
1390
|
-
|
1391
|
-
|
1392
|
-
|
1393
|
-
|
1394
|
-
|
1395
|
-
|
1396
|
-
|
1397
|
-
|
1398
|
-
|
1399
|
-
|
1400
|
-
|
1401
|
-
|
1402
|
-
|
1403
|
-
|
1404
|
-
|
1405
|
-
|
1406
|
-
|
1407
|
-
|
1408
|
-
|
1409
|
-
|
1410
|
-
|
1411
|
-
|
1412
|
-
|
1413
|
-
|
1414
|
-
|
1415
|
-
|
1416
|
-
|
1417
|
-
|
1418
|
-
|
1419
|
-
|
1420
|
-
|
1421
|
-
|
1422
|
-
|
1423
|
-
|
1424
|
-
|
1425
|
-
|
1426
|
-
|
1427
|
-
|
1428
|
-
|
1429
|
-
|
1430
|
-
|
1431
|
-
|
1432
|
-
|
1433
|
-
|
1434
|
-
|
1435
|
-
|
1436
|
-
|
1437
|
-
|
1438
|
-
|
1439
|
-
|
1440
|
-
|
1441
|
-
|
1442
|
-
|
1443
|
-
|
1444
|
-
|
1445
|
-
|
1446
|
-
|
1447
|
-
|
1448
|
-
|
1449
|
-
|
1450
|
-
|
1451
|
-
|
1452
|
-
|
1453
|
-
|
1454
|
-
|
1455
|
-
|
1456
|
-
|
1457
|
-
|
1458
|
-
|
1459
|
-
|
1460
|
-
|
1461
|
-
|
1462
|
-
|
1463
|
-
|
1464
|
-
|
1465
|
-
|
1466
|
-
|
1467
|
-
|
1468
|
-
|
1469
|
-
|
1470
|
-
|
1471
|
-
|
1472
|
-
|
1473
|
-
|
1474
|
-
|
1475
|
-
|
1476
|
-
|
1477
|
-
|
1478
|
-
|
1479
|
-
|
1480
|
-
|
1481
|
-
|
1482
|
-
|
1483
|
-
|
1484
|
-
|
1485
|
-
|
1486
|
-
|
1487
|
-
|
1488
|
-
|
1489
|
-
|
1490
|
-
|
1491
|
-
|
1492
|
-
|
1493
|
-
|
1494
|
-
|
1495
|
-
|
1496
|
-
|
1497
|
-
|
1498
|
-
|
1499
|
-
|
1500
|
-
|
1501
|
-
|
1502
|
-
|
1503
|
-
|
1504
|
-
|
1505
|
-
|
1506
|
-
|
1507
|
-
|
1508
|
-
|
1509
|
-
|
1510
|
-
|
1511
|
-
|
1512
|
-
|
1513
|
-
|
1514
|
-
|
1515
|
-
|
1516
|
-
|
1517
|
-
|
1518
|
-
|
1519
|
-
|
1520
|
-
|
1521
|
-
|
1522
|
-
|
1523
|
-
|
1524
|
-
|
1525
|
-
|
1526
|
-
|
1527
|
-
|
1528
|
-
|
1529
|
-
|
1530
|
-
|
1531
|
-
|
1532
|
-
|
1533
|
-
|
1534
|
-
|
1535
|
-
|
1536
|
-
|
1537
|
-
|
1538
|
-
|
1539
|
-
|
1540
|
-
|
1541
|
-
|
1542
|
-
|
1543
|
-
|
1544
|
-
|
1545
|
-
|
1546
|
-
|
1547
|
-
|
1548
|
-
|
1549
|
-
|
1550
|
-
|
1551
|
-
|
1552
|
-
|
1553
|
-
|
1554
|
-
|
1555
|
-
|
1556
|
-
|
1557
|
-
|
1558
|
-
|
1559
|
-
|
1560
|
-
|
1561
|
-
|
1562
|
-
|
1563
|
-
|
1564
|
-
|
1565
|
-
|
1566
|
-
|
1567
|
-
|
1568
|
-
|
1569
|
-
|
1570
|
-
|
1571
|
-
|
1572
|
-
|
1573
|
-
|
1574
|
-
|
1575
|
-
|
1576
|
-
|
1577
|
-
|
1578
|
-
|
1579
|
-
|
1580
|
-
|
1581
|
-
|
1582
|
-
|
1583
|
-
|
1584
|
-
|
1585
|
-
|
1586
|
-
|
1587
|
-
|
1588
|
-
|
1589
|
-
|
1590
|
-
|
1591
|
-
|
1592
|
-
|
1593
|
-
|
1594
|
-
|
1595
|
-
|
1596
|
-
|
1597
|
-
|
1598
|
-
|
1599
|
-
|
1600
|
-
|
1601
|
-
|
1602
|
-
|
1603
|
-
|
1604
|
-
|
1605
|
-
|
1606
|
-
|
1607
|
-
|
1608
|
-
|
1609
|
-
|
1610
|
-
|
1611
|
-
|
1612
|
-
|
1613
|
-
|
1614
|
-
|
1615
|
-
|
1616
|
-
|
1617
|
-
|
1618
|
-
|
1619
|
-
|
1620
|
-
|
1621
|
-
|
1622
|
-
|
1623
|
-
|
1624
|
-
|
1625
|
-
|
1626
|
-
|
1627
|
-
|
1628
|
-
|
1629
|
-
|
1630
|
-
|
1631
|
-
|
1632
|
-
|
1633
|
-
|
1634
|
-
|
1635
|
-
|
1636
|
-
|
1637
|
-
|
1638
|
-
|
1639
|
-
|
1640
|
-
|
1641
|
-
|
1642
|
-
|
1643
|
-
|
1644
|
-
|
1645
|
-
|
1646
|
-
|
1647
|
-
|
1648
|
-
|
1649
|
-
|
1650
|
-
|
1651
|
-
|
1652
|
-
|
1653
|
-
|
1654
|
-
|
1655
|
-
|
1656
|
-
|
1657
|
-
|
1658
|
-
|
1659
|
-
|
1660
|
-
|
1661
|
-
|
1662
|
-
|
1663
|
-
|
1664
|
-
|
1665
|
-
|
1666
|
-
|
1667
|
-
|
1668
|
-
|
1669
|
-
|
1670
|
-
|
1671
|
-
|
1672
|
-
|
1673
|
-
|
1674
|
-
|
1675
|
-
|
1676
|
-
|
1677
|
-
|
1678
|
-
|
1679
|
-
|
1680
|
-
|
1681
|
-
|
1682
|
-
|
1683
|
-
|
1684
|
-
|
1685
|
-
|
1686
|
-
|
1687
|
-
|
1688
|
-
|
1689
|
-
|
1690
|
-
|
1691
|
-
|
1692
|
-
|
1693
|
-
|
1694
|
-
|
1695
|
-
|
1696
|
-
|
1697
|
-
|
1698
|
-
|
1699
|
-
|
1700
|
-
|
1701
|
-
|
1702
|
-
|
1703
|
-
|
1704
|
-
|
1705
|
-
|
1706
|
-
|
1707
|
-
|
1708
|
-
|
1709
|
-
|
1710
|
-
|
1711
|
-
|
1712
|
-
|
1713
|
-
|
1714
|
-
|
1715
|
-
|
1716
|
-
|
1717
|
-
|
1718
|
-
|
1719
|
-
|
1720
|
-
|
1721
|
-
|
1722
|
-
|
1723
|
-
|
1724
|
-
|
1725
|
-
|
1726
|
-
|
1727
|
-
|
1728
|
-
|
1729
|
-
|
1730
|
-
|
1731
|
-
|
1732
|
-
|
1733
|
-
|
1734
|
-
|
1735
|
-
|
1736
|
-
|
1737
|
-
|
1738
|
-
|
1739
|
-
|
1740
|
-
|
1741
|
-
|
1742
|
-
|
1743
|
-
|
1744
|
-
|
1745
|
-
|
1746
|
-
|
1747
|
-
|
1748
|
-
|
1749
|
-
|
1750
|
-
|
1751
|
-
|
1752
|
-
|
1753
|
-
|
1754
|
-
|
1755
|
-
|
1756
|
-
|
1757
|
-
|
1758
|
-
|
1759
|
-
|
1760
|
-
|
1761
|
-
|
1762
|
-
|
1763
|
-
|
1764
|
-
|
1765
|
-
|
1766
|
-
|
1767
|
-
|
1768
|
-
|
1769
|
-
|
1770
|
-
|
1771
|
-
|
1772
|
-
|
1773
|
-
|
1774
|
-
|
1775
|
-
|
1776
|
-
|
1777
|
-
|
1778
|
-
|
1779
|
-
|
1780
|
-
|
1781
|
-
|
1782
|
-
|
1783
|
-
|
1784
|
-
|
1785
|
-
|
1786
|
-
|
1787
|
-
|
1788
|
-
|
1789
|
-
|
1790
|
-
|
1791
|
-
|
1792
|
-
|
1793
|
-
|
1794
|
-
|
1795
|
-
|
1796
|
-
|
1797
|
-
|
1798
|
-
|
1799
|
-
|
1800
|
-
|
1801
|
-
|
1802
|
-
|
1803
|
-
|
1804
|
-
|
1805
|
-
|
1806
|
-
|
1807
|
-
|
1808
|
-
|
1809
|
-
|
1810
|
-
|
1811
|
-
|
1812
|
-
|
1813
|
-
|
1814
|
-
|
1815
|
-
|
1816
|
-
|
1817
|
-
|
1818
|
-
|
1819
|
-
|
1820
|
-
|
1821
|
-
|
1822
|
-
|
1823
|
-
|
1824
|
-
|
1825
|
-
|
1826
|
-
|
1827
|
-
|
1828
|
-
|
1829
|
-
|
1830
|
-
|
1831
|
-
|
1832
|
-
|
1833
|
-
|
1834
|
-
|
1835
|
-
|
1836
|
-
|
1837
|
-
|
1838
|
-
|
1839
|
-
|
1840
|
-
|
1841
|
-
|
1842
|
-
|
1843
|
-
|
1844
|
-
|
1845
|
-
|
1846
|
-
|
1847
|
-
|
1848
|
-
|
1849
|
-
|
1850
|
-
|
1851
|
-
|
1852
|
-
|
1853
|
-
|
1854
|
-
|
1855
|
-
|
1856
|
-
|
1857
|
-
|
1858
|
-
|
1859
|
-
|
1860
|
-
|
1861
|
-
|
1862
|
-
|
1863
|
-
|
1864
|
-
|
1865
|
-
|
1866
|
-
|
1867
|
-
|
1868
|
-
|
1869
|
-
|
1870
|
-
|
1871
|
-
|
1872
|
-
|
1873
|
-
|
1874
|
-
|
1875
|
-
|
1876
|
-
|
1877
|
-
|
1878
|
-
|
1879
|
-
|
1880
|
-
|
1881
|
-
|
1882
|
-
|
1883
|
-
|
1884
|
-
|
1885
|
-
|
1886
|
-
|
1887
|
-
|
1888
|
-
|
1889
|
-
|
1890
|
-
|
1891
|
-
|
1892
|
-
|
1893
|
-
|
1894
|
-
|
1895
|
-
|
1896
|
-
|
1897
|
-
|
1898
|
-
|
1899
|
-
|
1900
|
-
|
1901
|
-
|
1902
|
-
|
1903
|
-
|
1904
|
-
|
1905
|
-
|
1906
|
-
|
1907
|
-
|
1908
|
-
|
1909
|
-
|
1910
|
-
|
1911
|
-
|
1912
|
-
|
1913
|
-
|
1914
|
-
|
1915
|
-
|
1916
|
-
|
1917
|
-
|
1918
|
-
|
1919
|
-
|
1920
|
-
|
1921
|
-
|
1922
|
-
|
1923
|
-
|
1924
|
-
|
1925
|
-
|
1926
|
-
|
1927
|
-
|
1928
|
-
|
1929
|
-
|
1930
|
-
|
1931
|
-
|
1932
|
-
|
1933
|
-
|
1934
|
-
|
1935
|
-
|
1936
|
-
|
1937
|
-
|
1938
|
-
|
1939
|
-
|
1511
|
+
"EngineDefaults": {
|
1512
|
+
"CacheNodeTypeSpecificParameters": [
|
1513
|
+
{
|
1514
|
+
"AllowedValues": "0-",
|
1515
|
+
"CacheNodeTypeSpecificValues": [
|
1516
|
+
{
|
1517
|
+
"CacheNodeType": "cache.c1.xlarge",
|
1518
|
+
"Value": "650117120"
|
1519
|
+
},
|
1520
|
+
{
|
1521
|
+
"CacheNodeType": "cache.m1.large",
|
1522
|
+
"Value": "702545920"
|
1523
|
+
},
|
1524
|
+
{
|
1525
|
+
"CacheNodeType": "cache.m1.medium",
|
1526
|
+
"Value": "309329920"
|
1527
|
+
},
|
1528
|
+
{
|
1529
|
+
"CacheNodeType": "cache.m1.small",
|
1530
|
+
"Value": "94371840"
|
1531
|
+
},
|
1532
|
+
{
|
1533
|
+
"CacheNodeType": "cache.m1.xlarge",
|
1534
|
+
"Value": "1488977920"
|
1535
|
+
},
|
1536
|
+
{
|
1537
|
+
"CacheNodeType": "cache.m2.2xlarge",
|
1538
|
+
"Value": "3502243840"
|
1539
|
+
},
|
1540
|
+
{
|
1541
|
+
"CacheNodeType": "cache.m2.4xlarge",
|
1542
|
+
"Value": "7088373760"
|
1543
|
+
},
|
1544
|
+
{
|
1545
|
+
"CacheNodeType": "cache.m2.xlarge",
|
1546
|
+
"Value": "1709178880"
|
1547
|
+
},
|
1548
|
+
{
|
1549
|
+
"CacheNodeType": "cache.m3.2xlarge",
|
1550
|
+
"Value": "2998927360"
|
1551
|
+
},
|
1552
|
+
{
|
1553
|
+
"CacheNodeType": "cache.m3.large",
|
1554
|
+
"Value": "650117120"
|
1555
|
+
},
|
1556
|
+
{
|
1557
|
+
"CacheNodeType": "cache.m3.medium",
|
1558
|
+
"Value": "309329920"
|
1559
|
+
},
|
1560
|
+
{
|
1561
|
+
"CacheNodeType": "cache.m3.xlarge",
|
1562
|
+
"Value": "1426063360"
|
1563
|
+
},
|
1564
|
+
{
|
1565
|
+
"CacheNodeType": "cache.m4.10xlarge",
|
1566
|
+
"Value": "16604761424"
|
1567
|
+
},
|
1568
|
+
{
|
1569
|
+
"CacheNodeType": "cache.m4.2xlarge",
|
1570
|
+
"Value": "3188912636"
|
1571
|
+
},
|
1572
|
+
{
|
1573
|
+
"CacheNodeType": "cache.m4.4xlarge",
|
1574
|
+
"Value": "6525729063"
|
1575
|
+
},
|
1576
|
+
{
|
1577
|
+
"CacheNodeType": "cache.m4.large",
|
1578
|
+
"Value": "689259315"
|
1579
|
+
},
|
1580
|
+
{
|
1581
|
+
"CacheNodeType": "cache.m4.xlarge",
|
1582
|
+
"Value": "1532850176"
|
1583
|
+
},
|
1584
|
+
{
|
1585
|
+
"CacheNodeType": "cache.r3.2xlarge",
|
1586
|
+
"Value": "6081740800"
|
1587
|
+
},
|
1588
|
+
{
|
1589
|
+
"CacheNodeType": "cache.r3.4xlarge",
|
1590
|
+
"Value": "12268339200"
|
1591
|
+
},
|
1592
|
+
{
|
1593
|
+
"CacheNodeType": "cache.r3.8xlarge",
|
1594
|
+
"Value": "24536678400"
|
1595
|
+
},
|
1596
|
+
{
|
1597
|
+
"CacheNodeType": "cache.r3.large",
|
1598
|
+
"Value": "1468006400"
|
1599
|
+
},
|
1600
|
+
{
|
1601
|
+
"CacheNodeType": "cache.r3.xlarge",
|
1602
|
+
"Value": "3040870400"
|
1603
|
+
},
|
1604
|
+
{
|
1605
|
+
"CacheNodeType": "cache.t1.micro",
|
1606
|
+
"Value": "14260633"
|
1607
|
+
},
|
1608
|
+
{
|
1609
|
+
"CacheNodeType": "cache.t2.medium",
|
1610
|
+
"Value": "346134937"
|
1611
|
+
},
|
1612
|
+
{
|
1613
|
+
"CacheNodeType": "cache.t2.micro",
|
1614
|
+
"Value": "58195968"
|
1615
|
+
},
|
1616
|
+
{
|
1617
|
+
"CacheNodeType": "cache.t2.small",
|
1618
|
+
"Value": "166513868"
|
1619
|
+
}
|
1620
|
+
],
|
1621
|
+
"ChangeType": "immediate",
|
1622
|
+
"DataType": "integer",
|
1623
|
+
"Description": "Slave client output buffer hard limit in bytes.",
|
1624
|
+
"IsModifiable": false,
|
1625
|
+
"MinimumEngineVersion": "2.8.6",
|
1626
|
+
"ParameterName": "client-output-buffer-limit-slave-hard-limit",
|
1627
|
+
"Source": "system"
|
1628
|
+
},
|
1629
|
+
{
|
1630
|
+
"AllowedValues": "0-",
|
1631
|
+
"CacheNodeTypeSpecificValues": [
|
1632
|
+
{
|
1633
|
+
"CacheNodeType": "cache.c1.xlarge",
|
1634
|
+
"Value": "650117120"
|
1635
|
+
},
|
1636
|
+
{
|
1637
|
+
"CacheNodeType": "cache.m1.large",
|
1638
|
+
"Value": "702545920"
|
1639
|
+
},
|
1640
|
+
{
|
1641
|
+
"CacheNodeType": "cache.m1.medium",
|
1642
|
+
"Value": "309329920"
|
1643
|
+
},
|
1644
|
+
{
|
1645
|
+
"CacheNodeType": "cache.m1.small",
|
1646
|
+
"Value": "94371840"
|
1647
|
+
},
|
1648
|
+
{
|
1649
|
+
"CacheNodeType": "cache.m1.xlarge",
|
1650
|
+
"Value": "1488977920"
|
1651
|
+
},
|
1652
|
+
{
|
1653
|
+
"CacheNodeType": "cache.m2.2xlarge",
|
1654
|
+
"Value": "3502243840"
|
1655
|
+
},
|
1656
|
+
{
|
1657
|
+
"CacheNodeType": "cache.m2.4xlarge",
|
1658
|
+
"Value": "7088373760"
|
1659
|
+
},
|
1660
|
+
{
|
1661
|
+
"CacheNodeType": "cache.m2.xlarge",
|
1662
|
+
"Value": "1709178880"
|
1663
|
+
},
|
1664
|
+
{
|
1665
|
+
"CacheNodeType": "cache.m3.2xlarge",
|
1666
|
+
"Value": "2998927360"
|
1667
|
+
},
|
1668
|
+
{
|
1669
|
+
"CacheNodeType": "cache.m3.large",
|
1670
|
+
"Value": "650117120"
|
1671
|
+
},
|
1672
|
+
{
|
1673
|
+
"CacheNodeType": "cache.m3.medium",
|
1674
|
+
"Value": "309329920"
|
1675
|
+
},
|
1676
|
+
{
|
1677
|
+
"CacheNodeType": "cache.m3.xlarge",
|
1678
|
+
"Value": "1426063360"
|
1679
|
+
},
|
1680
|
+
{
|
1681
|
+
"CacheNodeType": "cache.m4.10xlarge",
|
1682
|
+
"Value": "16604761424"
|
1683
|
+
},
|
1684
|
+
{
|
1685
|
+
"CacheNodeType": "cache.m4.2xlarge",
|
1686
|
+
"Value": "3188912636"
|
1687
|
+
},
|
1688
|
+
{
|
1689
|
+
"CacheNodeType": "cache.m4.4xlarge",
|
1690
|
+
"Value": "6525729063"
|
1691
|
+
},
|
1692
|
+
{
|
1693
|
+
"CacheNodeType": "cache.m4.large",
|
1694
|
+
"Value": "689259315"
|
1695
|
+
},
|
1696
|
+
{
|
1697
|
+
"CacheNodeType": "cache.m4.xlarge",
|
1698
|
+
"Value": "1532850176"
|
1699
|
+
},
|
1700
|
+
{
|
1701
|
+
"CacheNodeType": "cache.r3.2xlarge",
|
1702
|
+
"Value": "6081740800"
|
1703
|
+
},
|
1704
|
+
{
|
1705
|
+
"CacheNodeType": "cache.r3.4xlarge",
|
1706
|
+
"Value": "12268339200"
|
1707
|
+
},
|
1708
|
+
{
|
1709
|
+
"CacheNodeType": "cache.r3.8xlarge",
|
1710
|
+
"Value": "24536678400"
|
1711
|
+
},
|
1712
|
+
{
|
1713
|
+
"CacheNodeType": "cache.r3.large",
|
1714
|
+
"Value": "1468006400"
|
1715
|
+
},
|
1716
|
+
{
|
1717
|
+
"CacheNodeType": "cache.r3.xlarge",
|
1718
|
+
"Value": "3040870400"
|
1719
|
+
},
|
1720
|
+
{
|
1721
|
+
"CacheNodeType": "cache.t1.micro",
|
1722
|
+
"Value": "14260633"
|
1723
|
+
},
|
1724
|
+
{
|
1725
|
+
"CacheNodeType": "cache.t2.medium",
|
1726
|
+
"Value": "346134937"
|
1727
|
+
},
|
1728
|
+
{
|
1729
|
+
"CacheNodeType": "cache.t2.micro",
|
1730
|
+
"Value": "58195968"
|
1731
|
+
},
|
1732
|
+
{
|
1733
|
+
"CacheNodeType": "cache.t2.small",
|
1734
|
+
"Value": "166513868"
|
1735
|
+
}
|
1736
|
+
],
|
1737
|
+
"ChangeType": "immediate",
|
1738
|
+
"DataType": "integer",
|
1739
|
+
"Description": "Slave client output buffer soft limit in bytes.",
|
1740
|
+
"IsModifiable": false,
|
1741
|
+
"MinimumEngineVersion": "2.8.6",
|
1742
|
+
"ParameterName": "client-output-buffer-limit-slave-soft-limit",
|
1743
|
+
"Source": "system"
|
1744
|
+
},
|
1745
|
+
{
|
1746
|
+
"AllowedValues": "0-",
|
1747
|
+
"CacheNodeTypeSpecificValues": [
|
1748
|
+
{
|
1749
|
+
"CacheNodeType": "cache.c1.xlarge",
|
1750
|
+
"Value": "6501171200"
|
1751
|
+
},
|
1752
|
+
{
|
1753
|
+
"CacheNodeType": "cache.m1.large",
|
1754
|
+
"Value": "7025459200"
|
1755
|
+
},
|
1756
|
+
{
|
1757
|
+
"CacheNodeType": "cache.m1.medium",
|
1758
|
+
"Value": "3093299200"
|
1759
|
+
},
|
1760
|
+
{
|
1761
|
+
"CacheNodeType": "cache.m1.small",
|
1762
|
+
"Value": "943718400"
|
1763
|
+
},
|
1764
|
+
{
|
1765
|
+
"CacheNodeType": "cache.m1.xlarge",
|
1766
|
+
"Value": "14889779200"
|
1767
|
+
},
|
1768
|
+
{
|
1769
|
+
"CacheNodeType": "cache.m2.2xlarge",
|
1770
|
+
"Value": "35022438400"
|
1771
|
+
},
|
1772
|
+
{
|
1773
|
+
"CacheNodeType": "cache.m2.4xlarge",
|
1774
|
+
"Value": "70883737600"
|
1775
|
+
},
|
1776
|
+
{
|
1777
|
+
"CacheNodeType": "cache.m2.xlarge",
|
1778
|
+
"Value": "17091788800"
|
1779
|
+
},
|
1780
|
+
{
|
1781
|
+
"CacheNodeType": "cache.m3.2xlarge",
|
1782
|
+
"Value": "29989273600"
|
1783
|
+
},
|
1784
|
+
{
|
1785
|
+
"CacheNodeType": "cache.m3.large",
|
1786
|
+
"Value": "6501171200"
|
1787
|
+
},
|
1788
|
+
{
|
1789
|
+
"CacheNodeType": "cache.m3.medium",
|
1790
|
+
"Value": "2988441600"
|
1791
|
+
},
|
1792
|
+
{
|
1793
|
+
"CacheNodeType": "cache.m3.xlarge",
|
1794
|
+
"Value": "14260633600"
|
1795
|
+
},
|
1796
|
+
{
|
1797
|
+
"CacheNodeType": "cache.m4.10xlarge",
|
1798
|
+
"Value": "166047614239"
|
1799
|
+
},
|
1800
|
+
{
|
1801
|
+
"CacheNodeType": "cache.m4.2xlarge",
|
1802
|
+
"Value": "31889126359"
|
1803
|
+
},
|
1804
|
+
{
|
1805
|
+
"CacheNodeType": "cache.m4.4xlarge",
|
1806
|
+
"Value": "65257290629"
|
1807
|
+
},
|
1808
|
+
{
|
1809
|
+
"CacheNodeType": "cache.m4.large",
|
1810
|
+
"Value": "6892593152"
|
1811
|
+
},
|
1812
|
+
{
|
1813
|
+
"CacheNodeType": "cache.m4.xlarge",
|
1814
|
+
"Value": "15328501760"
|
1815
|
+
},
|
1816
|
+
{
|
1817
|
+
"CacheNodeType": "cache.r3.2xlarge",
|
1818
|
+
"Value": "62495129600"
|
1819
|
+
},
|
1820
|
+
{
|
1821
|
+
"CacheNodeType": "cache.r3.4xlarge",
|
1822
|
+
"Value": "126458265600"
|
1823
|
+
},
|
1824
|
+
{
|
1825
|
+
"CacheNodeType": "cache.r3.8xlarge",
|
1826
|
+
"Value": "254384537600"
|
1827
|
+
},
|
1828
|
+
{
|
1829
|
+
"CacheNodeType": "cache.r3.large",
|
1830
|
+
"Value": "14470348800"
|
1831
|
+
},
|
1832
|
+
{
|
1833
|
+
"CacheNodeType": "cache.r3.xlarge",
|
1834
|
+
"Value": "30513561600"
|
1835
|
+
},
|
1836
|
+
{
|
1837
|
+
"CacheNodeType": "cache.t1.micro",
|
1838
|
+
"Value": "142606336"
|
1839
|
+
},
|
1840
|
+
{
|
1841
|
+
"CacheNodeType": "cache.t2.medium",
|
1842
|
+
"Value": "3461349376"
|
1843
|
+
},
|
1844
|
+
{
|
1845
|
+
"CacheNodeType": "cache.t2.micro",
|
1846
|
+
"Value": "581959680"
|
1847
|
+
},
|
1848
|
+
{
|
1849
|
+
"CacheNodeType": "cache.t2.small",
|
1850
|
+
"Value": "1665138688"
|
1851
|
+
}
|
1852
|
+
],
|
1853
|
+
"ChangeType": "immediate",
|
1854
|
+
"DataType": "integer",
|
1855
|
+
"Description": "The maximum configurable amount of memory to use to store items, in bytes.",
|
1856
|
+
"IsModifiable": false,
|
1857
|
+
"MinimumEngineVersion": "2.8.6",
|
1858
|
+
"ParameterName": "maxmemory",
|
1859
|
+
"Source": "system"
|
1860
|
+
}
|
1861
|
+
],
|
1862
|
+
"CacheParameterGroupFamily": "redis2.8",
|
1863
|
+
"Marker": "bWluLXNsYXZlcy10by13cml0ZQ==",
|
1864
|
+
"Parameters": [
|
1865
|
+
{
|
1866
|
+
"AllowedValues": "yes,no",
|
1867
|
+
"ChangeType": "requires-reboot",
|
1868
|
+
"DataType": "string",
|
1869
|
+
"Description": "Apply rehashing or not.",
|
1870
|
+
"IsModifiable": true,
|
1871
|
+
"MinimumEngineVersion": "2.8.6",
|
1872
|
+
"ParameterName": "activerehashing",
|
1873
|
+
"ParameterValue": "yes",
|
1874
|
+
"Source": "system"
|
1875
|
+
},
|
1876
|
+
{
|
1877
|
+
"AllowedValues": "always,everysec,no",
|
1878
|
+
"ChangeType": "immediate",
|
1879
|
+
"DataType": "string",
|
1880
|
+
"Description": "fsync policy for AOF persistence",
|
1881
|
+
"IsModifiable": true,
|
1882
|
+
"MinimumEngineVersion": "2.8.6",
|
1883
|
+
"ParameterName": "appendfsync",
|
1884
|
+
"ParameterValue": "everysec",
|
1885
|
+
"Source": "system"
|
1886
|
+
},
|
1887
|
+
{
|
1888
|
+
"AllowedValues": "yes,no",
|
1889
|
+
"ChangeType": "immediate",
|
1890
|
+
"DataType": "string",
|
1891
|
+
"Description": "Enable Redis persistence.",
|
1892
|
+
"IsModifiable": true,
|
1893
|
+
"MinimumEngineVersion": "2.8.6",
|
1894
|
+
"ParameterName": "appendonly",
|
1895
|
+
"ParameterValue": "no",
|
1896
|
+
"Source": "system"
|
1897
|
+
},
|
1898
|
+
{
|
1899
|
+
"AllowedValues": "0-",
|
1900
|
+
"ChangeType": "immediate",
|
1901
|
+
"DataType": "integer",
|
1902
|
+
"Description": "Normal client output buffer hard limit in bytes.",
|
1903
|
+
"IsModifiable": true,
|
1904
|
+
"MinimumEngineVersion": "2.8.6",
|
1905
|
+
"ParameterName": "client-output-buffer-limit-normal-hard-limit",
|
1906
|
+
"ParameterValue": "0",
|
1907
|
+
"Source": "system"
|
1908
|
+
},
|
1909
|
+
{
|
1910
|
+
"AllowedValues": "0-",
|
1911
|
+
"ChangeType": "immediate",
|
1912
|
+
"DataType": "integer",
|
1913
|
+
"Description": "Normal client output buffer soft limit in bytes.",
|
1914
|
+
"IsModifiable": true,
|
1915
|
+
"MinimumEngineVersion": "2.8.6",
|
1916
|
+
"ParameterName": "client-output-buffer-limit-normal-soft-limit",
|
1917
|
+
"ParameterValue": "0",
|
1918
|
+
"Source": "system"
|
1919
|
+
},
|
1920
|
+
{
|
1921
|
+
"AllowedValues": "0-",
|
1922
|
+
"ChangeType": "immediate",
|
1923
|
+
"DataType": "integer",
|
1924
|
+
"Description": "Normal client output buffer soft limit in seconds.",
|
1925
|
+
"IsModifiable": true,
|
1926
|
+
"MinimumEngineVersion": "2.8.6",
|
1927
|
+
"ParameterName": "client-output-buffer-limit-normal-soft-seconds",
|
1928
|
+
"ParameterValue": "0",
|
1929
|
+
"Source": "system"
|
1930
|
+
},
|
1931
|
+
{
|
1932
|
+
"AllowedValues": "0-",
|
1933
|
+
"ChangeType": "immediate",
|
1934
|
+
"DataType": "integer",
|
1935
|
+
"Description": "Pubsub client output buffer hard limit in bytes.",
|
1936
|
+
"IsModifiable": true,
|
1937
|
+
"MinimumEngineVersion": "2.8.6",
|
1938
|
+
"ParameterName": "client-output-buffer-limit-pubsub-hard-limit",
|
1939
|
+
"ParameterValue": "33554432",
|
1940
|
+
"Source": "system"
|
1941
|
+
},
|
1942
|
+
{
|
1943
|
+
"AllowedValues": "0-",
|
1944
|
+
"ChangeType": "immediate",
|
1945
|
+
"DataType": "integer",
|
1946
|
+
"Description": "Pubsub client output buffer soft limit in bytes.",
|
1947
|
+
"IsModifiable": true,
|
1948
|
+
"MinimumEngineVersion": "2.8.6",
|
1949
|
+
"ParameterName": "client-output-buffer-limit-pubsub-soft-limit",
|
1950
|
+
"ParameterValue": "8388608",
|
1951
|
+
"Source": "system"
|
1952
|
+
},
|
1953
|
+
{
|
1954
|
+
"AllowedValues": "0-",
|
1955
|
+
"ChangeType": "immediate",
|
1956
|
+
"DataType": "integer",
|
1957
|
+
"Description": "Pubsub client output buffer soft limit in seconds.",
|
1958
|
+
"IsModifiable": true,
|
1959
|
+
"MinimumEngineVersion": "2.8.6",
|
1960
|
+
"ParameterName": "client-output-buffer-limit-pubsub-soft-seconds",
|
1961
|
+
"ParameterValue": "60",
|
1962
|
+
"Source": "system"
|
1963
|
+
},
|
1964
|
+
{
|
1965
|
+
"AllowedValues": "0-",
|
1966
|
+
"ChangeType": "immediate",
|
1967
|
+
"DataType": "integer",
|
1968
|
+
"Description": "Slave client output buffer soft limit in seconds.",
|
1969
|
+
"IsModifiable": false,
|
1970
|
+
"MinimumEngineVersion": "2.8.6",
|
1971
|
+
"ParameterName": "client-output-buffer-limit-slave-soft-seconds",
|
1972
|
+
"ParameterValue": "60",
|
1973
|
+
"Source": "system"
|
1974
|
+
},
|
1975
|
+
{
|
1976
|
+
"AllowedValues": "yes,no",
|
1977
|
+
"ChangeType": "immediate",
|
1978
|
+
"DataType": "string",
|
1979
|
+
"Description": "If enabled, clients who attempt to write to a read-only slave will be disconnected. Applicable to 2.8.23 and higher.",
|
1980
|
+
"IsModifiable": true,
|
1981
|
+
"MinimumEngineVersion": "2.8.23",
|
1982
|
+
"ParameterName": "close-on-slave-write",
|
1983
|
+
"ParameterValue": "yes",
|
1984
|
+
"Source": "system"
|
1985
|
+
},
|
1986
|
+
{
|
1987
|
+
"AllowedValues": "1-1200000",
|
1988
|
+
"ChangeType": "requires-reboot",
|
1989
|
+
"DataType": "integer",
|
1990
|
+
"Description": "Set the number of databases.",
|
1991
|
+
"IsModifiable": true,
|
1992
|
+
"MinimumEngineVersion": "2.8.6",
|
1993
|
+
"ParameterName": "databases",
|
1994
|
+
"ParameterValue": "16",
|
1995
|
+
"Source": "system"
|
1996
|
+
},
|
1997
|
+
{
|
1998
|
+
"AllowedValues": "0-",
|
1999
|
+
"ChangeType": "immediate",
|
2000
|
+
"DataType": "integer",
|
2001
|
+
"Description": "The maximum number of hash entries in order for the dataset to be compressed.",
|
2002
|
+
"IsModifiable": true,
|
2003
|
+
"MinimumEngineVersion": "2.8.6",
|
2004
|
+
"ParameterName": "hash-max-ziplist-entries",
|
2005
|
+
"ParameterValue": "512",
|
2006
|
+
"Source": "system"
|
2007
|
+
},
|
2008
|
+
{
|
2009
|
+
"AllowedValues": "0-",
|
2010
|
+
"ChangeType": "immediate",
|
2011
|
+
"DataType": "integer",
|
2012
|
+
"Description": "The threshold of biggest hash entries in order for the dataset to be compressed.",
|
2013
|
+
"IsModifiable": true,
|
2014
|
+
"MinimumEngineVersion": "2.8.6",
|
2015
|
+
"ParameterName": "hash-max-ziplist-value",
|
2016
|
+
"ParameterValue": "64",
|
2017
|
+
"Source": "system"
|
2018
|
+
},
|
2019
|
+
{
|
2020
|
+
"AllowedValues": "0-",
|
2021
|
+
"ChangeType": "immediate",
|
2022
|
+
"DataType": "integer",
|
2023
|
+
"Description": "The maximum number of list entries in order for the dataset to be compressed.",
|
2024
|
+
"IsModifiable": true,
|
2025
|
+
"MinimumEngineVersion": "2.8.6",
|
2026
|
+
"ParameterName": "list-max-ziplist-entries",
|
2027
|
+
"ParameterValue": "512",
|
2028
|
+
"Source": "system"
|
2029
|
+
},
|
2030
|
+
{
|
2031
|
+
"AllowedValues": "0-",
|
2032
|
+
"ChangeType": "immediate",
|
2033
|
+
"DataType": "integer",
|
2034
|
+
"Description": "The threshold of biggest list entries in order for the dataset to be compressed.",
|
2035
|
+
"IsModifiable": true,
|
2036
|
+
"MinimumEngineVersion": "2.8.6",
|
2037
|
+
"ParameterName": "list-max-ziplist-value",
|
2038
|
+
"ParameterValue": "64",
|
2039
|
+
"Source": "system"
|
2040
|
+
},
|
2041
|
+
{
|
2042
|
+
"AllowedValues": "5000",
|
2043
|
+
"ChangeType": "immediate",
|
2044
|
+
"DataType": "integer",
|
2045
|
+
"Description": "Max execution time of a Lua script in milliseconds. 0 for unlimited execution without warnings.",
|
2046
|
+
"IsModifiable": false,
|
2047
|
+
"MinimumEngineVersion": "2.8.6",
|
2048
|
+
"ParameterName": "lua-time-limit",
|
2049
|
+
"ParameterValue": "5000",
|
2050
|
+
"Source": "system"
|
2051
|
+
},
|
2052
|
+
{
|
2053
|
+
"AllowedValues": "1-65000",
|
2054
|
+
"ChangeType": "requires-reboot",
|
2055
|
+
"DataType": "integer",
|
2056
|
+
"Description": "The maximum number of Redis clients.",
|
2057
|
+
"IsModifiable": false,
|
2058
|
+
"MinimumEngineVersion": "2.8.6",
|
2059
|
+
"ParameterName": "maxclients",
|
2060
|
+
"ParameterValue": "65000",
|
2061
|
+
"Source": "system"
|
2062
|
+
},
|
2063
|
+
{
|
2064
|
+
"AllowedValues": "volatile-lru,allkeys-lru,volatile-random,allkeys-random,volatile-ttl,noeviction",
|
2065
|
+
"ChangeType": "immediate",
|
2066
|
+
"DataType": "string",
|
2067
|
+
"Description": "Max memory policy.",
|
2068
|
+
"IsModifiable": true,
|
2069
|
+
"MinimumEngineVersion": "2.8.6",
|
2070
|
+
"ParameterName": "maxmemory-policy",
|
2071
|
+
"ParameterValue": "volatile-lru",
|
2072
|
+
"Source": "system"
|
2073
|
+
},
|
2074
|
+
{
|
2075
|
+
"AllowedValues": "1-",
|
2076
|
+
"ChangeType": "immediate",
|
2077
|
+
"DataType": "integer",
|
2078
|
+
"Description": "Max memory samples.",
|
2079
|
+
"IsModifiable": true,
|
2080
|
+
"MinimumEngineVersion": "2.8.6",
|
2081
|
+
"ParameterName": "maxmemory-samples",
|
2082
|
+
"ParameterValue": "3",
|
2083
|
+
"Source": "system"
|
2084
|
+
},
|
2085
|
+
{
|
2086
|
+
"AllowedValues": "0-",
|
2087
|
+
"ChangeType": "immediate",
|
2088
|
+
"DataType": "integer",
|
2089
|
+
"Description": "Maximum number of seconds within which the master must receive a ping from a slave to take writes. Use this parameter together with min-slaves-to-write to regulate when the master stops accepting writes. Setting this value to 0 means the master always takes writes.",
|
2090
|
+
"IsModifiable": true,
|
2091
|
+
"MinimumEngineVersion": "2.8.6",
|
2092
|
+
"ParameterName": "min-slaves-max-lag",
|
2093
|
+
"ParameterValue": "10",
|
2094
|
+
"Source": "system"
|
2095
|
+
},
|
2096
|
+
{
|
2097
|
+
"AllowedValues": "0-",
|
2098
|
+
"ChangeType": "immediate",
|
2099
|
+
"DataType": "integer",
|
2100
|
+
"Description": "Number of slaves that must be connected in order for master to take writes. Use this parameter together with min-slaves-max-lag to regulate when the master stops accepting writes. Setting this to 0 means the master always takes writes.",
|
2101
|
+
"IsModifiable": true,
|
2102
|
+
"MinimumEngineVersion": "2.8.6",
|
2103
|
+
"ParameterName": "min-slaves-to-write",
|
2104
|
+
"ParameterValue": "0",
|
2105
|
+
"Source": "system"
|
2106
|
+
}
|
2107
|
+
]
|
2108
|
+
}
|
1940
2109
|
},
|
1941
2110
|
"comments": {
|
1942
2111
|
"input": {
|
@@ -2616,32 +2785,34 @@
|
|
2616
2785
|
"SnapshotRetentionLimit": 14
|
2617
2786
|
},
|
2618
2787
|
"output": {
|
2619
|
-
"
|
2620
|
-
|
2621
|
-
|
2622
|
-
|
2623
|
-
|
2624
|
-
|
2625
|
-
"
|
2788
|
+
"CacheCluster": {
|
2789
|
+
"AutoMinorVersionUpgrade": true,
|
2790
|
+
"CacheClusterCreateTime": "2016-12-22T16:27:56.078Z",
|
2791
|
+
"CacheClusterId": "redis-cluster",
|
2792
|
+
"CacheClusterStatus": "available",
|
2793
|
+
"CacheNodeType": "cache.r3.large",
|
2794
|
+
"CacheParameterGroup": {
|
2795
|
+
"CacheNodeIdsToReboot": [
|
2626
2796
|
|
2627
|
-
|
2628
|
-
|
2629
|
-
|
2630
|
-
|
2631
|
-
|
2797
|
+
],
|
2798
|
+
"CacheParameterGroupName": "default.redis3.2",
|
2799
|
+
"ParameterApplyStatus": "in-sync"
|
2800
|
+
},
|
2801
|
+
"CacheSecurityGroups": [
|
2632
2802
|
|
2633
|
-
|
2634
|
-
|
2635
|
-
|
2636
|
-
|
2637
|
-
|
2638
|
-
|
2639
|
-
|
2640
|
-
|
2641
|
-
|
2642
|
-
|
2643
|
-
|
2644
|
-
|
2803
|
+
],
|
2804
|
+
"CacheSubnetGroupName": "default",
|
2805
|
+
"ClientDownloadLandingPage": "https://console.aws.amazon.com/elasticache/home#client-download:",
|
2806
|
+
"Engine": "redis",
|
2807
|
+
"EngineVersion": "3.2.4",
|
2808
|
+
"NumCacheNodes": 1,
|
2809
|
+
"PendingModifiedValues": {
|
2810
|
+
},
|
2811
|
+
"PreferredAvailabilityZone": "us-east-1e",
|
2812
|
+
"PreferredMaintenanceWindow": "fri:09:00-fri:10:00",
|
2813
|
+
"SnapshotRetentionLimit": 14,
|
2814
|
+
"SnapshotWindow": "07:00-08:00"
|
2815
|
+
}
|
2645
2816
|
},
|
2646
2817
|
"comments": {
|
2647
2818
|
"input": {
|
@@ -2692,41 +2863,43 @@
|
|
2692
2863
|
]
|
2693
2864
|
},
|
2694
2865
|
"output": {
|
2695
|
-
"
|
2696
|
-
|
2697
|
-
|
2698
|
-
|
2699
|
-
|
2700
|
-
"
|
2701
|
-
|
2702
|
-
|
2703
|
-
|
2704
|
-
{
|
2705
|
-
"SubnetAvailabilityZone": {
|
2706
|
-
"Name": "us-east-1e"
|
2866
|
+
"CacheSubnetGroup": {
|
2867
|
+
"CacheSubnetGroupDescription": "My subnet group.",
|
2868
|
+
"CacheSubnetGroupName": "my-sn-grp",
|
2869
|
+
"Subnets": [
|
2870
|
+
{
|
2871
|
+
"SubnetAvailabilityZone": {
|
2872
|
+
"Name": "us-east-1c"
|
2873
|
+
},
|
2874
|
+
"SubnetIdentifier": "subnet-a1b2c3d4"
|
2707
2875
|
},
|
2708
|
-
|
2709
|
-
|
2710
|
-
|
2711
|
-
|
2712
|
-
"
|
2876
|
+
{
|
2877
|
+
"SubnetAvailabilityZone": {
|
2878
|
+
"Name": "us-east-1e"
|
2879
|
+
},
|
2880
|
+
"SubnetIdentifier": "subnet-1a2b3c4d"
|
2713
2881
|
},
|
2714
|
-
|
2715
|
-
|
2716
|
-
|
2717
|
-
|
2718
|
-
"
|
2882
|
+
{
|
2883
|
+
"SubnetAvailabilityZone": {
|
2884
|
+
"Name": "us-east-1e"
|
2885
|
+
},
|
2886
|
+
"SubnetIdentifier": "subnet-bcde2345"
|
2719
2887
|
},
|
2720
|
-
|
2721
|
-
|
2722
|
-
|
2723
|
-
|
2724
|
-
"
|
2888
|
+
{
|
2889
|
+
"SubnetAvailabilityZone": {
|
2890
|
+
"Name": "us-east-1c"
|
2891
|
+
},
|
2892
|
+
"SubnetIdentifier": "subnet-1234abcd"
|
2725
2893
|
},
|
2726
|
-
|
2727
|
-
|
2728
|
-
|
2729
|
-
|
2894
|
+
{
|
2895
|
+
"SubnetAvailabilityZone": {
|
2896
|
+
"Name": "us-east-1b"
|
2897
|
+
},
|
2898
|
+
"SubnetIdentifier": "subnet-abcd1234"
|
2899
|
+
}
|
2900
|
+
],
|
2901
|
+
"VpcId": "vpc-91280df6"
|
2902
|
+
}
|
2730
2903
|
},
|
2731
2904
|
"comments": {
|
2732
2905
|
"input": {
|
@@ -2749,60 +2922,62 @@
|
|
2749
2922
|
"SnapshottingClusterId": "my-redis-rg-001"
|
2750
2923
|
},
|
2751
2924
|
"output": {
|
2752
|
-
"
|
2753
|
-
|
2754
|
-
|
2755
|
-
"
|
2756
|
-
|
2757
|
-
|
2758
|
-
|
2759
|
-
|
2760
|
-
|
2761
|
-
|
2762
|
-
|
2763
|
-
|
2764
|
-
|
2765
|
-
|
2766
|
-
|
2767
|
-
|
2768
|
-
|
2769
|
-
"
|
2770
|
-
|
2771
|
-
|
2772
|
-
|
2773
|
-
|
2774
|
-
|
2775
|
-
|
2776
|
-
|
2777
|
-
|
2778
|
-
|
2779
|
-
"
|
2780
|
-
|
2925
|
+
"ReplicationGroup": {
|
2926
|
+
"AutomaticFailover": "enabled",
|
2927
|
+
"Description": "Modified replication group",
|
2928
|
+
"MemberClusters": [
|
2929
|
+
"my-redis-rg-001",
|
2930
|
+
"my-redis-rg-002",
|
2931
|
+
"my-redis-rg-003"
|
2932
|
+
],
|
2933
|
+
"NodeGroups": [
|
2934
|
+
{
|
2935
|
+
"NodeGroupId": "0001",
|
2936
|
+
"NodeGroupMembers": [
|
2937
|
+
{
|
2938
|
+
"CacheClusterId": "my-redis-rg-001",
|
2939
|
+
"CacheNodeId": "0001",
|
2940
|
+
"CurrentRole": "primary",
|
2941
|
+
"PreferredAvailabilityZone": "us-east-1b",
|
2942
|
+
"ReadEndpoint": {
|
2943
|
+
"Address": "my-redis-rg-001.abcdef.0001.use1.cache.amazonaws.com",
|
2944
|
+
"Port": 6379
|
2945
|
+
}
|
2946
|
+
},
|
2947
|
+
{
|
2948
|
+
"CacheClusterId": "my-redis-rg-002",
|
2949
|
+
"CacheNodeId": "0001",
|
2950
|
+
"CurrentRole": "replica",
|
2951
|
+
"PreferredAvailabilityZone": "us-east-1a",
|
2952
|
+
"ReadEndpoint": {
|
2953
|
+
"Address": "my-redis-rg-002.abcdef.0001.use1.cache.amazonaws.com",
|
2954
|
+
"Port": 6379
|
2955
|
+
}
|
2956
|
+
},
|
2957
|
+
{
|
2958
|
+
"CacheClusterId": "my-redis-rg-003",
|
2959
|
+
"CacheNodeId": "0001",
|
2960
|
+
"CurrentRole": "replica",
|
2961
|
+
"PreferredAvailabilityZone": "us-east-1c",
|
2962
|
+
"ReadEndpoint": {
|
2963
|
+
"Address": "my-redis-rg-003.abcdef.0001.use1.cache.amazonaws.com",
|
2964
|
+
"Port": 6379
|
2965
|
+
}
|
2781
2966
|
}
|
2967
|
+
],
|
2968
|
+
"PrimaryEndpoint": {
|
2969
|
+
"Address": "my-redis-rg.abcdef.ng.0001.use1.cache.amazonaws.com",
|
2970
|
+
"Port": 6379
|
2782
2971
|
},
|
2783
|
-
|
2784
|
-
|
2785
|
-
|
2786
|
-
|
2787
|
-
|
2788
|
-
|
2789
|
-
|
2790
|
-
|
2791
|
-
|
2792
|
-
}
|
2793
|
-
],
|
2794
|
-
"PrimaryEndpoint": {
|
2795
|
-
"Address": "my-redis-rg.abcdef.ng.0001.use1.cache.amazonaws.com",
|
2796
|
-
"Port": 6379
|
2797
|
-
},
|
2798
|
-
"Status": "available"
|
2799
|
-
}
|
2800
|
-
],
|
2801
|
-
"PendingModifiedValues": {
|
2802
|
-
},
|
2803
|
-
"ReplicationGroupId": "my-redis-rg",
|
2804
|
-
"SnapshottingClusterId": "my-redis-rg-002",
|
2805
|
-
"Status": "available"
|
2972
|
+
"Status": "available"
|
2973
|
+
}
|
2974
|
+
],
|
2975
|
+
"PendingModifiedValues": {
|
2976
|
+
},
|
2977
|
+
"ReplicationGroupId": "my-redis-rg",
|
2978
|
+
"SnapshottingClusterId": "my-redis-rg-002",
|
2979
|
+
"Status": "available"
|
2980
|
+
}
|
2806
2981
|
},
|
2807
2982
|
"comments": {
|
2808
2983
|
"input": {
|
@@ -2841,34 +3016,36 @@
|
|
2841
3016
|
]
|
2842
3017
|
},
|
2843
3018
|
"output": {
|
2844
|
-
"
|
2845
|
-
|
2846
|
-
|
2847
|
-
|
2848
|
-
|
2849
|
-
|
2850
|
-
"
|
3019
|
+
"CacheCluster": {
|
3020
|
+
"AutoMinorVersionUpgrade": true,
|
3021
|
+
"CacheClusterCreateTime": "2016-12-21T21:59:43.794Z",
|
3022
|
+
"CacheClusterId": "my-mem-cluster",
|
3023
|
+
"CacheClusterStatus": "rebooting cache cluster nodes",
|
3024
|
+
"CacheNodeType": "cache.t2.medium",
|
3025
|
+
"CacheParameterGroup": {
|
3026
|
+
"CacheNodeIdsToReboot": [
|
2851
3027
|
|
2852
|
-
|
2853
|
-
|
2854
|
-
|
2855
|
-
|
2856
|
-
|
3028
|
+
],
|
3029
|
+
"CacheParameterGroupName": "default.memcached1.4",
|
3030
|
+
"ParameterApplyStatus": "in-sync"
|
3031
|
+
},
|
3032
|
+
"CacheSecurityGroups": [
|
2857
3033
|
|
2858
|
-
|
2859
|
-
|
2860
|
-
|
2861
|
-
|
2862
|
-
|
2863
|
-
|
2864
|
-
|
2865
|
-
|
2866
|
-
|
2867
|
-
|
2868
|
-
|
2869
|
-
|
2870
|
-
|
2871
|
-
|
3034
|
+
],
|
3035
|
+
"CacheSubnetGroupName": "default",
|
3036
|
+
"ClientDownloadLandingPage": "https://console.aws.amazon.com/elasticache/home#client-download:",
|
3037
|
+
"ConfigurationEndpoint": {
|
3038
|
+
"Address": "my-mem-cluster.abcdef.cfg.use1.cache.amazonaws.com",
|
3039
|
+
"Port": 11211
|
3040
|
+
},
|
3041
|
+
"Engine": "memcached",
|
3042
|
+
"EngineVersion": "1.4.24",
|
3043
|
+
"NumCacheNodes": 2,
|
3044
|
+
"PendingModifiedValues": {
|
3045
|
+
},
|
3046
|
+
"PreferredAvailabilityZone": "Multiple",
|
3047
|
+
"PreferredMaintenanceWindow": "wed:06:00-wed:07:00"
|
3048
|
+
}
|
2872
3049
|
},
|
2873
3050
|
"comments": {
|
2874
3051
|
"input": {
|