Skip to content

Commit

Permalink
docs: Add ECS Exec Checker script to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmdio committed Feb 7, 2025
1 parent f747615 commit 11e480c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,14 @@ aws sso login --profile your-profile

Ensure you have access to ECS clusters in the selected AWS region and that your AWS credentials have the necessary permissions.

### ECS Exec Checker from AWS

<https://github.com/aws-containers/amazon-ecs-exec-checker>

```bash
bash <( curl -Ls https://raw.githubusercontent.com/aws-containers/amazon-ecs-exec-checker/main/check-ecs-exec.sh ) <YOUR_ECS_CLUSTER_NAME> <YOUR_ECS_TASK_ID>
```

## License

MIT
Expand Down

0 comments on commit 11e480c

Please sign in to comment.