CloudFormation Template for a WordPress Blog

Let’s first get these things out of the way. This CloudFormation Template is for a Personal Blog. The primary objective of this exercise is minimizing the cost. Therefore you will not see any RDS instances or Multi AZ deployments. Everything will be installed on a single EC2 instance to keep the costs low. If you are concerned about losing data, take Snapshots frequently so that you can restore from a Snapshot if a disaster strikes.

Continue Reading

Use a Custom Domain to receive Emails with Mailgun Part 1

The next thing you want after purchasing your new domain is to get an email address with that domain name.

I decided to use Mailgun for that since maintaing your own mail servers is a cumebrsome task. I am not going to create a new Mailgun account since I already have one. You might have to enter your Credit Card information when you register. But you will not be charged untill you send more than 10 000 emails a month.

Continue Reading