Why Cloud Over On-Premises
📖 Scenario: You are working with a small company that currently uses on-premises servers to run their applications. They want to understand why moving to the cloud could be better for their business.
🎯 Goal: Build a simple AWS infrastructure example that shows the benefits of cloud over on-premises by creating a scalable and easy-to-manage setup.
📋 What You'll Learn
Create a dictionary called
on_premises_resources with keys 'servers' and 'maintenance_cost' and values 5 and 2000 respectivelyCreate a variable called
cloud_scalability and set it to TrueCreate a dictionary called
cloud_resources with keys 'instances' and 'monthly_cost' and values 3 and 1500 respectivelyAdd a key
'auto_scaling' with value True to the cloud_resources dictionary💡 Why This Matters
🌍 Real World
Companies often compare costs and flexibility before moving from physical servers to cloud services.
💼 Career
Cloud architects and IT managers need to explain and plan cloud migrations using clear data.
Progress0 / 4 steps