Data transfer cost awareness
📖 Scenario: You are managing an AWS environment where data transfer costs can add up quickly. To control expenses, you want to track how much data is transferred between different AWS services and regions.
🎯 Goal: Build a simple AWS configuration that defines data transfer usage metrics and sets thresholds to alert when costs might increase due to high data transfer.
📋 What You'll Learn
Create a dictionary with AWS services and their data transfer amounts in GB
Add a threshold value for maximum allowed data transfer in GB
Calculate which services exceed the threshold
Output a final configuration that lists services exceeding the threshold
💡 Why This Matters
🌍 Real World
Cloud engineers often need to monitor data transfer to avoid unexpected charges and optimize costs.
💼 Career
Understanding how to track and alert on data transfer usage is important for cost management roles in cloud operations.
Progress0 / 4 steps