Created
February 26, 2020 06:03
-
-
Save leandrosiow/88c3e36f0863a31cc40e21f5442f5124 to your computer and use it in GitHub Desktop.
Here is a sample of the ECS Agent Configuration (ecs.config)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ECS_CLUSTER=ecs-playground | |
ECS_ENABLE_CONTAINER_METADATA=true | |
ECS_RESERVED_MEMORY=256 | |
ECS_ENABLE_TASK_IAM_ROLE=true | |
ECS_INSTANCE_ATTRIBUTES={"custom_attribute": "value_is_one"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment