Skip to content

Commit 0010c65

Browse files
This is a documentation only update to address various tickets for Amazon ECS.
1 parent 80fed97 commit 0010c65

File tree

7 files changed

+39
-15
lines changed

7 files changed

+39
-15
lines changed

generator/ServiceModels/ecs/ecs-2014-11-13.docs.json

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

generator/ServiceModels/ecs/ecs-2014-11-13.normal.json

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

sdk/src/Services/ECS/Generated/Model/CapacityProviderStrategyItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ namespace Amazon.ECS.Model
6666
/// </para>
6767
///
6868
/// <para>
69-
/// A capacity provider strategy may contain a maximum of 6 capacity providers.
69+
/// A capacity provider strategy can contain a maximum of 20 capacity providers.
7070
/// </para>
7171
/// </summary>
7272
public partial class CapacityProviderStrategyItem

sdk/src/Services/ECS/Generated/Model/CreateServiceRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ internal bool IsSetAvailabilityZoneRebalancing()
221221
/// </para>
222222
///
223223
/// <para>
224-
/// A capacity provider strategy may contain a maximum of 6 capacity providers.
224+
/// A capacity provider strategy can contain a maximum of 20 capacity providers.
225225
/// </para>
226226
/// </summary>
227227
public List<CapacityProviderStrategyItem> CapacityProviderStrategy

sdk/src/Services/ECS/Generated/Model/DeploymentConfiguration.cs

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,14 @@ internal bool IsSetDeploymentCircuitBreaker()
103103
/// </para>
104104
///
105105
/// <para>
106+
/// The Amazon ECS scheduler uses this parameter to replace unhealthy tasks by starting
107+
/// replacement tasks first and then stopping the unhealthy tasks, as long as cluster
108+
/// resources for starting replacement tasks are available. For more information about
109+
/// how the scheduler replaces unhealthy tasks, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html">Amazon
110+
/// ECS services</a>.
111+
/// </para>
112+
///
113+
/// <para>
106114
/// If a service is using either the blue/green (<c>CODE_DEPLOY</c>) or <c>EXTERNAL</c>
107115
/// deployment types, and tasks in the service use the EC2 launch type, the <b>maximum
108116
/// percent</b> value is set to the default value. The <b>maximum percent</b> value is
@@ -148,6 +156,15 @@ internal bool IsSetMaximumPercent()
148156
/// </para>
149157
///
150158
/// <para>
159+
/// If any tasks are unhealthy and if <c>maximumPercent</c> doesn't allow the Amazon
160+
/// ECS scheduler to start replacement tasks, the scheduler stops the unhealthy tasks
161+
/// one-by-one — using the <c>minimumHealthyPercent</c> as a constraint — to clear up
162+
/// capacity to launch replacement tasks. For more information about how the scheduler
163+
/// replaces unhealthy tasks, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html">Amazon
164+
/// ECS services</a> .
165+
/// </para>
166+
///
167+
/// <para>
151168
/// For services that <i>do not</i> use a load balancer, the following should be noted:
152169
/// </para>
153170
/// <ul> <li>

sdk/src/Services/ECS/Generated/Model/PutAccountSettingRequest.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@ public partial class PutAccountSettingRequest : AmazonECSRequest
7676
/// </para>
7777
/// </li> <li>
7878
/// <para>
79+
/// <c>fargateFIPSMode</c> - When turned on, you can run Fargate workloads in a manner
80+
/// that is compliant with Federal Information Processing Standard (FIPS-140). For more
81+
/// information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-fips-compliance.html">Fargate
82+
/// Federal Information Processing Standard (FIPS-140)</a>.
83+
/// </para>
84+
/// </li> <li>
85+
/// <para>
7986
/// <c>containerInstanceLongArnFormat</c> - When modified, the Amazon Resource Name (ARN)
8087
/// and resource ID format of the resource type for a specified user, role, or the root
8188
/// user for an account is affected. The opt-in and opt-out account setting must be set

sdk/src/Services/ECS/Generated/Model/RunTaskRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public partial class RunTaskRequest : AmazonECSRequest
129129
/// </para>
130130
///
131131
/// <para>
132-
/// A capacity provider strategy may contain a maximum of 6 capacity providers.
132+
/// A capacity provider strategy can contain a maximum of 20 capacity providers.
133133
/// </para>
134134
/// </summary>
135135
public List<CapacityProviderStrategyItem> CapacityProviderStrategy

0 commit comments

Comments
 (0)