AWS

Summary of Steps for AWS

Prerequisites

  1. Set up a Sentry project for error management.

CARE Infrastructure Deployment

  1. Create an SMTP server using Amazon SES.

  2. Create a VPC.

  3. Create a PostgreSQL Server. Create a database.

  4. Create the Amazon S3 buckets.

  5. Create an EKS cluster.

  6. Create an EC2 instance as a jump server.

  7. Update configurations for each deployment in their corresponding YAML files.

  8. Create the deployments using the CI/CD pipelines from Github.

Metabase Deployment

  1. Create an EC2 instance in the same VPC as CARE.

  2. Create a PostgreSQL Server. Create a database for Metabase in it.

  3. Create a read-replica of CARE Database for Metabase to read data from.

  4. Follow the installation steps from the official documentation.

  5. Create a load balancer and expose the service.

Last updated