Lot's of great stuff
AWS RDS for PostgreSQL: encryption in transit and at rest Mon, 23 Aug 2021
AWS RDS has a lot to offer when it comes to encryption. Database TLS is often overlooked, but very important and it should be enforced in any organization.
My new toy is here - Home lab Sat, 17 Jul 2021
Better than a playstation?
ECS Anywhere: the automated way Mon, 21 Jun 2021
ECS Anywhere is finally here, let's have a look on how to automate the provisioning of the infrastructures
How newcomers can avoid and prevent unwanted charges on their AWS accounts Wed, 09 Jun 2021
Help, I have been charged 80,000$ from AWS!
AWS API Gateway Websocket with Cloudformation and Golang (with authentication) Tue, 24 Nov 2020
How to handle client responses in event driven asynchronous architecture
How to query PostgreSQL without a driver in golang - Under the hood series Wed, 07 Oct 2020
Ever wonder what is going on under the hood of a PostgreSQL driver? Let's find out using golang.
AWS VPC peering in Cloudformation Thu, 02 Apr 2020
Virtual Private Cloud peering allow VPC-to-VPC communication. With the scarcity of Cloudformation tutorials on the topic, I have decided to illustrate on how to provision a peering connection between Amazon VPCs
How to setup API keys for AWS API Gateway using SAM template Mon, 30 Sep 2019
Quick post on how to enable Api keys to protect our API Gateway endpoint with AWS Sam template
How to test AWS step functions locally Sun, 15 Sep 2019
In this post I will talk about how to make your way to the endless AWS documentations and successfully run step functions in a local environment