Hosting website in AWS - Beginning to live step by step

To host the website in AWS properly, first of all, create a VPC. After that, create an internet gateway and attached it to your VPC. Similarly, create a routing table, and subnet, and associate it with your VPC. The second part, configure the instances in EC2. Like, choose the instance type. Which server do you want and its respective inspections? For example, CPU, RAM, Memory, Security Group, VPC, Subnet, Tags, etc.

After all the above configurations, connect the server through SSH – Terminal. Install all required software like Apache, MySQL, PHP, etc., and then go for install your website.

Hosting website in AWS - Beginning to live step by step