You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Fargate Spot infrastructure is available for use but a capacity provider
2606
-
* strategy must be used. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/userguide/fargate-capacity-providers.html">Fargate capacity providers</a> in the
2608
+
* strategy must be used. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-capacity-providers.html">Fargate capacity providers</a> in the
2607
2609
* <i>Amazon ECS User Guide for Fargate</i>.</p>
2608
2610
* </note>
2609
2611
* <p>The <code>EC2</code> launch type runs your tasks on Amazon EC2 instances registered to your
* <p>A list of namespaced kernel parameters to set in the container. This parameter maps to
5313
-
* <code>Sysctls</code> in the <a href="https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate">Create a container</a> section of the
5314
-
* <a href="https://docs.docker.com/engine/api/v1.35/">Docker Remote API</a> and the <code>--sysctl</code> option to <a href="https://docs.docker.com/engine/reference/run/#security-configuration">docker run</a>.</p>
5315
+
* <code>Sysctls</code> in the <a href="https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate">Create a container</a> section of the
5316
+
* <a href="https://docs.docker.com/engine/api/v1.35/">Docker Remote API</a> and the <code>--sysctl</code> option to <a href="https://docs.docker.com/engine/reference/run/#security-configuration">docker run</a>. For example, you can configure
5317
+
* <code>net.ipv4.tcp_keepalive_time</code> setting to maintain longer lived
5318
+
* connections.</p>
5315
5319
* <p>We don't recommend that you specify network-related <code>systemControls</code>
5316
-
* parameters for multiple containers in a single task. This task also uses either the
5317
-
* <code>awsvpc</code> or <code>host</code> network mode. It does it for the following
5318
-
* reasons.</p>
5320
+
* parameters for multiple containers in a single task that also uses either the
5321
+
* <code>awsvpc</code> or <code>host</code> network mode. Doing this has the following
5322
+
* disadvantages:</p>
5319
5323
* <ul>
5320
5324
* <li>
5321
-
* <p>For tasks that use the <code>awsvpc</code> network mode, if you set
5322
-
* <code>systemControls</code> for any container, it applies to all containers
5323
-
* in the task. If you set different <code>systemControls</code> for multiple
5324
-
* containers in a single task, the container that's started last determines which
5325
-
* <code>systemControls</code> take effect.</p>
5325
+
* <p>For tasks that use the <code>awsvpc</code> network mode including Fargate,
5326
+
* if you set <code>systemControls</code> for any container, it applies to all
5327
+
* containers in the task. If you set different <code>systemControls</code> for
5328
+
* multiple containers in a single task, the container that's started last
5329
+
* determines which <code>systemControls</code> take effect.</p>
5326
5330
* </li>
5327
5331
* <li>
5328
-
* <p>For tasks that use the <code>host</code> network mode, the
5329
-
* <code>systemControls</code> parameter applies to the container instance's
5330
-
* kernel parameter and that of all containers of any tasks running on that
5331
-
* container instance.</p>
5332
+
* <p>For tasks that use the <code>host</code> network mode, the network namespace
* <p>If you're setting an IPC resource namespace to use for the containers in the task, the
5337
+
* following conditions apply to your system controls. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#task_definition_ipcmode">IPC mode</a>.</p>
5338
+
* <ul>
5339
+
* <li>
5340
+
* <p>For tasks that use the <code>host</code> IPC mode, IPC namespace
* <p>A list of namespaced kernel parameters to set in the container. This parameter maps to
6134
-
* <code>Sysctls</code> in the <a href="https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate">Create a container</a> section of the
6158
+
* <code>Sysctls</code> in the <a href="https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate">Create a container</a> section of the
6135
6159
* <a href="https://docs.docker.com/engine/api/v1.35/">Docker Remote API</a> and the <code>--sysctl</code> option to <a href="https://docs.docker.com/engine/reference/run/#security-configuration">docker run</a>. For example, you can configure
6136
-
* <code>net.ipv4.tcp_keepalive_time</code> setting to maintain longer lived
6160
+
* <code>net.ipv4.tcp_keepalive_time</code> setting to maintain longer lived
6137
6161
* connections.</p>
6138
-
* <note>
6139
-
* <p>We don't recommended that you specify network-related <code>systemControls</code>
6140
-
* parameters for multiple containers in a single task that also uses either the
6141
-
* <code>awsvpc</code> or <code>host</code> network modes. For tasks that use the
6142
-
* <code>awsvpc</code> network mode, the container that's started last determines
6143
-
* which <code>systemControls</code> parameters take effect. For tasks that use the
6144
-
* <code>host</code> network mode, it changes the container instance's namespaced
6145
-
* kernel parameters as well as the containers.</p>
6146
-
* </note>
6147
-
* <note>
6148
-
* <p>This parameter is not supported for Windows containers.</p>
6149
-
* </note>
6150
-
* <note>
6151
-
* <p>This parameter is only supported for tasks that are hosted on
6152
-
* Fargate if the tasks are using platform version <code>1.4.0</code> or later
6153
-
* (Linux). This isn't supported for Windows containers on
* <p>The amount of ephemeral storage to allocate for the task. This parameter is used to
6217
6223
* expand the total amount of ephemeral storage available, beyond the default amount, for
6218
-
* tasks hosted on Fargate. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/userguide/using_data_volumes.html">Fargate task
6219
-
* storage</a> in the <i>Amazon ECS User Guide for Fargate</i>.</p>
6224
+
* tasks hosted on Fargate. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_data_volumes.html">Using data volumes in tasks</a> in the <i>Amazon ECS Developer Guide;</i>.</p>
6220
6225
* <note>
6221
6226
* <p>For tasks using the Fargate launch type, the task requires the
6222
6227
* following platforms:</p>
@@ -8849,7 +8854,7 @@ export interface Task {
8849
8854
* @public
8850
8855
* <p>The stop code indicating why a task was stopped. The <code>stoppedReason</code> might
8851
8856
* contain additional details. </p>
8852
-
* <p>For more information about stop code, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/userguide/stopped-task-error-codes.html">Stopped tasks error codes</a> in the <i>Amazon ECS User Guide</i>.</p>
8857
+
* <p>For more information about stop code, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/stopped-task-error-codes.html">Stopped tasks error codes</a> in the <i>Amazon ECS Developer Guide</i>.</p>
* <p>The amount of ephemeral storage to allocate for the task. This parameter is used to
10860
10865
* expand the total amount of ephemeral storage available, beyond the default amount, for
10861
-
* tasks hosted on Fargate. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/userguide/using_data_volumes.html">Fargate task
10862
-
* storage</a> in the <i>Amazon ECS User Guide for Fargate</i>.</p>
10866
+
* tasks hosted on Fargate. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_data_volumes.html">Using data volumes in tasks</a> in the <i>Amazon ECS Developer Guide</i>.</p>
10863
10867
* <note>
10864
10868
* <p>For tasks using the Fargate launch type, the task requires the
* <p>Fargate Spot infrastructure is available for use but a capacity provider
11251
-
* strategy must be used. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/userguide/fargate-capacity-providers.html">Fargate capacity providers</a> in the
11252
-
* <i>Amazon ECS User Guide for Fargate</i>.</p>
11255
+
* strategy must be used. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-capacity-providers.html">Fargate capacity providers</a> in the
11256
+
* <i>Amazon ECS Developer Guide</i>.</p>
11253
11257
* </note>
11254
11258
* <p>The <code>EC2</code> launch type runs your tasks on Amazon EC2 instances registered to your
0 commit comments