Linux serverlinux web serverNETWORK ADMINISTRATIONS

Configure an Apache Web Server (EC2) with EFS | Elastic File System | aws tutorial for beginners

Following are the list of topic cover during this demo
1) How to create an aws efs
2) How to mount efs
3) How to configure an apache webserver with efs and ubuntu

Commands:
# update and install
$ sudo apt-get update -y && apt-get install nfs-common -y

# verify nfs client
$ nfsstat –version

# install apache
sudo apt-get install apache2 -y

# See apache2 status
$ systemctl status apache2

# verify the source in the following locatio
sudo cd /var/www/html

# To see the html content
sudo cat /var/www/html/index.html

source by iTech

linux web server

Leave a Reply

Your email address will not be published. Required fields are marked *