Visual Studio Code failed to connect to CodeCatalyst Dev Environment

0

Started to try AWS Codecatalyst, all setup seems to be fine except, but can not connect to the Dev environment from VSCode AWS Explorer. Error message from AWS toolkit:

2022-12-16 10:15:13 [INFO]: Command: (not started) [ssh -G x] 2022-12-16 10:15:13 [INFO]: Command: (not started) [session-manager-plugin --version] 2022-12-16 10:15:13 [INFO]: Command: (not started) [/Users/rickruguichen/Library/Application Support/Code/User/globalStorage/amazonwebservices.aws-toolkit-vscode/tools/Amazon/sessionmanagerplugin/bin/session-manager-plugin --version] 2022-12-16 10:15:13 [WARN]: findSshPath: failed: PID 9314: [ssh -G x] 2022-12-16 10:15:13 [INFO]: Command: (not started) [/usr/bin/ssh -G x] 2022-12-16 10:15:13 [WARN]: findSshPath: failed: PID 9331: [/usr/bin/ssh -G x] 2022-12-16 10:15:13 [ERROR]: aws.codecatalyst.openDevEnv: Error: Failed to connect to Dev Environment, missing required tools: ssh [MissingTools] (missing: ssh)

asked a year ago503 views
4 Answers
0

Hi Rick - I'm so sorry you ran into this issue. I've alerted our Dev Environment team to the issue. They are looking into it now. I'll respond once they come back with guidance.

profile pictureAWS
MODERATOR
AWS-Ana
answered a year ago
0

I had similar problem (although the reason was permission error, rather than ssh missing). But - you can create a Dev environment from inside VS Code. When I did that, I had no problem connecting - but I couldn't see it in AWS Console. Clearly, there are some bugs - but at least I got through this.

Other than not seeing in the console, everything worked. I could even debug as long as I changed port from Angular default to 8080 (as described in Cloud9 docs).

Obviously, it's in preview - and there are quite a few glitches...

profile picture
virshu
answered a year ago
0

Hi there, following up to check if you are still facing this issue?

AWS
EXPERT
answered a year ago
0

Hi Rick. I'm no expert, but in your log it seems it says it is missing ssh Error: Failed to connect to Dev Environment, missing required tools: ssh [MissingTools] (missing: ssh)

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions