Building a blog with AWS Amplify Console
In the old days the recipe for hosting your static web content on AWS required you to configure a combination of S3, Cloudfront, IAM, Route53, ACM, WAF ... and even then you wouldn't have CI/CD pipeline until you added bunch of Code* -tools on top of it.Here to help you build
Over the last several decades it has been a little bit of dreary world for builders...Agility in Action
I recently found a minor bug (or missing feature if you like) in the flagship product of a global enterprise. Here is the timeline of my ticket ...Where is my bastion host?
If you have been building your immutable infrastructure as code in true agile and devops manner, you might not paid too much attention to AWS Simple Systems Manager (SSM). But the latest feature release of Session Manager for Shell Access to EC2 Instances you should be interested in.
Why aws cli output is all on single line?
Sometimes you are just too busy to get the work done and don’t have time to understand why things work like they do. Aws -cli option
--output=text
was one those details I never really took time to understood. Sometimes I got my output formated one item per line, sometimes all items were on single line with no apparent reason.