Skip to content

Instantly share code, notes, and snippets.

@leandrosiow
Created February 26, 2020 06:03
Show Gist options
  • Save leandrosiow/88c3e36f0863a31cc40e21f5442f5124 to your computer and use it in GitHub Desktop.
Save leandrosiow/88c3e36f0863a31cc40e21f5442f5124 to your computer and use it in GitHub Desktop.
Here is a sample of the ECS Agent Configuration (ecs.config)
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