Open
Conversation
4c655a3 to
eb3ef85
Compare
Collaborator
Author
|
@vimtor circling back to this now, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #6364
Summary:
sst tunnelwhich prompts the user to runsudo sst tunnel installagain if the binary code changes, this is just a hardcoded version variable which needs to be bumped when changes are made.sst tunnelnow supports multiple bastions in a stack, this is probably a very small use case - but previously the command would just use the last _tunnel it found in the stack.SSM Support
The tunnel code has been extended to support session-manager port forwarding, this is more secure than ssh as it does not require any public facing server. https://aws.amazon.com/blogs/aws/new-port-forwarding-using-aws-system-manager-sessions-manager/
ssmby passing an arg into the component.Notes:
ssmtunnel mechanism.Test plan:
Vpc with

bastion: true(regression test, ensure the new tunnel code is backwards compatible):Vpc with Bastion component in SSH mode:

Vpc with Bastion component in SSM mode:

Vpc with Shared Bastion component:

SST Dev:

Tunnel needs upgrade:

SSM mode but session manager plugin not installed:

Todo: