Lesson 1: Shared Responsibility Model
1. What is the Shared Responsibility Model?
The cloud provider and the customer share security responsibilities.
Provider = Secures the Cloud
They are responsible for:
Customer = Secures What They Put in the Cloud
They are responsible for:
2. How Shared Responsibility Works in Different Cloud Types
IaaS (Infrastructure as a Service)
E.g.: Azure VM, AWS EC2
Customer manages:
Provider manages:
PaaS (Platform as a Service)
E.g.: Azure App Service, AWS Lambda
Customer manages:
Provider manages:
SaaS (Software as a Service)
E.g.: Office 365, Gmail, Salesforce
Customer manages:
Provider manages:
Why Shared Responsibility Matters
Most cloud breaches happen because companies misconfigure:
Not because of the provider.
Lesson 2: Cloud Identity & Access (Azure AD, IAM, Roles)
1. Identity Is the New Perimeter
In cloud, identity = the most important security control.
Main tools:
2. Authentication in Cloud
Cloud identity supports:
3. Authorization in Cloud
Cloud uses RBAC (Role-Based Access Control).
Examples:
4. Principle of Least Privilege in Cloud
Only grant the minimum permissions needed.
Example:
A developer should NOT have permission to delete production resources.
5. Conditional Access
Policies that enforce:
Used heavily in enterprises.
Lesson 3: Cloud Network Security
Cloud networks require strong configurations to prevent exposure.
1. Virtual Networks
Examples:
They function like on-premise networks.
2. Network Security Groups (NSGs) / Security Groups
They control traffic:
Example rule:
Allow 443 inbound
Block 3389 from public internet
3. Firewalls in the Cloud
Cloud providers offer:
Features:
4. Private Endpoints
Many resources (databases, storage) should NEVER be exposed to the internet.
Private endpoints allow:
5. VPNs & ExpressRoute / Direct Connect
VPN Gateway
Encrypts traffic between on-premise & cloud.
ExpressRoute / Direct Connect
Dedicated private line:
Used by banks, universities, and big corporations.
Lesson 4: Data Encryption & Backups
1. Data Encryption at Rest
Data stored in cloud must be encrypted.
Using:
Cloud tools:
2. Data Encryption in Transit
All communication must use:
3. Backup & Recovery
Cloud supports:
Benefits:
4. Data Loss Prevention (DLP)
Stops sensitive data from:
Tools:
Lesson 5: Cloud Monitoring & Alerts
Monitoring is essential because cloud environments are always exposed to the internet.
1. Cloud Security Logs
Cloud platforms log everything:
Tools:
2. SIEM Integration
Cloud logs go to SIEM tools:
These systems:
3. Common Cloud Alerts
4. Threat Detection in Cloud
Cloud offers built-in AI-based detection:
These detect:
Module 7 Summary
Students now understand:
This module answers the question:
“How do we secure data, access, and systems in the cloud?”