Deploy on AWS EC2

Prerequisite

Local Storage

AWS S3

When using the S3 as Gaia storage driver, you need to make some modifications on .env file and gaiahub.sh file. This is how our .env file and gaiahub.sh file should be look like.

aws.env

##### REQUIRED #####
# CHANGE THIS TO YOUR DOMAIN
DOMAIN_NAME="dev2.gaia.togggle.io"

# CHANGE THIS TO YOUR EMAIL - USED FOR LETSENCRYPT CERT ACQUISITION
CERTBOT_EMAIL="fritzsima0018@outlook.com"

**GAIA_DRIVER="aws"
GAIA_BUCKET_NAME="<S3 Bucket Name>"
GAIA_S3_ACCESS_KEY_ID="<S3 Access Key ID>"
GAIA_S3_SECRET_ACCESS_KEY="<S3 Secret Access Key>"**

... ...

gaiahub.sh