Website Setup using AWS (v0.1)

Introduction

The domain can have subpages, which can be created from the web hosted service (i.e. Notion, Webflow, etc.). Those subpages would be part of the subdomain, thus accessible through the path variable (in a format of www.harmony.one/{path}).

Often times, the subpages are very long and complex, making it inefficient. Also, it may be the case, where a desired page is not located under the subdomain.

Through S3 buckets, vanity URLs can be create. Vanity URLs are more concise and descriptive, making it easier for users to remember, type, and share.

Set Up Format

The following setup can be used to create vanity URLs:

  • Domain: www.{subdomain}.{domain} (i.e. www.harmony.one)
  • S3 Bucket: {subdomain}.{domain} (i.e. harmony.one, which would have a bucket path of s3://harmony.one)

There are two ways to go to this website:

  1. Through the provided link above. However, this is not efficient as the path may be too long to memorize or share. Thus, the second solution of:
  2. h.country/ai ”ai” is a resource inside “h.country” S3 bucket which is an empty file with simply a redirect to the link above