Set up AWS S3 Bucket

In this lab, we will create an S3 bucket to store all the website data.

  1. Go to AWS Management Console
    • Search for S3
    • Select S3

Description

  1. In the S3 interface:
    • Click on Buckets
    • Click on Create Bucket

Description

  1. In the Create Bucket interface:
    • Under Bucket name, enter serverless-web-application-on-aws-fcj

Description

  1. Scroll to the bottom of the page:
    • Click Create Bucket

Description

  1. Upload the required files

You can download the server files here: Download File

  • In the Bucket interface, click on the bucket serverless-web-application-on-aws-fcj

Description

  • Next, click Upload

Description

  • Click Add files
  • Select the following files: index.html, script.js, style.css

Description

  • Then, click Upload

Description

  • Wait until all files are uploaded successfully.

Description

Description