You will find below some topics that I’m planning to write about soon. If you are interested in one of these topics please click the button to UpVote. I’ll put my focus on the most upvoted topic, so we can have a nice discussion after it is published.


Bash Script + JQ -> automating aws cli calls

In this post I will tell you how I am automating tasks with the help from bash script + JQ. How to use JQ to parse Json responses from the aws cli and connect multiple calls to automate your daily tasks.


Salt Minion Authentication

We are using Salt Stack as our configuration management tool. Every instance runnning the Salt minion process needs to authenticate with the Salt Master server. I’m going to tell you how we solve the problem to accept the Salt Minion’s keys automatically.


Github Actions Workflows

How to simplify complex workflows to run CDK deployments. What if you have multiple stacks being deployed in the same code base. How do you run code checks across the codebase efficiently? How to speed deployment time by optmizing you workflows.


MWAA Authorisation

In this post I will comment about the MWAA Authorisation solution I had implemented using Cognito + ALB + Lambda. How to use an User’s identity claims to assign a specific role in MWAA.


CDK Components

In this post I will talk about my experience creating CDK solution constructs. What are the best practices and what you need to avoid?


ALB + S3 Websites

How to create private static websites hosted in S3 and served by an Application Load Balancer.


Cognito service to service authentication

How to implement service to service authentication with Cognito. Using Resources and Scopes to a better authorisation system