Deploying a Static Website
A static site is rendered on the client side in the browser and doesn't require any server side rendering. Hence, there is no need for server side compute resources.
Some popular frameworks for building a static site are:
- ReactJs
- VueJs
- GatsbyJs
- NextJs
- Astro
- Hugo
Deployment makes it super easy to deploy a static site on your AWS cloud.