2 Answers
Hi,
Could you please elaborate on the issue that you’re seeing? Is this a problem you’re having with a lab? Or a video?
#!/bin/bash
yum update -y
yum install httpd -y
service httpd start
cd /var/www/html
echo "<html><body><h1>Hello There</h1></body></html>" > index.html
Thank you for sharing this bash script! It was also missing in the Chapter Route 53.
thank you all !
Hi Alex. On the lecture "Using Application Load Balancers" there’s no bash script in the Resources section of the lecture.