AWS Deployment
Summary of Steps
Prerequisites
Set up an SMTP server. When a Gov is deploying care, the Gov should provide email gateway credentials along with domains.
Set up a Sentry project for error management.
CARE Infrastructure Deployment
Create a VPC.
Create a PostgreSQL Server. Create database and add PostGIS extension.
Create an Amazon S3 bucket.
Create a private EKS cluster.
Create a EC2 instance as a jump server.
Create a EC2 instance as a bastion host, install VPN, and whitelist its IP in the jumpservers network security group.
Configure a self-hosted runner (linux) in the jumpserver for CI/CD pipelines.
Update configurations for each deployment in their corresponding YAML files.
Create the deployments using the CI/CD pipelines from Github.
Metabase Deploymen
Create a EC2 instance in the same VPC as CARE.
Create a PostgreSQL Server. Create a database for Metabase in it.
Create a read-replica of CARE Database for Metabase to read data from.
Follow the installation steps from the official documentation.
Create a load balancer and expose the service.
Last updated