Step 1: Download and Prepare Your Files
- Download a Template: Navigate to ThemeWagon and download a free HTML template.
- Extract the Archive: Unzip the downloaded file to access the website's contents.
- Open in Editor: Use a code editor, such as VS Code, to open the project folder.
- Customize Files: Begin editing the template files to match your project's needs.

Step 2: Create an S3 Bucket
- Go to AWS > S3.
- Click Create bucket.
- Bucket Name: Must be the same as your domain name (e.g., chinecherezuma.online).
- Region: Choose the same AWS region you'll use for CloudFront.
- Under Object Ownership, choose ACLs disabled (recommended).
- Uncheck "Block all public access."
- Under Default encryption, choose Server-side encryption (SSE-S3).
- Click Create bucket.

Step 3: Configure Bucket Policy*
- Click on the bucket you just created.
- Go to the Permissions tab.
- Scroll down to Bucket policy and click Edit.