Thursday, June 8, 2023

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...

AWS Encryption CLI Examples

0
Background In this post I am going to demonstrate how to use the AWS Encryption CLI to perform client side encryption and decryption of files...

ECS Container state changes

0
Amazon Elastic Container Service - ECS allows you to easily run and scale containerized applications on AWS. You can launch multiple containers in matter...

Setting DynamoDB TTL with Lambda Python

2
Background I use a lot of EC2 Spot instances and for audit/debugging purposes I like to keep track of EC2 instance state changes. I had...

Serverless – Scale up ECS Service with Lambda and Cloudwatch Events

0
Background When your service runs on an Auto Scale Group, it is very easy to add schedules to it to scale the service at a...

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...