Serverless SMS Reminder – Terraform

I wrote about configuring this simple serverless application in a previous blog post. In this part, I will go through how I turned this into Infrastructure as Code (IAC) with Terraform, and why IAC is truly a game-changer when provisioning Cloud resources. Why Infrastructure as Code? IAC is not new on this blog. I have… Continue reading Serverless SMS Reminder – Terraform

Terraforming WordPress on AWS Lightsail

Infrastructure as Code is the process of managing infrastructure in a file or files rather than manually configuring resources in a user interface. Hashicorp If you work on AWS, you might know that the 2 most commonly used Infrastructure as Code (IAC) tool that people use are AWS CloudFormation and Terraform by Hashicorp. I posted… Continue reading Terraforming WordPress on AWS Lightsail