Skip to content

Instantly share code, notes, and snippets.

@vkhazin
Last active August 10, 2017 14:07
Show Gist options
  • Save vkhazin/100c717b9780fc8f7eaf444d4d6b339f to your computer and use it in GitHub Desktop.
Save vkhazin/100c717b9780fc8f7eaf444d4d6b339f to your computer and use it in GitHub Desktop.
#!/bin/bash
# http://docs.aws.amazon.com/systems-manager/latest/userguide/ssm-agent.html#sysman-install-ssm-agent
cd /tmp
sudo yum install -y https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/latest/linux_amd64/amazon-ssm-agent.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment