/ijtemaApp-awsdeploy

Deployment script for ijtemaApp-backend to AWS using pulumi

Primary LanguageJavaScript

Description

This script will deploy ijtemaApp-backend to an AWS t2.micro instance
After deployment, the UI will be available at: http://<instance ip>:9000/

Prerequisites

  • AWS CLI
  • pulumi

Deployment Guide to AWS

$ aws configure #set up your AWS Access Key ID, AWS Secret Key & region
$ cp myconfig.js.example myconfig.js #edit myconfig.js to add necessary configuration
$ pulumi update

TODO

  • Elastic IP configuration
  • Generate random root mysql password

All ijtemaApp projects

ijtemaApp - ionic mobile app
ijtemaApp-backend - backend to ijtemaApp
ijtemaApp-awsdeploy - deployment script to deploy ijtemaApp-backend to AWS