Last active
September 12, 2018 15:17
-
-
Save jningtho/b3fbc4c8bbc1e44ddc68d0e80b6da1ad to your computer and use it in GitHub Desktop.
AWS Associate Training
This file contains hidden or 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
Bootstraping https service while launching Amazon AMI EC2 instance | |
#!/bin/bash | |
sudo yum update -y | |
sudo yum install httpd -y | |
service httpd start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment