Cost optimization for cloud resources
📖 Scenario: You work as a cloud engineer managing multiple cloud resources. Your goal is to identify resources that cost more than a certain threshold and mark them for review to optimize costs.
🎯 Goal: Build an Airflow DAG that loads a list of cloud resources with their costs, sets a cost threshold, filters resources exceeding this threshold, and prints the list of expensive resources for review.
📋 What You'll Learn
Create a dictionary of cloud resources with their monthly costs
Set a cost threshold variable
Filter resources with costs above the threshold using a comprehension
Print the filtered list of expensive resources
💡 Why This Matters
🌍 Real World
Cloud engineers often need to monitor and optimize cloud resource costs to avoid overspending.
💼 Career
This project teaches how to filter and identify costly cloud resources programmatically, a key skill in cloud cost management roles.
Progress0 / 4 steps