GitXplorerGitXplorer
h

vscode_remote_ssm

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
1fcb51b90068f906a4fa79a46d1e63e3c1fc7c18

Updated README.md

hhsm207 committed 4 years ago
Unverified
ed9944ca39f56f7e3775e8dd551dfb86236476e9

Script to allow connection via SSM

hhsm207 committed 4 years ago
Unverified
d7ad9f931606a41aad38afc0804cce3c4d9a9eb0

Environment to run aws commands and generate ssh keys

hhsm207 committed 4 years ago
Unverified
c258630956d8efd9f5f8d08af54cb4e99fefcbbe

Initial commit

hhsm207 committed 4 years ago

README

The README file for this repository.

Introduction

This repo is part of my Medium blog post titled How To Do Remote Development With VS Code Using AWS SSM.

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 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