/shoes-ecs-task

myshoes provider for Amazon ECS.

Primary LanguageGo

shoes-ecs-task

myshoes provider for Amazon ECS.

Environment values

  • "ECS_TASK_CLUSTER"
    • The name of ECS Cluster
  • "ECS_TASK_DEFINITION_ARN"
    • The ARN of Task Definition
  • "ECS_TASK_SUBNET_ID"
    • The ID of Subnet
  • "ECS_TASK_REGION"
    • The name of Region
  • "ECS_TASK_NO_WAIT"
    • Optional (default: false)
    • If this value is set, myshoes does not wait for the task to be created.

Acknowledgement

This provider was inspired by the tech blog by Cookpad. Thank you for your great work!