setting up origin push with AWS Cloudfront
-
Can anyone point me to a good tutorial on setting up TotalCache with AWS CloudFront using origin push to an S3 bucket?
Basically my goal is to put my entire website behind CloudFront and minimize the load/traffic on my EC2 web server. If I understand what I’m reading correctly, I can basically route all visitors through CloudFront, allow only CloudFront to access my web server directly (creating a CNAME DNS record that points my domain name to my cloudfront distribution), and keep as much static content as possible in S3. This should provide better security, better performance, more resiliency during unexpected traffic spikes, and potentially lower AWS costs (I can scale down my EC2 server, possibly set up a load balancer). (see https://aws.amazon.com/blogs/startups/how-to-accelerate-your-wordpress-site-with-amazon-cloudfront/)
Since this is my first attempt at setting up this configuration, would love a good step-by-step on configuring W3 Total Cache for this situation.
Thank you.
- The topic ‘setting up origin push with AWS Cloudfront’ is closed to new replies.