We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fdead7 commit 00ece32Copy full SHA for 00ece32
aws-ssm-ec2-proxy-command.sh
@@ -20,13 +20,13 @@
20
# https://docs.aws.amazon.com/systems-manager/latest/userguide/setup-instance-profile.html
21
#
22
# Open SSH Connection
23
-# ssh <INSTACEC_USER>@<INSTANCE_ID>
+# ssh <INSTANCE_USER>@<INSTANCE_ID>
24
25
-# Ensure AWS CLI environemnt variables are set properly
+# Ensure AWS CLI environment variables are set properly
26
# e.g. AWS_PROFILE='default' ssh ec2-user@i-xxxxxxxxxxxxxxxx
27
28
# If default region does not match instance region you need to provide it like this
29
-# ssh <INSTACEC_USER>@<INSTANCE_ID>--<INSTANCE_REGION>
+# ssh <INSTANCE_USER>@<INSTANCE_ID>--<INSTANCE_REGION>
30
31
################################################################################
32
set -eu
0 commit comments