Is it possible to connect SSH within VS Code (for MacOS) to my AWS instance?
I would like to use it the same way I do with docker containers. Modify my code inside the AWS instance and use the same compute power.
Thanks
HOW TO CONNECT TO AWS INSTANCE (EC2)
See my example
#Read more about SSH config files: https://linux.die.net/man/5/ssh_config
Host <enter hostname>
HostName <enter hostname>
User ubuntu
IdentityFile ~/.ssh/mypemfile.pem
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With