Skip to content

Commit 00ece32

Browse files
authored
Update aws-ssm-ec2-proxy-command.sh
1 parent 6fdead7 commit 00ece32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aws-ssm-ec2-proxy-command.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
# https://docs.aws.amazon.com/systems-manager/latest/userguide/setup-instance-profile.html
2121
#
2222
# Open SSH Connection
23-
# ssh <INSTACEC_USER>@<INSTANCE_ID>
23+
# ssh <INSTANCE_USER>@<INSTANCE_ID>
2424
#
25-
# Ensure AWS CLI environemnt variables are set properly
25+
# Ensure AWS CLI environment variables are set properly
2626
# e.g. AWS_PROFILE='default' ssh ec2-user@i-xxxxxxxxxxxxxxxx
2727
#
2828
# If default region does not match instance region you need to provide it like this
29-
# ssh <INSTACEC_USER>@<INSTANCE_ID>--<INSTANCE_REGION>
29+
# ssh <INSTANCE_USER>@<INSTANCE_ID>--<INSTANCE_REGION>
3030
#
3131
################################################################################
3232
set -eu

0 commit comments

Comments
 (0)