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
@@ -211,6 +211,7 @@ additional details on each available environment variable.
211
211
|`ECS_IMAGE_PULL_INACTIVITY_TIMEOUT`| 1m | The time to wait after docker pulls complete waiting for extraction of a container. Useful for tuning large Windows containers. | 1m | 3m |
212
212
|`ECS_IMAGE_PULL_TIMEOUT`| 1h | The time to wait for pulling docker image. | 2h | 2h |
213
213
|`ECS_INSTANCE_ATTRIBUTES`|`{"stack": "prod"}`| These attributes take effect only during initial registration. After the agent has joined an ECS cluster, use the PutAttributes API action to add additional attributes. For more information, see [Amazon ECS Container Agent Configuration](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-config.html) in the Amazon ECS Developer Guide.|`{}`|`{}`|
214
+
|`ECS_INSTANCE_IP_COMPATIBILITY`|`ipv4`|`ipv6`| Option to override Agent's auto detection of instance's IP compatibility. When unset, Agent consults the instance's default IPv4 and IPv6 routes to detect the IP compatibility of the instance. Use this option to override auto detection with the value you provide. For IPv6-only instances, Agent uses dualstack endpoints when making any AWS service calls and sets up features to be IPv6-compatible. For dualstack instances, just use `ipv4`. Neither this option nor the auto detection of IP compatibility are supported on Windows and Agent always works in IPv4-compatible mode. | Automatic detection based on default routes | Not Supported on Windows |
214
215
|`ECS_ENABLE_TASK_ENI`|`false`| Whether to enable task networking for task to be launched with its own network interface |`false`| Not applicable |
215
216
|`ECS_ENABLE_HIGH_DENSITY_ENI`|`false`| Whether to enable high density eni feature when using task networking |`true`| Not applicable |
216
217
|`ECS_CNI_PLUGINS_PATH`|`/ecs/cni`| The path where the cni binary file is located |`/amazon-ecs-cni-plugins`| Not applicable |
0 commit comments