From 11e480c24467bb2d8f8c6d6e5c036b3ff050b979 Mon Sep 17 00:00:00 2001 From: Mohammed Almusaddar Date: Fri, 7 Feb 2025 18:32:45 +0200 Subject: [PATCH] docs: Add ECS Exec Checker script to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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