AWS-Logo_White-Color
View My Workshops
1.
Introduction
2.
Preparation
3.
S3 Configuration
3.1.
Create S3 Bucket
3.2.
Enable Static Web Hosting
4.
ACM Configuration
5.
CloudFront Configuration
6.
Check Results
7.
Cleanup Resources
More
AWS Study Group
Workshop Repository
English
Tiếng Việt
Clear History
Workshop
Cloud Journey
Last Updated
02-09-2024
Team
Trần Đức Công
Deploy ReactJs App to S3
>
S3 Configuration
> Enable Static Web Hosting
Enable Static Web Hosting
After created S3 bucket we choose our bucket
“my-nextjs-app-bucket-1”
Choose
“Properties”
tab
Scroll down and at the tab
Static Website Hosting
choose
“Edit”
Static website hosting
Choose
“Enable”
At
Index document
we type
“index.html”
(Because after build, our app will have an
index.html
file)
(Optional) At
Error document
we type
“404.html”
Final, click
“Save Changes”