.sshフォルダにconfigファイルを作成し、以下を記述します。
host i-* mi-*
ProxyCommand sh -c "aws ssm start-session --target %h --document-name AWS-StartSSHSession --parameters 'portNumber=%p'"
以下のコマンドを実行します。
ssh -i <キーファイル> ec2-user@<インスタンスID>
以上です。
Go to list of users who liked
.sshフォルダにconfigファイルを作成し、以下を記述します。
host i-* mi-*
ProxyCommand sh -c "aws ssm start-session --target %h --document-name AWS-StartSSHSession --parameters 'portNumber=%p'"
以下のコマンドを実行します。
ssh -i <キーファイル> ec2-user@<インスタンスID>
以上です。
Register as a new user and use Qiita more conveniently
Go to list of users who liked