Skip to content

Instantly share code, notes, and snippets.

@libert-xyz
Created February 24, 2017 22:57
Show Gist options
  • Save libert-xyz/8f3b4ffe9b2c179ed4229cdefde0b9e1 to your computer and use it in GitHub Desktop.
Save libert-xyz/8f3b4ffe9b2c179ed4229cdefde0b9e1 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd /tmp
curl https://amazon-ssm-us-east-1.s3.amazonaws.com/latest/debian_amd64/amazon-ssm-agent.deb -o 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