https://github.com/hsm207/vscode_remote_ssm
A guide to connect to EC2 instances from VS Code using SSM
https://github.com/hsm207/vscode_remote_ssm
aws remote-development ssh ssm vscode
Last synced: 8 months ago
JSON representation
A guide to connect to EC2 instances from VS Code using SSM
- Host: GitHub
- URL: https://github.com/hsm207/vscode_remote_ssm
- Owner: hsm207
- License: gpl-3.0
- Created: 2020-09-18T13:25:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-19T03:56:18.000Z (about 5 years ago)
- Last Synced: 2025-01-14T11:14:27.514Z (9 months ago)
- Topics: aws, remote-development, ssh, ssm, vscode
- Language: Dockerfile
- Homepage: https://medium.com/towards-artificial-intelligence/how-to-do-remote-development-with-vs-code-using-aws-ssm-415881d249f3
- Size: 15.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
This repo is part of my Medium blog post titled [How To Do Remote Development With VS Code Using AWS SSM](https://medium.com/towards-artificial-intelligence/how-to-do-remote-development-with-vs-code-using-aws-ssm-415881d249f3).
It's easier to have everything up and running if you are using VS Code.
# Usage
Assuming you are using VS Code:
1. Open this repo in a container using the [Dockerfile](./Dockerfile) as the image
2. Modify the `devcontainer.json` file to also mount your aws and ssh credentials to `/root/.aws` and `/root/.ssh` respectively
3. Rebuild the container
4. Follow the steps descibed in the blog post