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.

Steps

  1. Click on the Static site button in the dropdown to create a deployment.

    create static site
  2. Select a repository you want to deploy.

    select static site repository
  3. Input details for the static site deployment and deploy a static site
    static site details