We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b14e78 commit 4eaf3cdCopy full SHA for 4eaf3cd
aws-connect
@@ -3,7 +3,7 @@
3
# Wrapper around AWS session manager for instance access and SSH tunnels
4
5
programname=$0
6
-version=1.0.21
+version=1.0.22
7
8
# Defaults
9
action=ssh
@@ -319,6 +319,8 @@ elif [ "${action}" == "document" ]; then
319
--command-id "${sh_command_id}" \
320
--details \
321
--output text \
322
+ --region "${aws_region}" \
323
+ --profile "${aws_profile}" \
324
--no-paginate \
325
--query "CommandInvocations[0].Status")
326
@@ -345,6 +347,8 @@ elif [ "${action}" == "document" ]; then
345
347
346
348
349
350
351
352
353
354
0 commit comments