Skip to content

Instantly share code, notes, and snippets.

@libert-xyz
Created October 12, 2017 23:23
Show Gist options
  • Save libert-xyz/7bb59710af0e175a9359b8a5d2cfe449 to your computer and use it in GitHub Desktop.
Save libert-xyz/7bb59710af0e175a9359b8a5d2cfe449 to your computer and use it in GitHub Desktop.
Install aws ssm agent in Ubuntu
#!/bin/bash
cd /tmp
wget https://s3-us-west-1.amazonaws.com/amazon-ssm-us-west-1/latest/debian_amd64/amazon-ssm-agent.deb
sudo dpkg -i amazon-ssm-agent.deb
sudo service amazon-ssm-agent start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment