Thursday, June 8, 2023

Find AWS Resources with missing tags

2
Everyone who works with AWS resources at some point of time is asked how much is the spend for a project and in a...

Pass db credentials to Lambda using Parameter Store

0
If you are connecting to a RDS server from Lambda using native authentication method then you have to store user and password somewhere in...

Query AWS CloudTrail Logs Using CLI

1
Background AWS CloudTrail is an AWS service that helps you enable governance, compliance, and operational and risk auditing of your AWS account. Actions taken by...

Schedule run of Step Function

0
In a previous post here I described how to start a server and set it's DNS record. In this case, I had to manually...

Queue up multiple instances of a shell script

0
In this post, I am going to show you how to queue up multiple instances of a shell script so that only one instance...

ss command to monitor network connections on Linux

0
netstat was one of the first commands I used on a Linux server to monitor network connections between servers. However, on a busy server...