EBS

Gauri Raskar
2 min readJun 2, 2020

#Launching Webserver

1]Creating volume through CLI

2] Attaching volume to existing os

3]Update security group permissions

4]Start your AWS linux os through CLI

5]Change to root user and viewing partitions

6]Make file system

7]Create Directory ,mount it and add files to the directory

8] Come back to root folder and install httpd

9] Change directory where all files which are accessible to http are placed

and restart httpd using “systemctl” command

10]Access your file through browser

This URL contains your IP address ,the file which we want to access and now we can access it from anywhere

--

--