How to Run Ubuntu on AWS EC2-Instance | How to install Apache2 web server on Ubuntu
#aws #ec2 #ubuntu #webserver
#Commands used in this Lab:
Sudo -i
apt-get update
apt-get install apache2
systemctl start apache2
systemctl status apache2
by AWS Labs Guide
linux web server