Tag: ec2
-
EC2 WordPress Behind CloudFront Part 3
There’s 2 more parts that’s really important to using a t3.micro instance with 20GB of disk space, and that’s to use swap memory, and to reduce the number of php processes. Since t3.micro only has 1GB of RAM, we want to give it 4GB of swap memory. The swap memory will be much slower since…
-
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 to use the dynamic pages. The main issue was that the CSS for the admin wouldn’t…
-
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…
