bastion-host-forward icon indicating copy to clipboard operation
bastion-host-forward copied to clipboard

Question: Advantages over using the AWS-StartPortForwardingSessionToRemoteHost SSM template

Open caveman-dick opened this issue 1 year ago • 1 comments

Hi

I'm just wondering if you can see any advantages to use this over the AWS-StartPortForwardingSessionToRemoteHost SSM template:

https://aws.amazon.com/blogs/mt/use-port-forwarding-in-aws-systems-manager-session-manager-to-connect-to-remote-hosts/

caveman-dick avatar Apr 30 '24 12:04 caveman-dick

Hi, no, in essence this construct is doing the same what is described there, but with a jumphost.

Alternatively, you could also try to setup a bastion host (jump server) and install all the tools on it but that would require lot of extra work to setup and maintain

this was basically the idea of this construct to get that setup part automated and make the jumphost approach easier. Back when this construct was introduced (2020), there was no possibility to port forward from session manager directly. That feature was only released in 2022

snowiow avatar Apr 30 '24 13:04 snowiow