Use S3 bucket as persistent storage for Elastic Beanstalk
By default every elastic beanstalk application has an associated S3 bucket for storing application versions, rotated logs (enable it) and...
Welcome to my dev blog. You'll find a mix of topics here...DevOps, backend, frontend, mobile, macOS and Linux tips, and whatever else I happen to be exploring at the time. Subscribe for new articles, and check out my latest tutorials on YouTube.
By default every elastic beanstalk application has an associated S3 bucket for storing application versions, rotated logs (enable it) and...
Content delivery network (CDN) is my recommended way of serving statics because of : 1. Separation of concerns Meat of the...
I know how to write macro, what it's useful for, but can't seem to define it...
I created a custom Github action that deploys a static website to s3, and I want to point out a...
Probably ssh connection is not configured, to enable it go to elastic beanstalk instance: Step 1: Go to EC2 dashboard...
I recently did a switch to monorepo for my React components with Lerna. I was usually against having a monorepo because * large codebase makes unnecessary noise when you need to edit just one independent part of...