How to connect VSCode to an EC2 with SSM?

0

Hey,

I followed this tuto to the letter to connect my Mac Laptop running VSCode to an EC2 (tried both AL2 and Ubuntu) through an AWS SSO-managed SSM session https://repost.aws/articles/AR8Gk1UngsTpmpu7azMUiNvw/how-to-connect-to-a-private-ec2-instance-from-a-local-visual-studio-code-ide-with-session-manager-and-aws-sso-cli and I get a

Could not establish connection to "i-xxxxxxxxxx": Permission denied (publickey,gssapi-keyex,gssapi-with-mic).

Note that from my Terminal I can aws ssm start-session fine to the same instance... what is wrong?

  • Hi, Olivier! Do you use SSO and are you also able to run aws sso login command from the Terminal?

  • @Ivan yes, aws sso login from my Mac Terminal works fine

  • And does it open browser session when you type ssh instance_id? I recommend to add the flag -v to ssh to see a little bit more information about the output of the commands, there should be some log lines about banners, i. e.: ssh -v instance_id

1 個回答

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南