HumanGov: Deployment Of A Reusable Saas Multi-tenant AWS Infrastructure Using Terraform Modules Securely Storing Terraform Configuration Files On AWS Code Commit.
In this project based on a real-world scenario, I designed and deployed a reusable, multi-tenant SaaS infrastructure on AWS using Terraform modules.
The infrastructure was based on AWS services such as EC2 instances, DynamoDB databases, and S3 buckets. To ensure the secure storage of Terraform configuration files, I used AWS CodeCommit…
Below are few screenshots:
HumanGov Logo
Creating EC2 instance, S3 bucket and Dynamodb table for the state of California using Terraform
EC2 instance:
S3 bucket:
Dynamodb table:
Files commit and push to Git repository
The files are pushed to the Git repository so that if other DevOps team member wants to access the files, they can access from this central repository.