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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2ba294e85f5b74be3e29543e69ebfb32e3ef1895
4
- data.tar.gz: a2905b84d03c57e56a72fb71d22ac0cb96e6c337
3
+ metadata.gz: 29ec6d365f66b057d62945c51d7d363fbeebafc7
4
+ data.tar.gz: d31a4ece3d305d305bd792723f0b119e904da202
5
5
  SHA512:
6
- metadata.gz: e07e62a67ae56172908fafa39f1d1da15c8a7239640fdfca0b9e42031164b6c3845379cf66db67de465376330fdc2b0b8a56ae9881a560d28dc0d41686040319
7
- data.tar.gz: ad478ef95ba6d427e57ef93fa22f0ce629020be164c9fcf8c4bf05320f46ca92b1928a45de30c7e589f1d16d76c4461b66c697f563d1541c3b0fa8d429f3b8b9
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
- "AutoMinorVersionUpgrade": true,
69
- "CacheClusterCreateTime": "2016-12-21T22:24:04.955Z",
70
- "CacheClusterId": "my-redis4",
71
- "CacheNodeType": "cache.m3.large",
72
- "CacheParameterGroupName": "default.redis3.2",
73
- "CacheSubnetGroupName": "default",
74
- "Engine": "redis",
75
- "EngineVersion": "3.2.4",
76
- "NodeSnapshots": [
77
- {
78
- "CacheNodeCreateTime": "2016-12-21T22:24:04.955Z",
79
- "CacheNodeId": "0001",
80
- "CacheSize": "3 MB",
81
- "SnapshotCreateTime": "2016-12-28T07:00:52Z"
82
- }
83
- ],
84
- "NumCacheNodes": 1,
85
- "Port": 6379,
86
- "PreferredAvailabilityZone": "us-east-1c",
87
- "PreferredMaintenanceWindow": "tue:09:30-tue:10:30",
88
- "SnapshotName": "my-snapshot-copy",
89
- "SnapshotRetentionLimit": 7,
90
- "SnapshotSource": "manual",
91
- "SnapshotStatus": "creating",
92
- "SnapshotWindow": "07:00-08:00",
93
- "VpcId": "vpc-3820329f3"
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
- "AutoMinorVersionUpgrade": true,
120
- "CacheClusterId": "my-memcached-cluster",
121
- "CacheClusterStatus": "creating",
122
- "CacheNodeType": "cache.r3.large",
123
- "CacheParameterGroup": {
124
- "CacheNodeIdsToReboot": [
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
- "CacheParameterGroupName": "default.memcached1.4",
128
- "ParameterApplyStatus": "in-sync"
129
- },
130
- "CacheSecurityGroups": [
129
+ ],
130
+ "CacheParameterGroupName": "default.memcached1.4",
131
+ "ParameterApplyStatus": "in-sync"
132
+ },
133
+ "CacheSecurityGroups": [
131
134
 
132
- ],
133
- "CacheSubnetGroupName": "default",
134
- "ClientDownloadLandingPage": "https://console.aws.amazon.com/elasticache/home#client-download:",
135
- "Engine": "memcached",
136
- "EngineVersion": "1.4.24",
137
- "NumCacheNodes": 2,
138
- "PendingModifiedValues": {
139
- },
140
- "PreferredAvailabilityZone": "Multiple",
141
- "PreferredMaintenanceWindow": "wed:09:00-wed:10:00"
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
- "AutoMinorVersionUpgrade": true,
168
- "CacheClusterId": "my-redis",
169
- "CacheClusterStatus": "creating",
170
- "CacheNodeType": "cache.m3.large",
171
- "CacheParameterGroup": {
172
- "CacheNodeIdsToReboot": [
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
- "CacheParameterGroupName": "default.redis3.2",
176
- "ParameterApplyStatus": "in-sync"
177
- },
178
- "CacheSecurityGroups": [
179
+ ],
180
+ "CacheParameterGroupName": "default.redis3.2",
181
+ "ParameterApplyStatus": "in-sync"
182
+ },
183
+ "CacheSecurityGroups": [
179
184
 
180
- ],
181
- "CacheSubnetGroupName": "default",
182
- "ClientDownloadLandingPage": "https: //console.aws.amazon.com/elasticache/home#client-download: ",
183
- "Engine": "redis",
184
- "EngineVersion": "3.2.4",
185
- "NumCacheNodes": 1,
186
- "PendingModifiedValues": {
187
- },
188
- "PreferredAvailabilityZone": "us-east-1c",
189
- "PreferredMaintenanceWindow": "fri: 05: 30-fri: 06: 30",
190
- "SnapshotRetentionLimit": 7,
191
- "SnapshotWindow": "10: 00-11: 00"
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 that limits maxmemory to half of available memory."
215
+ "Description": "Custom Redis 2.8 parameter group."
210
216
  },
211
217
  "output": {
212
- "CacheParameterGroupFamily": "redis2.8",
213
- "CacheParameterGroupName": "custom-redis2-8",
214
- "Description": "Redis 2.8 parame3ter group that limits maxmemory to half of available memory."
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
- "CacheSubnetGroupDescription": "My subnet group.",
257
- "CacheSubnetGroupName": "my-sn-grp",
258
- "Subnets": [
259
- {
260
- "SubnetAvailabilityZone": {
261
- "Name": "us-east-1a"
262
- },
263
- "SubnetIdentifier": "subnet-6f28c982"
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
- "SubnetIdentifier": "subnet-bcd382f3"
270
- },
271
- {
272
- "SubnetAvailabilityZone": {
273
- "Name": "us-east-1b"
274
+ {
275
+ "SubnetAvailabilityZone": {
276
+ "Name": "us-east-1c"
277
+ },
278
+ "SubnetIdentifier": "subnet-bcd382f3"
274
279
  },
275
- "SubnetIdentifier": "subnet-845b3e7c0"
276
- }
277
- ],
278
- "VpcId": "vpc-91280df6"
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
- "AutomaticFailover": "enabling",
305
- "Description": "A Redis replication group.",
306
- "MemberClusters": [
307
- "my-redis-rg-001",
308
- "my-redis-rg-002",
309
- "my-redis-rg-003"
310
- ],
311
- "PendingModifiedValues": {
312
- },
313
- "ReplicationGroupId": "my-redis-rg",
314
- "SnapshottingClusterId": "my-redis-rg-002",
315
- "Status": "creating"
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": "my-redis",
332
- "SnapshotName": "snapshot-20161221"
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": "2016-12-21T22:27:12.543Z",
337
- "CacheClusterId": "my-redis",
338
- "CacheNodeType": "cache.m3.large",
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": "2016-12-21T22:27:12.543Z",
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-east-1c",
353
- "PreferredMaintenanceWindow": "fri:05:30-fri:06:30",
354
- "SnapshotName": "snapshot-20161221",
355
- "SnapshotRetentionLimit": 7,
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": "10:00-11:00",
359
- "VpcId": "vpc-91280df6"
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 snapshot.",
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
- "AutoMinorVersionUpgrade": true,
379
- "CacheClusterCreateTime": "2016-12-22T16:05:17.314Z",
380
- "CacheClusterId": "my-memcached",
381
- "CacheClusterStatus": "deleting",
382
- "CacheNodeType": "cache.r3.large",
383
- "CacheParameterGroup": {
384
- "CacheNodeIdsToReboot": [
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
- "CacheParameterGroupName": "default.memcached1.4",
388
- "ParameterApplyStatus": "in-sync"
389
- },
390
- "CacheSecurityGroups": [
548
+ ],
549
+ "CacheParameterGroupName": "default.memcached1.4",
550
+ "ParameterApplyStatus": "in-sync"
551
+ },
552
+ "CacheSecurityGroups": [
391
553
 
392
- ],
393
- "CacheSubnetGroupName": "default",
394
- "ClientDownloadLandingPage": "https://console.aws.amazon.com/elasticache/home#client-download:",
395
- "ConfigurationEndpoint": {
396
- "Address": "my-memcached2.ameaqx.cfg.use1.cache.amazonaws.com",
397
- "Port": 11211
398
- },
399
- "Engine": "memcached",
400
- "EngineVersion": "1.4.24",
401
- "NumCacheNodes": 2,
402
- "PendingModifiedValues": {
403
- },
404
- "PreferredAvailabilityZone": "Multiple",
405
- "PreferredMaintenanceWindow": "tue:07:30-tue:08:30"
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
- "AutomaticFailover": "disabled",
474
- "Description": "simple redis cluster",
475
- "PendingModifiedValues": {
476
- },
477
- "ReplicationGroupId": "my-redis-rg",
478
- "Status": "deleting"
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
- "AutoMinorVersionUpgrade": true,
498
- "CacheClusterCreateTime": "2016-12-21T22:27:12.543Z",
499
- "CacheClusterId": "my-redis5",
500
- "CacheNodeType": "cache.m3.large",
501
- "CacheParameterGroupName": "default.redis3.2",
502
- "CacheSubnetGroupName": "default",
503
- "Engine": "redis",
504
- "EngineVersion": "3.2.4",
505
- "NodeSnapshots": [
506
- {
507
- "CacheNodeCreateTime": "2016-12-21T22:27:12.543Z",
508
- "CacheNodeId": "0001",
509
- "CacheSize": "3 MB",
510
- "SnapshotCreateTime": "2016-12-21T22:30:26Z"
511
- }
512
- ],
513
- "NumCacheNodes": 1,
514
- "Port": 6379,
515
- "PreferredAvailabilityZone": "us-east-1c",
516
- "PreferredMaintenanceWindow": "fri:05:30-fri:06:30",
517
- "SnapshotName": "snapshot-20161212",
518
- "SnapshotRetentionLimit": 7,
519
- "SnapshotSource": "manual",
520
- "SnapshotStatus": "deleting",
521
- "SnapshotWindow": "10:00-11:00",
522
- "VpcId": "vpc-91280df6"
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
- "CacheNodeTypeSpecificParameters": [
1345
- {
1346
- "AllowedValues": "0-",
1347
- "CacheNodeTypeSpecificValues": [
1348
- {
1349
- "CacheNodeType": "cache.c1.xlarge",
1350
- "Value": "650117120"
1351
- },
1352
- {
1353
- "CacheNodeType": "cache.m1.large",
1354
- "Value": "702545920"
1355
- },
1356
- {
1357
- "CacheNodeType": "cache.m1.medium",
1358
- "Value": "309329920"
1359
- },
1360
- {
1361
- "CacheNodeType": "cache.m1.small",
1362
- "Value": "94371840"
1363
- },
1364
- {
1365
- "CacheNodeType": "cache.m1.xlarge",
1366
- "Value": "1488977920"
1367
- },
1368
- {
1369
- "CacheNodeType": "cache.m2.2xlarge",
1370
- "Value": "3502243840"
1371
- },
1372
- {
1373
- "CacheNodeType": "cache.m2.4xlarge",
1374
- "Value": "7088373760"
1375
- },
1376
- {
1377
- "CacheNodeType": "cache.m2.xlarge",
1378
- "Value": "1709178880"
1379
- },
1380
- {
1381
- "CacheNodeType": "cache.m3.2xlarge",
1382
- "Value": "2998927360"
1383
- },
1384
- {
1385
- "CacheNodeType": "cache.m3.large",
1386
- "Value": "650117120"
1387
- },
1388
- {
1389
- "CacheNodeType": "cache.m3.medium",
1390
- "Value": "309329920"
1391
- },
1392
- {
1393
- "CacheNodeType": "cache.m3.xlarge",
1394
- "Value": "1426063360"
1395
- },
1396
- {
1397
- "CacheNodeType": "cache.m4.10xlarge",
1398
- "Value": "16604761424"
1399
- },
1400
- {
1401
- "CacheNodeType": "cache.m4.2xlarge",
1402
- "Value": "3188912636"
1403
- },
1404
- {
1405
- "CacheNodeType": "cache.m4.4xlarge",
1406
- "Value": "6525729063"
1407
- },
1408
- {
1409
- "CacheNodeType": "cache.m4.large",
1410
- "Value": "689259315"
1411
- },
1412
- {
1413
- "CacheNodeType": "cache.m4.xlarge",
1414
- "Value": "1532850176"
1415
- },
1416
- {
1417
- "CacheNodeType": "cache.r3.2xlarge",
1418
- "Value": "6081740800"
1419
- },
1420
- {
1421
- "CacheNodeType": "cache.r3.4xlarge",
1422
- "Value": "12268339200"
1423
- },
1424
- {
1425
- "CacheNodeType": "cache.r3.8xlarge",
1426
- "Value": "24536678400"
1427
- },
1428
- {
1429
- "CacheNodeType": "cache.r3.large",
1430
- "Value": "1468006400"
1431
- },
1432
- {
1433
- "CacheNodeType": "cache.r3.xlarge",
1434
- "Value": "3040870400"
1435
- },
1436
- {
1437
- "CacheNodeType": "cache.t1.micro",
1438
- "Value": "14260633"
1439
- },
1440
- {
1441
- "CacheNodeType": "cache.t2.medium",
1442
- "Value": "346134937"
1443
- },
1444
- {
1445
- "CacheNodeType": "cache.t2.micro",
1446
- "Value": "58195968"
1447
- },
1448
- {
1449
- "CacheNodeType": "cache.t2.small",
1450
- "Value": "166513868"
1451
- }
1452
- ],
1453
- "ChangeType": "immediate",
1454
- "DataType": "integer",
1455
- "Description": "Slave client output buffer hard limit in bytes.",
1456
- "IsModifiable": false,
1457
- "MinimumEngineVersion": "2.8.6",
1458
- "ParameterName": "client-output-buffer-limit-slave-hard-limit",
1459
- "Source": "system"
1460
- },
1461
- {
1462
- "AllowedValues": "0-",
1463
- "CacheNodeTypeSpecificValues": [
1464
- {
1465
- "CacheNodeType": "cache.c1.xlarge",
1466
- "Value": "650117120"
1467
- },
1468
- {
1469
- "CacheNodeType": "cache.m1.large",
1470
- "Value": "702545920"
1471
- },
1472
- {
1473
- "CacheNodeType": "cache.m1.medium",
1474
- "Value": "309329920"
1475
- },
1476
- {
1477
- "CacheNodeType": "cache.m1.small",
1478
- "Value": "94371840"
1479
- },
1480
- {
1481
- "CacheNodeType": "cache.m1.xlarge",
1482
- "Value": "1488977920"
1483
- },
1484
- {
1485
- "CacheNodeType": "cache.m2.2xlarge",
1486
- "Value": "3502243840"
1487
- },
1488
- {
1489
- "CacheNodeType": "cache.m2.4xlarge",
1490
- "Value": "7088373760"
1491
- },
1492
- {
1493
- "CacheNodeType": "cache.m2.xlarge",
1494
- "Value": "1709178880"
1495
- },
1496
- {
1497
- "CacheNodeType": "cache.m3.2xlarge",
1498
- "Value": "2998927360"
1499
- },
1500
- {
1501
- "CacheNodeType": "cache.m3.large",
1502
- "Value": "650117120"
1503
- },
1504
- {
1505
- "CacheNodeType": "cache.m3.medium",
1506
- "Value": "309329920"
1507
- },
1508
- {
1509
- "CacheNodeType": "cache.m3.xlarge",
1510
- "Value": "1426063360"
1511
- },
1512
- {
1513
- "CacheNodeType": "cache.m4.10xlarge",
1514
- "Value": "16604761424"
1515
- },
1516
- {
1517
- "CacheNodeType": "cache.m4.2xlarge",
1518
- "Value": "3188912636"
1519
- },
1520
- {
1521
- "CacheNodeType": "cache.m4.4xlarge",
1522
- "Value": "6525729063"
1523
- },
1524
- {
1525
- "CacheNodeType": "cache.m4.large",
1526
- "Value": "689259315"
1527
- },
1528
- {
1529
- "CacheNodeType": "cache.m4.xlarge",
1530
- "Value": "1532850176"
1531
- },
1532
- {
1533
- "CacheNodeType": "cache.r3.2xlarge",
1534
- "Value": "6081740800"
1535
- },
1536
- {
1537
- "CacheNodeType": "cache.r3.4xlarge",
1538
- "Value": "12268339200"
1539
- },
1540
- {
1541
- "CacheNodeType": "cache.r3.8xlarge",
1542
- "Value": "24536678400"
1543
- },
1544
- {
1545
- "CacheNodeType": "cache.r3.large",
1546
- "Value": "1468006400"
1547
- },
1548
- {
1549
- "CacheNodeType": "cache.r3.xlarge",
1550
- "Value": "3040870400"
1551
- },
1552
- {
1553
- "CacheNodeType": "cache.t1.micro",
1554
- "Value": "14260633"
1555
- },
1556
- {
1557
- "CacheNodeType": "cache.t2.medium",
1558
- "Value": "346134937"
1559
- },
1560
- {
1561
- "CacheNodeType": "cache.t2.micro",
1562
- "Value": "58195968"
1563
- },
1564
- {
1565
- "CacheNodeType": "cache.t2.small",
1566
- "Value": "166513868"
1567
- }
1568
- ],
1569
- "ChangeType": "immediate",
1570
- "DataType": "integer",
1571
- "Description": "Slave client output buffer soft limit in bytes.",
1572
- "IsModifiable": false,
1573
- "MinimumEngineVersion": "2.8.6",
1574
- "ParameterName": "client-output-buffer-limit-slave-soft-limit",
1575
- "Source": "system"
1576
- },
1577
- {
1578
- "AllowedValues": "0-",
1579
- "CacheNodeTypeSpecificValues": [
1580
- {
1581
- "CacheNodeType": "cache.c1.xlarge",
1582
- "Value": "6501171200"
1583
- },
1584
- {
1585
- "CacheNodeType": "cache.m1.large",
1586
- "Value": "7025459200"
1587
- },
1588
- {
1589
- "CacheNodeType": "cache.m1.medium",
1590
- "Value": "3093299200"
1591
- },
1592
- {
1593
- "CacheNodeType": "cache.m1.small",
1594
- "Value": "943718400"
1595
- },
1596
- {
1597
- "CacheNodeType": "cache.m1.xlarge",
1598
- "Value": "14889779200"
1599
- },
1600
- {
1601
- "CacheNodeType": "cache.m2.2xlarge",
1602
- "Value": "35022438400"
1603
- },
1604
- {
1605
- "CacheNodeType": "cache.m2.4xlarge",
1606
- "Value": "70883737600"
1607
- },
1608
- {
1609
- "CacheNodeType": "cache.m2.xlarge",
1610
- "Value": "17091788800"
1611
- },
1612
- {
1613
- "CacheNodeType": "cache.m3.2xlarge",
1614
- "Value": "29989273600"
1615
- },
1616
- {
1617
- "CacheNodeType": "cache.m3.large",
1618
- "Value": "6501171200"
1619
- },
1620
- {
1621
- "CacheNodeType": "cache.m3.medium",
1622
- "Value": "2988441600"
1623
- },
1624
- {
1625
- "CacheNodeType": "cache.m3.xlarge",
1626
- "Value": "14260633600"
1627
- },
1628
- {
1629
- "CacheNodeType": "cache.m4.10xlarge",
1630
- "Value": "166047614239"
1631
- },
1632
- {
1633
- "CacheNodeType": "cache.m4.2xlarge",
1634
- "Value": "31889126359"
1635
- },
1636
- {
1637
- "CacheNodeType": "cache.m4.4xlarge",
1638
- "Value": "65257290629"
1639
- },
1640
- {
1641
- "CacheNodeType": "cache.m4.large",
1642
- "Value": "6892593152"
1643
- },
1644
- {
1645
- "CacheNodeType": "cache.m4.xlarge",
1646
- "Value": "15328501760"
1647
- },
1648
- {
1649
- "CacheNodeType": "cache.r3.2xlarge",
1650
- "Value": "62495129600"
1651
- },
1652
- {
1653
- "CacheNodeType": "cache.r3.4xlarge",
1654
- "Value": "126458265600"
1655
- },
1656
- {
1657
- "CacheNodeType": "cache.r3.8xlarge",
1658
- "Value": "254384537600"
1659
- },
1660
- {
1661
- "CacheNodeType": "cache.r3.large",
1662
- "Value": "14470348800"
1663
- },
1664
- {
1665
- "CacheNodeType": "cache.r3.xlarge",
1666
- "Value": "30513561600"
1667
- },
1668
- {
1669
- "CacheNodeType": "cache.t1.micro",
1670
- "Value": "142606336"
1671
- },
1672
- {
1673
- "CacheNodeType": "cache.t2.medium",
1674
- "Value": "3461349376"
1675
- },
1676
- {
1677
- "CacheNodeType": "cache.t2.micro",
1678
- "Value": "581959680"
1679
- },
1680
- {
1681
- "CacheNodeType": "cache.t2.small",
1682
- "Value": "1665138688"
1683
- }
1684
- ],
1685
- "ChangeType": "immediate",
1686
- "DataType": "integer",
1687
- "Description": "The maximum configurable amount of memory to use to store items, in bytes.",
1688
- "IsModifiable": false,
1689
- "MinimumEngineVersion": "2.8.6",
1690
- "ParameterName": "maxmemory",
1691
- "Source": "system"
1692
- }
1693
- ],
1694
- "CacheParameterGroupFamily": "redis2.8",
1695
- "Marker": "bWluLXNsYXZlcy10by13cml0ZQ==",
1696
- "Parameters": [
1697
- {
1698
- "AllowedValues": "yes,no",
1699
- "ChangeType": "requires-reboot",
1700
- "DataType": "string",
1701
- "Description": "Apply rehashing or not.",
1702
- "IsModifiable": true,
1703
- "MinimumEngineVersion": "2.8.6",
1704
- "ParameterName": "activerehashing",
1705
- "ParameterValue": "yes",
1706
- "Source": "system"
1707
- },
1708
- {
1709
- "AllowedValues": "always,everysec,no",
1710
- "ChangeType": "immediate",
1711
- "DataType": "string",
1712
- "Description": "fsync policy for AOF persistence",
1713
- "IsModifiable": true,
1714
- "MinimumEngineVersion": "2.8.6",
1715
- "ParameterName": "appendfsync",
1716
- "ParameterValue": "everysec",
1717
- "Source": "system"
1718
- },
1719
- {
1720
- "AllowedValues": "yes,no",
1721
- "ChangeType": "immediate",
1722
- "DataType": "string",
1723
- "Description": "Enable Redis persistence.",
1724
- "IsModifiable": true,
1725
- "MinimumEngineVersion": "2.8.6",
1726
- "ParameterName": "appendonly",
1727
- "ParameterValue": "no",
1728
- "Source": "system"
1729
- },
1730
- {
1731
- "AllowedValues": "0-",
1732
- "ChangeType": "immediate",
1733
- "DataType": "integer",
1734
- "Description": "Normal client output buffer hard limit in bytes.",
1735
- "IsModifiable": true,
1736
- "MinimumEngineVersion": "2.8.6",
1737
- "ParameterName": "client-output-buffer-limit-normal-hard-limit",
1738
- "ParameterValue": "0",
1739
- "Source": "system"
1740
- },
1741
- {
1742
- "AllowedValues": "0-",
1743
- "ChangeType": "immediate",
1744
- "DataType": "integer",
1745
- "Description": "Normal client output buffer soft limit in bytes.",
1746
- "IsModifiable": true,
1747
- "MinimumEngineVersion": "2.8.6",
1748
- "ParameterName": "client-output-buffer-limit-normal-soft-limit",
1749
- "ParameterValue": "0",
1750
- "Source": "system"
1751
- },
1752
- {
1753
- "AllowedValues": "0-",
1754
- "ChangeType": "immediate",
1755
- "DataType": "integer",
1756
- "Description": "Normal client output buffer soft limit in seconds.",
1757
- "IsModifiable": true,
1758
- "MinimumEngineVersion": "2.8.6",
1759
- "ParameterName": "client-output-buffer-limit-normal-soft-seconds",
1760
- "ParameterValue": "0",
1761
- "Source": "system"
1762
- },
1763
- {
1764
- "AllowedValues": "0-",
1765
- "ChangeType": "immediate",
1766
- "DataType": "integer",
1767
- "Description": "Pubsub client output buffer hard limit in bytes.",
1768
- "IsModifiable": true,
1769
- "MinimumEngineVersion": "2.8.6",
1770
- "ParameterName": "client-output-buffer-limit-pubsub-hard-limit",
1771
- "ParameterValue": "33554432",
1772
- "Source": "system"
1773
- },
1774
- {
1775
- "AllowedValues": "0-",
1776
- "ChangeType": "immediate",
1777
- "DataType": "integer",
1778
- "Description": "Pubsub client output buffer soft limit in bytes.",
1779
- "IsModifiable": true,
1780
- "MinimumEngineVersion": "2.8.6",
1781
- "ParameterName": "client-output-buffer-limit-pubsub-soft-limit",
1782
- "ParameterValue": "8388608",
1783
- "Source": "system"
1784
- },
1785
- {
1786
- "AllowedValues": "0-",
1787
- "ChangeType": "immediate",
1788
- "DataType": "integer",
1789
- "Description": "Pubsub client output buffer soft limit in seconds.",
1790
- "IsModifiable": true,
1791
- "MinimumEngineVersion": "2.8.6",
1792
- "ParameterName": "client-output-buffer-limit-pubsub-soft-seconds",
1793
- "ParameterValue": "60",
1794
- "Source": "system"
1795
- },
1796
- {
1797
- "AllowedValues": "0-",
1798
- "ChangeType": "immediate",
1799
- "DataType": "integer",
1800
- "Description": "Slave client output buffer soft limit in seconds.",
1801
- "IsModifiable": false,
1802
- "MinimumEngineVersion": "2.8.6",
1803
- "ParameterName": "client-output-buffer-limit-slave-soft-seconds",
1804
- "ParameterValue": "60",
1805
- "Source": "system"
1806
- },
1807
- {
1808
- "AllowedValues": "yes,no",
1809
- "ChangeType": "immediate",
1810
- "DataType": "string",
1811
- "Description": "If enabled, clients who attempt to write to a read-only slave will be disconnected. Applicable to 2.8.23 and higher.",
1812
- "IsModifiable": true,
1813
- "MinimumEngineVersion": "2.8.23",
1814
- "ParameterName": "close-on-slave-write",
1815
- "ParameterValue": "yes",
1816
- "Source": "system"
1817
- },
1818
- {
1819
- "AllowedValues": "1-1200000",
1820
- "ChangeType": "requires-reboot",
1821
- "DataType": "integer",
1822
- "Description": "Set the number of databases.",
1823
- "IsModifiable": true,
1824
- "MinimumEngineVersion": "2.8.6",
1825
- "ParameterName": "databases",
1826
- "ParameterValue": "16",
1827
- "Source": "system"
1828
- },
1829
- {
1830
- "AllowedValues": "0-",
1831
- "ChangeType": "immediate",
1832
- "DataType": "integer",
1833
- "Description": "The maximum number of hash entries in order for the dataset to be compressed.",
1834
- "IsModifiable": true,
1835
- "MinimumEngineVersion": "2.8.6",
1836
- "ParameterName": "hash-max-ziplist-entries",
1837
- "ParameterValue": "512",
1838
- "Source": "system"
1839
- },
1840
- {
1841
- "AllowedValues": "0-",
1842
- "ChangeType": "immediate",
1843
- "DataType": "integer",
1844
- "Description": "The threshold of biggest hash entries in order for the dataset to be compressed.",
1845
- "IsModifiable": true,
1846
- "MinimumEngineVersion": "2.8.6",
1847
- "ParameterName": "hash-max-ziplist-value",
1848
- "ParameterValue": "64",
1849
- "Source": "system"
1850
- },
1851
- {
1852
- "AllowedValues": "0-",
1853
- "ChangeType": "immediate",
1854
- "DataType": "integer",
1855
- "Description": "The maximum number of list entries in order for the dataset to be compressed.",
1856
- "IsModifiable": true,
1857
- "MinimumEngineVersion": "2.8.6",
1858
- "ParameterName": "list-max-ziplist-entries",
1859
- "ParameterValue": "512",
1860
- "Source": "system"
1861
- },
1862
- {
1863
- "AllowedValues": "0-",
1864
- "ChangeType": "immediate",
1865
- "DataType": "integer",
1866
- "Description": "The threshold of biggest list entries in order for the dataset to be compressed.",
1867
- "IsModifiable": true,
1868
- "MinimumEngineVersion": "2.8.6",
1869
- "ParameterName": "list-max-ziplist-value",
1870
- "ParameterValue": "64",
1871
- "Source": "system"
1872
- },
1873
- {
1874
- "AllowedValues": "5000",
1875
- "ChangeType": "immediate",
1876
- "DataType": "integer",
1877
- "Description": "Max execution time of a Lua script in milliseconds. 0 for unlimited execution without warnings.",
1878
- "IsModifiable": false,
1879
- "MinimumEngineVersion": "2.8.6",
1880
- "ParameterName": "lua-time-limit",
1881
- "ParameterValue": "5000",
1882
- "Source": "system"
1883
- },
1884
- {
1885
- "AllowedValues": "1-65000",
1886
- "ChangeType": "requires-reboot",
1887
- "DataType": "integer",
1888
- "Description": "The maximum number of Redis clients.",
1889
- "IsModifiable": false,
1890
- "MinimumEngineVersion": "2.8.6",
1891
- "ParameterName": "maxclients",
1892
- "ParameterValue": "65000",
1893
- "Source": "system"
1894
- },
1895
- {
1896
- "AllowedValues": "volatile-lru,allkeys-lru,volatile-random,allkeys-random,volatile-ttl,noeviction",
1897
- "ChangeType": "immediate",
1898
- "DataType": "string",
1899
- "Description": "Max memory policy.",
1900
- "IsModifiable": true,
1901
- "MinimumEngineVersion": "2.8.6",
1902
- "ParameterName": "maxmemory-policy",
1903
- "ParameterValue": "volatile-lru",
1904
- "Source": "system"
1905
- },
1906
- {
1907
- "AllowedValues": "1-",
1908
- "ChangeType": "immediate",
1909
- "DataType": "integer",
1910
- "Description": "Max memory samples.",
1911
- "IsModifiable": true,
1912
- "MinimumEngineVersion": "2.8.6",
1913
- "ParameterName": "maxmemory-samples",
1914
- "ParameterValue": "3",
1915
- "Source": "system"
1916
- },
1917
- {
1918
- "AllowedValues": "0-",
1919
- "ChangeType": "immediate",
1920
- "DataType": "integer",
1921
- "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.",
1922
- "IsModifiable": true,
1923
- "MinimumEngineVersion": "2.8.6",
1924
- "ParameterName": "min-slaves-max-lag",
1925
- "ParameterValue": "10",
1926
- "Source": "system"
1927
- },
1928
- {
1929
- "AllowedValues": "0-",
1930
- "ChangeType": "immediate",
1931
- "DataType": "integer",
1932
- "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.",
1933
- "IsModifiable": true,
1934
- "MinimumEngineVersion": "2.8.6",
1935
- "ParameterName": "min-slaves-to-write",
1936
- "ParameterValue": "0",
1937
- "Source": "system"
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
- "AutoMinorVersionUpgrade": true,
2620
- "CacheClusterCreateTime": "2016-12-22T16:27:56.078Z",
2621
- "CacheClusterId": "redis-cluster",
2622
- "CacheClusterStatus": "available",
2623
- "CacheNodeType": "cache.r3.large",
2624
- "CacheParameterGroup": {
2625
- "CacheNodeIdsToReboot": [
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
- "CacheParameterGroupName": "default.redis3.2",
2629
- "ParameterApplyStatus": "in-sync"
2630
- },
2631
- "CacheSecurityGroups": [
2797
+ ],
2798
+ "CacheParameterGroupName": "default.redis3.2",
2799
+ "ParameterApplyStatus": "in-sync"
2800
+ },
2801
+ "CacheSecurityGroups": [
2632
2802
 
2633
- ],
2634
- "CacheSubnetGroupName": "default",
2635
- "ClientDownloadLandingPage": "https://console.aws.amazon.com/elasticache/home#client-download:",
2636
- "Engine": "redis",
2637
- "EngineVersion": "3.2.4",
2638
- "NumCacheNodes": 1,
2639
- "PendingModifiedValues": {
2640
- },
2641
- "PreferredAvailabilityZone": "us-east-1e",
2642
- "PreferredMaintenanceWindow": "fri:09:00-fri:10:00",
2643
- "SnapshotRetentionLimit": 14,
2644
- "SnapshotWindow": "07:00-08:00"
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
- "CacheSubnetGroupDescription": "My subnet group.",
2696
- "CacheSubnetGroupName": "my-sn-grp",
2697
- "Subnets": [
2698
- {
2699
- "SubnetAvailabilityZone": {
2700
- "Name": "us-east-1c"
2701
- },
2702
- "SubnetIdentifier": "subnet-a1b2c3d4"
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
- "SubnetIdentifier": "subnet-1a2b3c4d"
2709
- },
2710
- {
2711
- "SubnetAvailabilityZone": {
2712
- "Name": "us-east-1e"
2876
+ {
2877
+ "SubnetAvailabilityZone": {
2878
+ "Name": "us-east-1e"
2879
+ },
2880
+ "SubnetIdentifier": "subnet-1a2b3c4d"
2713
2881
  },
2714
- "SubnetIdentifier": "subnet-bcde2345"
2715
- },
2716
- {
2717
- "SubnetAvailabilityZone": {
2718
- "Name": "us-east-1c"
2882
+ {
2883
+ "SubnetAvailabilityZone": {
2884
+ "Name": "us-east-1e"
2885
+ },
2886
+ "SubnetIdentifier": "subnet-bcde2345"
2719
2887
  },
2720
- "SubnetIdentifier": "subnet-1234abcd"
2721
- },
2722
- {
2723
- "SubnetAvailabilityZone": {
2724
- "Name": "us-east-1b"
2888
+ {
2889
+ "SubnetAvailabilityZone": {
2890
+ "Name": "us-east-1c"
2891
+ },
2892
+ "SubnetIdentifier": "subnet-1234abcd"
2725
2893
  },
2726
- "SubnetIdentifier": "subnet-abcd1234"
2727
- }
2728
- ],
2729
- "VpcId": "vpc-91280df6"
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
- "AutomaticFailover": "enabled",
2753
- "Description": "Modified replication group",
2754
- "MemberClusters": [
2755
- "my-redis-rg-001",
2756
- "my-redis-rg-002",
2757
- "my-redis-rg-003"
2758
- ],
2759
- "NodeGroups": [
2760
- {
2761
- "NodeGroupId": "0001",
2762
- "NodeGroupMembers": [
2763
- {
2764
- "CacheClusterId": "my-redis-rg-001",
2765
- "CacheNodeId": "0001",
2766
- "CurrentRole": "primary",
2767
- "PreferredAvailabilityZone": "us-east-1b",
2768
- "ReadEndpoint": {
2769
- "Address": "my-redis-rg-001.abcdef.0001.use1.cache.amazonaws.com",
2770
- "Port": 6379
2771
- }
2772
- },
2773
- {
2774
- "CacheClusterId": "my-redis-rg-002",
2775
- "CacheNodeId": "0001",
2776
- "CurrentRole": "replica",
2777
- "PreferredAvailabilityZone": "us-east-1a",
2778
- "ReadEndpoint": {
2779
- "Address": "my-redis-rg-002.abcdef.0001.use1.cache.amazonaws.com",
2780
- "Port": 6379
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
- "CacheClusterId": "my-redis-rg-003",
2785
- "CacheNodeId": "0001",
2786
- "CurrentRole": "replica",
2787
- "PreferredAvailabilityZone": "us-east-1c",
2788
- "ReadEndpoint": {
2789
- "Address": "my-redis-rg-003.abcdef.0001.use1.cache.amazonaws.com",
2790
- "Port": 6379
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
- "AutoMinorVersionUpgrade": true,
2845
- "CacheClusterCreateTime": "2016-12-21T21:59:43.794Z",
2846
- "CacheClusterId": "my-mem-cluster",
2847
- "CacheClusterStatus": "rebooting cache cluster nodes",
2848
- "CacheNodeType": "cache.t2.medium",
2849
- "CacheParameterGroup": {
2850
- "CacheNodeIdsToReboot": [
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
- "CacheParameterGroupName": "default.memcached1.4",
2854
- "ParameterApplyStatus": "in-sync"
2855
- },
2856
- "CacheSecurityGroups": [
3028
+ ],
3029
+ "CacheParameterGroupName": "default.memcached1.4",
3030
+ "ParameterApplyStatus": "in-sync"
3031
+ },
3032
+ "CacheSecurityGroups": [
2857
3033
 
2858
- ],
2859
- "CacheSubnetGroupName": "default",
2860
- "ClientDownloadLandingPage": "https://console.aws.amazon.com/elasticache/home#client-download:",
2861
- "ConfigurationEndpoint": {
2862
- "Address": "my-mem-cluster.abcdef.cfg.use1.cache.amazonaws.com",
2863
- "Port": 11211
2864
- },
2865
- "Engine": "memcached",
2866
- "EngineVersion": "1.4.24",
2867
- "NumCacheNodes": 2,
2868
- "PendingModifiedValues": {
2869
- },
2870
- "PreferredAvailabilityZone": "Multiple",
2871
- "PreferredMaintenanceWindow": "wed:06:00-wed:07:00"
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": {