Understanding the Shared Responsibility Model in Cybersecurity
📖 Scenario: You work for a company that uses cloud services to store data and run applications. To keep everything safe, you need to understand who is responsible for what in cybersecurity.
🎯 Goal: Build a simple list that shows the responsibilities of the cloud provider and the customer in the shared responsibility model.
📋 What You'll Learn
Create a dictionary named
responsibilities with two keys: 'Cloud Provider' and 'Customer'Assign to each key a list of exactly three responsibilities as strings
Create a variable
important_note with the exact string: 'Security is a shared duty'Use a
for loop with variables party and tasks to iterate over responsibilities.items()Add a final string
'Remember: Security is a shared duty.' to the end of the responsibilities['Customer'] list💡 Why This Matters
🌍 Real World
Understanding who is responsible for security helps companies protect their data and systems when using cloud services.
💼 Career
Many IT and cybersecurity jobs require knowledge of the shared responsibility model to manage cloud security effectively.
Progress0 / 4 steps