Skip to content

Commit 063e562

Browse files
author
AWS
committed
Amazon EC2 Container Service Update: Documentation update to address tickets.
1 parent f0441a9 commit 063e562

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
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 EC2 Container Service",
4+
"contributor": "",
5+
"description": "Documentation update to address tickets."
6+
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3710,11 +3710,11 @@
37103710
},
37113711
"minimumScalingStepSize":{
37123712
"shape":"ManagedScalingStepSize",
3713-
"documentation":"<p>The minimum number of container instances that Amazon ECS scales in or scales out at one time. If this parameter is omitted, the default value of <code>1</code> is used.</p>"
3713+
"documentation":"<p>The minimum number of Amazon EC2 instances that Amazon ECS will scale out at one time. The scale in process is not affected by this parameter If this parameter is omitted, the default value of <code>1</code> is used.</p> <p>When additional capacity is required, Amazon ECS will scale up the minimum scaling step size even if the actual demand is less than the minimum scaling step size.</p> <p>If you use a capacity provider with an Auto Scaling group configured with more than one Amazon EC2 instance type or Availability Zone, Amazon ECS will scale up by the exact minimum scaling step size value and will ignore both the maximum scaling step size as well as the capacity demand.</p>"
37143714
},
37153715
"maximumScalingStepSize":{
37163716
"shape":"ManagedScalingStepSize",
3717-
"documentation":"<p>The maximum number of container instances that Amazon ECS scales in or scales out at one time. If this parameter is omitted, the default value of <code>10000</code> is used.</p>"
3717+
"documentation":"<p>The maximum number of Amazon EC2 instances that Amazon ECS will scale out at one time. The scale in process is not affected by this parameter. If this parameter is omitted, the default value of <code>10000</code> is used.</p>"
37183718
},
37193719
"instanceWarmupPeriod":{
37203720
"shape":"ManagedScalingInstanceWarmupPeriod",
@@ -4638,7 +4638,7 @@
46384638
},
46394639
"deploymentController":{
46404640
"shape":"DeploymentController",
4641-
"documentation":"<p>The deployment controller type the service is using. When using the DescribeServices API, this field is omitted if the service uses the <code>ECS</code> deployment controller type.</p>"
4641+
"documentation":"<p>The deployment controller type the service is using. </p>"
46424642
},
46434643
"tags":{
46444644
"shape":"Tags",

0 commit comments

Comments
 (0)