Connect PyCharm to AWS cloud9
Hello,
I want to connect my PyCharm IDE to the AWS Cloud9 in my account using an OpenSSH compatible SSH client with a key pair that can be used for public key authentication. The objective is to extend the PyCharm IDE's capabilities.
For VS Code IDE - the connection to AWS Cloud9 can be easily setup following the instruction in this link : https://aws.amazon.com/blogs/architecture/field-notes-use-aws-cloud9-to-power-your-visual-studio-code-ide/
I am looking for similar connection between PyCharm and Cloud9.
Thanks in advance for your time
1 comment
Sort by
Date
Votes
Hi, have you tried the SSH interpreter? https://www.jetbrains.com/help/pycharm/configuring-remote-interpreters-via-ssh.html
Please sign in to leave a comment.