Last active
June 18, 2017 23:19
-
-
Save infomaven/63890a715afebbe25d8f248ed45838ac to your computer and use it in GitHub Desktop.
aws_healthcheck.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!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 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I am healthy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment