https://github.com/jmoney/reboot-ecs-service
CLI to reboot an ecs service
https://github.com/jmoney/reboot-ecs-service
aws github-site homebrew-formula license-management mkdocs
Last synced: 2 months ago
JSON representation
CLI to reboot an ecs service
- Host: GitHub
- URL: https://github.com/jmoney/reboot-ecs-service
- Owner: jmoney
- License: apache-2.0
- Created: 2023-07-03T22:51:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-01T03:04:32.000Z (over 2 years ago)
- Last Synced: 2025-03-16T17:11:33.817Z (over 1 year ago)
- Topics: aws, github-site, homebrew-formula, license-management, mkdocs
- Language: Go
- Homepage: https://jmoney.dev/reboot-ecs-service
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ECS Service Reboot
## Overview
| Arguemment | Description | Default Value |
| --- | --- | --- |
| cluster | The ECS cluster to look for the service | The environment variable `CLUSTER` |
| region | The region to look for the service in ecs | The environment variable `AWS_REGION` |
| service | The ECS service to reboot | The environment variable `SERVICE` |
## Installation
```bash
brew tap jmoney/aws
brew install reboot-ecs-service
```
## Run Locally
```bash
go run cmd/cli/main.go -cluster dev -region us-east-1 -service my-service
```
Will reboot the service name `my-service` in the `dev cluster` running in the `us-east-1` region.