Skip to content

Instantly share code, notes, and snippets.

@infomaven
Last active June 18, 2017 23:19
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 infomaven/63890a715afebbe25d8f248ed45838ac to your computer and use it in GitHub Desktop.
Save infomaven/63890a715afebbe25d8f248ed45838ac to your computer and use it in GitHub Desktop.
aws_healthcheck.html
#!bin/bash
yum install httpd -y
yum update -y
aws s3 cp s3://mywebbucket-cloudguru /var/www/html/ --recursive
service httpd start
chkconfig httpd on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment