Anasanasmansuri.hashnode.dev·Aug 31, 2024Automate Your AWS Resource Tracking with Simple Shell ScriptsINTRODUCTION As an AWS user, it's essential to keep track of your resources to ensure efficient resource utilization, cost optimization, and security. Manually tracking resources can be time-consuming and prone to errors. In this blog post, we'll exp...automation
Visakha Sandhya Griddalurusandhyagriddaluru.hashnode.dev·Nov 19, 2023Integrating Shell Script with Cron Job for Reporting AWS Resource UsageIn this project, we will create a shell script to list EC2 Instances, S3 buckets, and IAM users and automatically output them into a log file at certain timely intervals by setting up a Cron Job. Prerequisites Create an EC2 Instance, SSH into it, an...48 readsaws resource tracking