Terraform - Deploying serverless Nodejs Web application, Secret Mgmt and RDS database in AWS using Terraform
Terraform is a great open-source Infrastructure as Code(IaC) tool. Terraform is used for defining and provisioning the complete infrastructure in the cloud, maintaining and versioning this safely and efficiently.
Sometime ago, I participated of a DevOps/Terraform/AWS exercise where we should deploy a static website using terraform under DevOps best practices in less than 4 hours.