はじめに
あ、Fargateだからsshでなく、ECSExcecだ
下準備
ECSExecを有効化する
aws ecs update-service --region ap-northeast-1 --cluster クラスター名 --service サービス名 --enable-execute-command
出力の最後に `”enableExecuteCommand”: true` があれば有効化OK!
繋ぎ方
aws ecs execute-command --region ap-northeast-1 --cluster e-welcia-trl-cluster-server --task タスクID --container コンテナ名 --interactive --command "/bin/bash"
これでOK
おわりに
いろんなことをすーぐ忘れちゃう。
コメント