Author: Dr. Zhijiang Chen (Frostburg State University)
The week moves from core definitions to practical security decisions.
Core reading concept for Week 13.
Core reading concept for Week 13.
Core reading concept for Week 13.
Core reading concept for Week 13.
Students should explain, apply, and evaluate the week’s main security ideas.
Use a realistic scenario to anchor Cloud Computing Security in operational decision-making.
Cloud computing has fundamentally transformed how organizations build, deploy, and manage information systems.
Cloud services are typically classified into three models, which differ in what the cloud provider manages versus what the customer is responsible for:
IaaS provides virtualized computing infrastructure: virtual machines, block storage volumes, virtual networks, and load balancers.
PaaS provides a managed platform for deploying applications, abstracting away OS management, runtime maintenance, and infrastructure scaling.
SaaS delivers complete applications over the internet.
The shared responsibility model is the most important concept in cloud security.
Organizations deploy cloud resources in several ways: Public Cloud : Resources are provisioned on infrastructure shared with other cloud tenants (logical isolation, not physical).
Misconfiguration is the leading cause of cloud data breaches.
Cloud management APIs (AWS API, Azure ARM, GCP API) are powerful attack surfaces.
Cloud accounts represent the highest-value credential in modern attack campaigns.
Sensitive data stored in cloud environments — customer PII, intellectual property, regulated data — can be exfiltrated by external attackers who compromise access credentials or…
Shadow IT refers to cloud resources provisioned by employees or teams without the knowledge or approval of IT and security teams.
AWS Identity and Access Management (IAM) is the access control system for all AWS services.
Azure Active Directory (Azure AD, now called Microsoft Entra ID) serves as the identity foundation for Azure, Microsoft 365, and integrated third-party SaaS applications.
Encryption at Rest : Data stored in cloud services (S3, RDS, EBS volumes, Azure Blob Storage) should be encrypted at rest.
A Virtual Private Cloud (VPC) is an isolated virtual network within a cloud provider's infrastructure.
Security Groups are stateful virtual firewalls attached to individual resources (EC2 instances, RDS databases, Lambda functions).
AWS CloudTrail records all API calls made in an AWS account — who made the call, from where, at what time, and what was the result.
Azure Monitor collects metrics and logs from Azure resources and applications.
Cloud providers publish SOC 2 Type II reports; customers must also achieve their own SOC 2 compliance for their cloud-hosted services.
Vocabulary becomes useful when students can connect terms to scenarios and evidence.
Comparing related ideas helps students avoid shallow memorization.
Students should translate concepts into a defensible security decision.
Retrieval practice should ask students to define, compare, apply, and evaluate.
The reading should transfer into evidence-based lab work and written explanations.
The central takeaway from Week 13 is to reason from risk to evidence to action.