Skip to content
Jeremy Simkins
DevOps / SysOps / Systems Admin / Consulting
  • Home
  • Thoughts
  • Home
  • Thoughts

Category Archives: AWS

You are here:
  1. Home
  2. Category "AWS"

How to host a SPA on AWS with S3 and CloudFront

AWSBy jpSimkinsDecember 12, 2018Leave a comment

There are many guides online for how to host a single-page application (SPA) on AWS with S3 and CloudFront but none (that I found) covered this in a proper way. Many are out-dated, they left the S3 bucket as public, or didn’t identify how to properly handle errors when you get a 404 or if the…

AWS CLI – How to fix: Errno 2 No such file or directory

AWS, LinuxBy jpSimkinsSeptember 8, 2018Leave a comment

Recently, there have been a lot of issues with getting AWS CLI to work properly with S3. The common response given was Errno 2 No such file or directory For sanity sake, the version is: CLI version: aws-cli/1.15.83 Python/2.7.14 Linux/4.14.67-66.56.amzn1.x86_64 botocore/1.10.82 Running debug: aws s3 ls –debug we are able to identify the culprit: SSLError: [Errno 2] No…

WordPress Origin Push to S3 and CloudFront for CDN

AWS, WordPressBy jpSimkinsAugust 20, 2018Leave a comment

This guide will show you how to configure WordPress to origin push uploads directly to S3 and using CloudFront to serve the assets. This setup is ideal if you plan to have a scale-out autoscaling solution. The Problem I have seen many guides online on how to setup WordPress for autoscaling but none seem to…

ACL for Permissions (Bitnami [Lightsail] / WordPress)

AWSBy jpSimkinsNovember 10, 2017Leave a comment

I am a fan of AWS Ligthsail but there are some things that I found problematic with the Bitnami setup. I was having some minor issues with permissions and I wanted to see if this was a common issue.  This topic that made me wonder why they didn’t use ACL (Access Control Lists) by default. I…

  • Home
  • Thoughts
Main
Go to Top