In this article, we are going to see how to find unused load balancers - based on Cloud Watch usage metrics like request count, active flow count We are going to get the usage metric from CloudWatch API using Python Boto and write it as a CSV report for all[...]
Read moreCategory: Python
Recover Deleted Files from Versioned S3 buckets. - Tool | Devops Junction
In this article, we are going to see how to recover deleted files from an S3 bucket. But this works only for buckets which having Versioning enabled When you do not have versioning enabled on an S3 bucket and you delete an object, it would be a permanent irreversible change,[...]
Read moreFilter and Delete in In-Flight Messages - SQS - AWS | Devops Junction
In this article, we are going to learn how to filter and delete specific messages in the SQS queue before they are read by the consumer Sometimes we accidentally push the wrong messages to SQS or for some reason we want to stop the messages in the middle before the[...]
Read more