Skip to content

Instantly share code, notes, and snippets.

@zackn9ne
Last active October 9, 2018 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zackn9ne/5590cc61d4ea4694a8111ba4ec3175c3 to your computer and use it in GitHub Desktop.
Save zackn9ne/5590cc61d4ea4694a8111ba4ec3175c3 to your computer and use it in GitHub Desktop.
acloudguru ec2 bootstrap script
#!/bin/bash
yum install perl-Switch perl-DateTime perl-Sys-Syslog perl-LWP-Protocol-https perl-Digest-SHA.x86_64 -y
cd /home/ec2-user
curl http://aws-cloudwatch.s3.amazonaws.com/downloads/CloudWatchMonitoringScripts-1.2.2.zip -O
unzip CloudWatchMonitoringScripts-1.2.2.zip
rm CloudWatchMonitoringScripts-1.2.2.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment