Next, let's deploy the frontend web user interface to AWS S3.
One of the buckets we created in the previous chapter was for the purpose of website hosting. Let's configure it via the AWS Management Console for static website hosting:
- Navigate to the Amazon S3 service in the management console and click on your bucket.
- In the Properties tab, as shown in the following screenshot, click on the Static website hosting card:
- When you click on the Static website hosting card, a configuration card will pop up.
- Select Use this bucket to host a website and enter index.html and error.html for the Index document ...