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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -259,6 +259,7 @@ additional details about how to configure the agent.
259
259
|`ECS_EBSTA_SUPPORTED`|`true`| Whether to use the container instance with EBS Task Attach support. This variable is set properly by ecs-init. Its value indicates if correct environment to support EBS volumes by instance has been set up or not. ECS only schedules EBSTA tasks if this feature is supported by the platform type. Check [EBS Volume considerations](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ebs-volumes.html#ebs-volume-considerations) for other EBS support details |`true`| Not Supported on Windows |
260
260
|`ECS_ENABLE_FIRELENS_ASYNC`|`true`| Whether the log driver connects to the Firelens container in the background. |`true`|`true`|
261
261
|`ECS_DETAILED_OS_FAMILY`|`debian_11`| Sets detailed OS information for Linux-based ECS instances by parsing /etc/os-release. This variable is set properly by ecs-init during system initialization. |`linux`| Not supported on Windows |
262
+
|`ECS_PAUSE_LABELS`|`{"test.pause.label.1":"value1","test.pause.label.2":"value2"}`| The labels to add to the pause container. |||
262
263
263
264
Additionally, the following environment variable(s) can be used to configure the behavior of the ecs-init service. When using ECS-Init, all env variables, including the ECS Agent variables above, are read from path `/etc/ecs/ecs.config`:
264
265
| Environment Variable Name | Example Value(s) | Description | Default value |
0 commit comments