Skip to content

Instantly share code, notes, and snippets.

@jabofh
jabofh / aws-ssm-ec2-proxy-command.sh
Last active March 22, 2023 12:56 — forked from zmingxie/aws-ssm-ec2-proxy-command.sh
AWS SSM SSH Proxy Command
#!/usr/bin/env sh
######## Usage #################################################################
#
# #1 Install the AWS CLI
# https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html
#
# #2 Install the Session Manager Plugin for the AWS CLI
# https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-install-plugin.html
#