1. Pre-requisites
Find the pre-requisites for deploying DIGIT platform services on AWS
Last updated
Was this helpful?
Find the pre-requisites for deploying DIGIT platform services on AWS
Last updated
Was this helpful?
The 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 using (infra-as-code) and then deploy the DIGIT platform services as config-as-code using .
Know about EKS:
Know what is terraform:
with admin access to provision EKS Service. You can always subscribe to a free AWS account to learn the basics and try, but there is a limit to . For this demo, you need a commercial subscription to the . If you want to try for a day or two, it might cost you about Rs 500 - 1000.
Note: Post the Demo (for eGov internal folks only) - request for the AWS access for 4 hrs. Time-bound access to eGov's training AWS account is available upon request and the available number of slots per day).
Install (any version) on the local machine - it helps in interaction with the Kubernetes cluster.
Install - this helps package the services along with the configurations, environments, secrets, etc into .
Install to run different versions of terraform on the machine. supports multiple terraform versions on the same machine and you can toggle between the desired versions.
5. Run tfswitch and it will show a list of terraform versions. Scroll down and select version (0.14.10) for the (IaC) to provision cloud resources as code. This provides the desired resource graph and also helps destroy the cluster in one go.