Skip to content

Commit 195b622

Browse files
author
awstools
committed
docs(client-ecs): Updates Amazon ECS documentation to include note for upcoming default log driver mode change.
1 parent 697753c commit 195b622

File tree

2 files changed

+40
-6
lines changed

2 files changed

+40
-6
lines changed

clients/client-ecs/src/models/models_0.ts

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2140,6 +2140,17 @@ export interface LogConfiguration {
21402140
* If you don't specify the <code>mode</code> option or
21412141
* configure the account setting, Amazon ECS will default to the
21422142
* <code>blocking</code> mode. For more information about the account setting, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#default-log-driver-mode">Default log driver mode</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
2143+
* <note>
2144+
* <p>On June 25, 2025, Amazon ECS is changing the default log driver mode from <code>blocking</code> to <code>non-blocking</code> to prioritize task availability over logging. To continue using the <code>blocking</code> mode after this change, do one of the following:</p>
2145+
* <ul>
2146+
* <li>
2147+
* <p>Set the <code>mode</code> option in your container definition's <code>logConfiguration</code> as <code>blocking</code>.</p>
2148+
* </li>
2149+
* <li>
2150+
* <p>Set the <code>defaultLogDriverMode</code> account setting to <code>blocking</code>.</p>
2151+
* </li>
2152+
* </ul>
2153+
* </note>
21432154
* </dd>
21442155
* <dt>max-buffer-size</dt>
21452156
* <dd>
@@ -7871,7 +7882,7 @@ export interface VersionInfo {
78717882
agentVersion?: string | undefined;
78727883

78737884
/**
7874-
* <p>The Git commit hash for the Amazon ECS container agent build on the <a href="https://github.com/aws/amazon-ecs-agent/commits/master">amazon-ecs-agent
7885+
* <p>The Git commit hash for the Amazon ECS container agent build on the <a href="https://github.com/aws/amazon-ecs-agent">amazon-ecs-agent
78757886
* </a> GitHub repository.</p>
78767887
* @public
78777888
*/
@@ -11338,7 +11349,19 @@ export interface PutAccountSettingRequest {
1133811349
* <code>blocking</code> and <code>non-blocking</code>. If you don't specify a
1133911350
* delivery mode in your container definition's <code>logConfiguration</code>, the
1134011351
* mode you specify using this account setting will be used as the default. For
11341-
* more information about log delivery modes, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_LogConfiguration.html">LogConfiguration</a>.</p>
11352+
* more information about log delivery modes, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_LogConfiguration.html">LogConfiguration</a>.
11353+
* </p>
11354+
* <note>
11355+
* <p>On June 25, 2025, Amazon ECS is changing the default log driver mode from <code>blocking</code> to <code>non-blocking</code> to prioritize task availability over logging. To continue using the <code>blocking</code> mode after this change, do one of the following:</p>
11356+
* <ul>
11357+
* <li>
11358+
* <p>Set the <code>mode</code> option in your container definition's <code>logConfiguration</code> as <code>blocking</code>.</p>
11359+
* </li>
11360+
* <li>
11361+
* <p>Set the <code>defaultLogDriverMode</code> account setting to <code>blocking</code>.</p>
11362+
* </li>
11363+
* </ul>
11364+
* </note>
1134211365
* </li>
1134311366
* <li>
1134411367
* <p>
@@ -11516,6 +11539,17 @@ export interface PutAccountSettingDefaultRequest {
1151611539
* delivery mode in your container definition's <code>logConfiguration</code>, the
1151711540
* mode you specify using this account setting will be used as the default. For
1151811541
* more information about log delivery modes, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_LogConfiguration.html">LogConfiguration</a>.</p>
11542+
* <note>
11543+
* <p>On June 25, 2025, Amazon ECS is changing the default log driver mode from <code>blocking</code> to <code>non-blocking</code> to prioritize task availability over logging. To continue using the <code>blocking</code> mode after this change, do one of the following:</p>
11544+
* <ul>
11545+
* <li>
11546+
* <p>Set the <code>mode</code> option in your container definition's <code>logConfiguration</code> as <code>blocking</code>.</p>
11547+
* </li>
11548+
* <li>
11549+
* <p>Set the <code>defaultLogDriverMode</code> account setting to <code>blocking</code>.</p>
11550+
* </li>
11551+
* </ul>
11552+
* </note>
1151911553
* </li>
1152011554
* <li>
1152111555
* <p>

0 commit comments

Comments
 (0)