https://github.com/laur1s/ecs-run-task
A CLI tool that allows to run a one of ECS task
https://github.com/laur1s/ecs-run-task
aws aws-ecs aws-ecs-task cli go
Last synced: 6 months ago
JSON representation
A CLI tool that allows to run a one of ECS task
- Host: GitHub
- URL: https://github.com/laur1s/ecs-run-task
- Owner: laur1s
- License: apache-2.0
- Created: 2019-11-21T19:50:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T09:29:12.000Z (almost 6 years ago)
- Last Synced: 2024-06-19T05:30:12.315Z (about 2 years ago)
- Topics: aws, aws-ecs, aws-ecs-task, cli, go
- Language: Go
- Size: 16.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ecs-run-task
A CLI tool that allows to run a one-off ECS task
## Usage
1. Build the app with `go build`
2. `mv ecs-run task /usr/local/bin`
3. Use the command:
```
ecs-run-task --cluster myFargate --task-definition nginx --security-groups sg-xxx --subnets subnet-a,subnet-b,subnet-c --log-group ecs-log-group
```