Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(sage-monorepo): update developer docs on how to connect to the EC2 instance in AWS Console #2674

Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/developers-guide/developing-on-a-remote-host.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ key.
2. In the section **Resources**, click on the link for "EC2Instance".
3. Click on the checkbox of the new EC2 instance created.
4. Click on the button **Actions** > **Connect**.
- The error "Failed to describe security groups" shown by AWS can be ignored.
5. Click on the tab **Session Manager**.
5. Click on **Connect**.
tschaffter marked this conversation as resolved.
Show resolved Hide resolved

### Configuring the SSH public key on the EC2 instance
Expand Down
Loading