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...
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...