Skip to content

Instantly share code, notes, and snippets.

@infomaven
Last active June 18, 2017 23:19
Embed
What would you like to do?
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