ECSコンテナにSSHログインする方法
- AWS CLIのバージョンを新しいものにする
- プラグインインストール
- コマンド実行
aws ecs execute-command \ --cluster クラスタ名 \ --task タスクID \ --container app \ --interactive \ --command "/bin/sh"
aws ecs execute-command \
--cluster クラスタ名 \
--task タスクID \
--container app \
--interactive \
--command "/bin/sh"