AWS
Provision infra for DIGIT on AWS using Terraform
Topics covered:
Overview
The Amazon Elastic Kubernetes Service (EKS) is one of the AWS services for deploying, managing, and scaling any distributed and containerized workloads. Here we can provision the EKS cluster on AWS from the ground up and using an automated way (infra-as-code) using terraform and then deploy the DIGIT services config-as-code using Helm.
Pre-reads
Know about EKS: https://www.youtube.com/watch?v=SsUnPWp5ilc
Know what is terraform: https://youtu.be/h970ZBgKINg
Installation Steps
1. Pre-requisites2. Understanding EKS3. Setup AWS Account4. Provisioning Infra Using Terraform5. Prepare Deployment Config6. Deploy DIGIT7. Bootstrap DIGITLast updated