How to use Ghost+EC2+Cloudfront?

How to use Ghost+EC2+Cloudfront?

1 Like

I’m running my Ghost site - https://narasimmantech.com, on a AWS EC2 and also using other AWS services like S3 to store media content, RDS as database, CloudFront to cache and serve media from S3 bucket, SES for transactional emails and more. Here’s the link to my terraform repository which I used to provision the infrastructure. GitHub - lakshminarasimmanv/narasimman-tech-tf: This repository contains Terraform configuration files for provisioning infrastructure for my website.

By the way, I run my website in a docker container and a reverse proxy called Traefik (also running in a container) that handles traffic and manages SSL certs automatically.

How are you running your site and are you using other AWS services like AWS Elastic Load Balancer?