ecsconnect
Table of Contents
bmc ecsconnect opens an interactive shell into a running ECS container.
Usage #
bmc ecsconnect # Interactive: pick cluster → service → task → container
The command walks you through selecting:
- ECS cluster
- Service
- Task
- Container
Then launches an interactive shell via AWS SSM.
Prerequisites #
awsCLI v2session-manager-plugin
Check with:
bmc doctor
Install prerequisites #
aws CLI v2
# Homebrew
brew install awscli
# Nix
nix profile add nixpkgs#awscli2
session-manager-plugin
# Homebrew
brew install --cask session-manager-plugin
# Manual
# https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-install-plugin.html