Skip to content

Commit 07d8313

Browse files
author
AWS
committed
Amazon EMR Update: Advanced Scaling in Amazon EMR Managed Scaling
1 parent 6edc336 commit 07d8313

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon EMR",
4+
"contributor": "",
5+
"description": "Advanced Scaling in Amazon EMR Managed Scaling"
6+
}

services/emr/src/main/resources/codegen-resources/service-2.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3942,6 +3942,14 @@
39423942
"ComputeLimits":{
39433943
"shape":"ComputeLimits",
39443944
"documentation":"<p>The Amazon EC2 unit limits for a managed scaling policy. The managed scaling activity of a cluster is not allowed to go above or below these limits. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.</p>"
3945+
},
3946+
"UtilizationPerformanceIndex":{
3947+
"shape":"UtilizationPerformanceIndexInteger",
3948+
"documentation":"<p>An integer value that represents an advanced scaling strategy. Setting a higher value optimizes for performance. Setting a lower value optimizes for resource conservation. Setting the value to 50 balances performance and resource conservation. Possible values are 1, 25, 50, 75, and 100.</p>"
3949+
},
3950+
"ScalingStrategy":{
3951+
"shape":"ScalingStrategy",
3952+
"documentation":"<p>Determines whether a custom scaling utilization performance index can be set. Possible values include <i>ADVANCED</i> or <i>DEFAULT</i>.</p>"
39453953
}
39463954
},
39473955
"documentation":"<p> Managed scaling policy for an Amazon EMR cluster. The policy specifies the limits for resources that can be added or terminated from a cluster. The policy only applies to the core and task nodes. The master node cannot be scaled after initial configuration. </p>"
@@ -4801,6 +4809,13 @@
48014809
"type":"list",
48024810
"member":{"shape":"ScalingRule"}
48034811
},
4812+
"ScalingStrategy":{
4813+
"type":"string",
4814+
"enum":[
4815+
"DEFAULT",
4816+
"ADVANCED"
4817+
]
4818+
},
48044819
"ScalingTrigger":{
48054820
"type":"structure",
48064821
"required":["CloudWatchAlarmDefinition"],
@@ -5777,6 +5792,11 @@
57775792
"documentation":"<p>The username and password that you use to connect to cluster endpoints.</p>",
57785793
"sensitive":true
57795794
},
5795+
"UtilizationPerformanceIndexInteger":{
5796+
"type":"integer",
5797+
"max":100,
5798+
"min":1
5799+
},
57805800
"VolumeSpecification":{
57815801
"type":"structure",
57825802
"required":[

0 commit comments

Comments
 (0)