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
+1
Original file line number
Diff line number
Diff line change
@@ -150,6 +150,7 @@ additional details on each available environment variable.
150
150
|`ECS_ENGINE_TASK_CLEANUP_WAIT_DURATION`| 10m | Time to wait to delete containers for a stopped task. If set to less than 1 minute, the value is ignored. | 3h | 3h |
151
151
|`ECS_CONTAINER_STOP_TIMEOUT`| 10m | Instance scoped configuration for time to wait for the container to exit normally before being forcibly killed. | 30s | 30s |
152
152
|`ECS_CONTAINER_START_TIMEOUT`| 10m | Timeout before giving up on starting a container. | 3m | 8m |
153
+
|`ECS_CONTAINER_CREATE_TIMEOUT`| 10m | Timeout before giving up on creating a container. Minimum value is 1m. If user sets a value below minimum it will be set to min. | 4m | 4m |
153
154
|`ECS_ENABLE_TASK_IAM_ROLE`|`true`| Whether to enable IAM Roles for Tasks on the Container Instance |`false`|`false`|
154
155
|`ECS_ENABLE_TASK_IAM_ROLE_NETWORK_HOST`|`true`| Whether to enable IAM Roles for Tasks when launched with `host` network mode on the Container Instance |`false`|`false`|
155
156
|`ECS_DISABLE_IMAGE_CLEANUP`|`true`| Whether to disable automated image cleanup for the ECS Agent. |`false`|`false`|
0 commit comments