Blogs

Containers on AWS: ECS, EKS, and Fargate

The container landscape in general and on AWS in particular is changing quickly. AWS releases ...

Connecting Kinesis Analytics with AWS IoT

In a previous post, Getting started with AWS IoT and Tessel, you learned how to ...

Connect to your EC2 instance using SSH the modern way

Did you know that establishing an SSH connection with an EC2 instance is possible without ...

Connect GitHub Actions with AWS VPC

GitHub Actions is my preferred CI/CD solution. I’m using GitHub Actions to build and deploy ...

Configure your CloudFormation managed infrastructure with Parameter Store and CodePipeline

Getting started with CI/CD to manage your AWS infrastructure is hard:

Complete AWS IAM Reference

Writing IAM policies is hard. Following the principle of least privilege is even harder. To ...

Comparing Serverless offerings from Alibaba Cloud and AWS

Last weekend, I had the chance to play around with Alibaba Cloud at the DevOps ...

Comparing API Gateways on AWS

Of the different API gateways offered by AWS, which option fits your needs? An API ...

Combine CloudWatch metrics for Auto Scaling or to reduce costs

Every part of your AWS infrastructure emits utilization metrics. Amazon CloudWatch collects these metrics and ...

Cognito Under the Hood

Have you ever implemented a user database and authentication layer yourself? There are many things ...