diff --git a/README.md b/README.md index 1dfb4ab..9591e38 100644 --- a/README.md +++ b/README.md @@ -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 + + + +```bash +bash <( curl -Ls https://raw.githubusercontent.com/aws-containers/amazon-ecs-exec-checker/main/check-ecs-exec.sh ) +``` + ## License MIT