Building a WordPress Site on AWS LightSail

This blog post will guide you through deploying a WordPress instance on AWS LightSail using Infrastructure as code. Table of Contents Prerequisites Link to code on GitHub https://github.com/xnomle/AWS-LightSail-Wordpress-/tree/main AWS Account AWS CLI Configured  Terraform installed Terraform Create a directory for your Terraform configuration files. Inside this directory, you will create 3 files: main.tf: This is … Read more