Skip to content

Commit

Permalink
Update docker/print-connection-commands.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Menno <[email protected]>
  • Loading branch information
laurenfrederick and nemreid authored Aug 6, 2021
1 parent 2e6a000 commit 30dbba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/print-connection-commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ echo "
## Create local port:
aws ssm start-session --target $ec2_instance_id --document-name AWS-StartPortForwardingSession --parameters portNumber=22,localPortNumber=4343
## Run in a separate terminal to create the tunnel:
## Configure with path to keypair and run in a separate terminal to create the tunnel:
ssh -p 4343 -N -L 8000:$api_gateway:443 ec2-user@localhost -i path/to/keypair
## Add to your /etc/hosts file:
Expand Down

0 comments on commit 30dbba0

Please sign in to comment.