Free tier usage monitoring
📖 Scenario: You have just started using AWS free tier services. To avoid unexpected charges, you want to monitor your usage of key AWS resources like EC2, S3, and Lambda.This project will help you create a simple script to track your free tier usage limits and current usage.
🎯 Goal: Build a script that stores AWS free tier usage limits, current usage data, calculates remaining free tier usage, and prints a summary report.
📋 What You'll Learn
Create a dictionary with AWS service names as keys and their free tier limits as values
Create a dictionary with current usage values for the same AWS services
Calculate the remaining free tier usage for each service
Print a clear summary showing service name, usage, limit, and remaining free tier
💡 Why This Matters
🌍 Real World
Monitoring free tier usage helps new AWS users avoid surprise bills by tracking how much of the free resources they have consumed.
💼 Career
DevOps engineers often build monitoring tools and alerts to manage cloud costs and resource usage efficiently.
Progress0 / 4 steps