Cloud Computing Security (original) (raw)

Last Updated : 9 Apr, 2026

Access to storage, applications, and other IT resources over the internet is known as cloud computing, and protecting these resources, data, and services from threats and unauthorized access is referred to as cloud security.

cloudonecagain

Cloud architecture showing way users access storage, servers, and services via a provider.

Before planning security controls, it is critical to understand the Shared Responsibility Model, which dictates who is responsible for what in a cloud environment.

_If a data center is physically broken into, that is the provider's fault. If a hacker accesses a database because it was left without a password, that is the customer's fault.

Security Implications of Cloud Deployment Models

The way cloud infrastructure is deployed heavily dictates your security posture and risk profile:

  1. **Public Cloud: Infrastructure is shared among multiple organizations (multi-tenant). While highly cost-effective, you rely heavily on the provider's isolation protocols to ensure your data is separated from other tenants.
  2. **Private Cloud: A dedicated cloud environment for a single organization (single-tenant). It offers the highest level of security, control, and privacy, making it ideal for strict regulatory compliance (e.g., banking, healthcare).
  3. **Hybrid Cloud: A combination of public and private clouds. Security requires managing complex, encrypted network tunnels (like VPNs) to safely pass data between the private and public environments.
  4. **Community Cloud: Shared infrastructure utilized by multiple organizations with similar security requirements, compliance needs, or research goals (e.g., a shared government cloud).

Four Pillars of Cloud Security Controls

Cloud security controls are the specific mechanisms and protocols designed to prevent, detect, and respond to cyber threats. They work together to create a Defense-in-Depth strategy.

1. Deterrent Controls

Deterrent controls do not physically stop an attack; rather, they act as a psychological barrier to discourage malicious activities by warning potential attackers of the consequences.

**Goal: Reduce the likelihood of intentional misuse, particularly from insider threats (employees).

**Examples:

2. Preventive Controls

Preventive controls are the most critical layer for proactive security. They are designed to block vulnerabilities and stop attacks _before they happen.

**Goal: Actively prevent unauthorized access and strengthen the overall security posture of the cloud system.

**Examples:

3. Detective Controls

Because no preventive system is 100% perfect, detective controls act as the alarm system. They are mechanisms used to identify and alert administrators of security incidents in real-time or immediately after they occur.

**Goal: Continuously monitor cloud environments for abnormal behavior, ensuring early identification of breaches.

**Examples:

4. Corrective Controls

Corrective controls are the disaster response mechanisms. They are utilized to minimize damage, stop the bleeding, and restore systems back to a normal, secure state after an incident has occurred.

**Goal: Focus on recovery, damage control, and business continuity.

**Examples:

Strategic Planning for Cloud Security

Successfully securing a cloud environment requires meticulous planning before migration begins:

  1. **Data Classification: Identify and categorize your data. Understand what is public, what is internal, and what is highly sensitive (like credit card numbers or patient records).
  2. **Risk Assessment: Evaluate the sensitivity of the resources you are moving to the cloud and calculate the potential risks associated with the specific service model (IaaS vs. PaaS vs. SaaS).
  3. **Implement a Zero Trust Architecture: Adopt a "never trust, always verify" mindset. Do not assume users or devices are safe just because they are inside the corporate network. Authenticate every single request.
  4. **Continuous Compliance: Ensure your cloud architecture aligns with mandatory industry regulations, such as GDPR (data privacy), HIPAA (healthcare), or PCI-DSS (payment processing).