Tag: ec2
-
EC2 WordPress Behind CloudFront Part 2
In the last post about my WordPress server configurations, I had the static pages working, but I couldn’t get dynamic pages working, and I had to use the EC2 public domain directly instead of the one configured in Route53. The main issue was that the CSS for the admin wouldn’t load due to http and…
-
EC2 WordPress Behind CloudFront
Running your own WordPress server with all sorts of shiny Plugins you can install seemed cool and fun to explore. Unfortunately running your WordPress server with WooCommerce behind a Load Balancer turned out to be more costly than expected. WooCommerce itself requires t2.large instance of EC2, which costs over $60 per month. I’ve tried using…