https://github.com/whywaita/shoes-ecs-task
myshoes provider for Amazon ECS.
https://github.com/whywaita/shoes-ecs-task
amazon-ecs github-actions myshoes myshoes-provider
Last synced: about 1 year ago
JSON representation
myshoes provider for Amazon ECS.
- Host: GitHub
- URL: https://github.com/whywaita/shoes-ecs-task
- Owner: whywaita
- Created: 2022-11-20T06:14:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-24T14:57:40.000Z (over 2 years ago)
- Last Synced: 2024-11-08T13:29:42.258Z (over 1 year ago)
- Topics: amazon-ecs, github-actions, myshoes, myshoes-provider
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shoes-ecs-task
[myshoes](https://github.com/whywaita/myshoes) provider for [Amazon ECS](https://aws.amazon.com/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](https://techlife.cookpad.com/entry/2022/11/07/124025) by [Cookpad](https://github.com/cookpad). Thank you for your great work!