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
feat(client-ecs): This release adds support for an account-level setting that you can use to configure the number of days for AWS Fargate task retirement.
* more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/supported-iam-actions-tagging.html">Grant
69
69
* permission to tag resources on creation</a> in the <i>Amazon ECS Developer
70
70
* Guide</i>.</p>
71
+
* <p>When Amazon Web Services determines that a security or infrastructure update is needed for an Amazon ECS
72
+
* task hosted on Fargate, the tasks need to be stopped and new tasks launched to replace
73
+
* them. Use <code>fargateTaskRetirementWaitPeriod</code> to configure the wait time to
74
+
* retire a Fargate task. For information about the Fargate tasks maintenance, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-maintenance.html">Amazon Web Services Fargate task maintenance</a> in the <i>Amazon ECS Developer
75
+
* Guide</i>.</p>
71
76
* @example
72
77
* Use a bare-bones client and the command you need to make an API call.
73
78
* ```javascript
74
79
* import { ECSClient, PutAccountSettingCommand } from "@aws-sdk/client-ecs"; // ES Modules import
0 commit comments