DEV Community

Satya Priya
Satya Priya

Posted on

What are the differences between hosting websites through Git and AWS?

Git can host static websites, but for full-stack applications involving dynamic data and backend changes, cloud services like AWS and Azure are necessary. I'm using AWS to host my complex website, leveraging free EC2 instances. I'm deploying my code to AWS instances using Git commands via PuTTY. I'm installing Apache server for hosting my website. Ensure Git, React, Node.js, and npm are installed before cloning the repo in PuTTY.

Top comments (0)