Last active
September 28, 2022 19:56
-
-
Save morenoh149/a6e4f3970d983754c6bdb0e84837b804 to your computer and use it in GitHub Desktop.
aws solution architect certification user data script for ec2 instances
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
#!/bin/bash | |
yum update -y | |
yum install -y httpd | |
systemctl start httpd | |
systemctl enable httpd | |
echo "<h1>Hello World from $(hostname -f)</h1>" > /var/www/html/index.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if sqlectron doesn't load the rds tables try https://dbeaver.io/