Initially, launch an instance on the AWS Cloud. I have launched Amazon Linux.
I have opened my putty with the public IP address and logged into the root account.
Now, install the apache httpd software, by executing the suitable command.
Execute the following command to start and enable the httpd
You can create the HTML file and store it the specified location that is supported by the httpd.
Now, you can see the webpage on your browser, with the suitable URL containing the IP address and the file name.
You can successfully launch your website similarly in the cloud and maintain it by yourself.