Pinned Loading
-
-
AWS EC2 User data for simple webserv...
AWS EC2 User data for simple webserver with host private IP address 1#!/bin/bash
2/usr/bin/yum -y install httpd
3/sbin/chkconfig httpd on
4/sbin/service httpd start
5/bin/echo “Welcome to my web server. My private IP is” > /var/www/html/index.html
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.