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
Month: January 2020
How to pass the AWS Certified Developer Associate Exam
This is a quick rundown of the materials I have used to pass the AWS Certified Developer Associate exam with a score of 930/1000. Prep Materials Used Official AWS Certification webpage (Free) The official certificate webpage (link) is a good starting point to get a rough idea of what is required of you before you… Continue reading How to pass the AWS Certified Developer Associate Exam
Easy WordPress Hosting on AWS Lightsail
Previously I wrote about hosting my own WordPress on AWS (here), which uses EC2 and RDS. With Free Tier, that architecture did not cost a cent. But as Free Tier draws closer to an end, the EC2 + RDS architecture would cost approximately $20+ USD a month, which was way too expensive. Migrating the RDS… Continue reading Easy WordPress Hosting on AWS Lightsail