Understand AWS Cloud Security, Governance, and Compliance Concepts

Published: (January 2, 2026 at 02:54 AM EST)
3 min read
Source: Dev.to

Source: Dev.to

Exam Guide: Cloud Practitioner – Domain 2: Security & Compliance (Task 2.2)

Governance & Compliance Overview

  • Governance – Policies, controls, and oversight to ensure AWS usage aligns with business goals and risk tolerance.
  • Compliance – Meeting legal, regulatory, and industry requirements (e.g., POPIA, HIPAA, PCI DSS, GDPR).

AWS provides a compliant cloud foundation, but you must configure and use services in a compliant way (shared‑responsibility model).

Where to Find Compliance Information

  • AWS Artifact – On‑demand compliance reports and agreements (SOC reports, ISO reports, other audit documentation).
    Question: “Where do you download AWS compliance reports?” → AWS Artifact.
  • AWS Compliance Resources – Guidance on AWS compliance programs by industry and region.
    Question: “Where do you learn about AWS compliance programs by industry/region?” → AWS Compliance.

Factors Influencing Compliance Requirements

  • Country/region data laws – Data residency, privacy rules.
  • Industry regulations – Healthcare, finance, government, etc.
  • Service eligibility – Not every AWS service is approved for every framework; some frameworks (e.g., HIPAA) have eligible‑service lists.

Key Security, Governance, and Compliance Services

ServicePrimary Function
Amazon GuardDutyThreat detection using CloudTrail events, VPC Flow Logs, and DNS logs.
AWS Security HubCentral security‑posture view; aggregates findings from multiple AWS services/tools.
Amazon InspectorAutomated vulnerability management (scans for software vulnerabilities and exposures on supported resources).
AWS ShieldDDoS protection for internet‑facing applications.
AWS ConfigRecords resource‑configuration changes; evaluates configurations against rules (useful for compliance drift).
AWS Audit ManagerContinuously gathers evidence and maps it to common compliance frameworks, reducing manual audit effort.
IAM Credential Reports & Access‑Related ReportsReview access and support governance.

Encryption

  • Encryption in transit – Protects data moving across networks (typically TLS/HTTPS). Keywords: “client‑to‑server encryption,” “secure communication channel.”
  • Encryption at rest – Protects stored data (disks, databases, object storage). Integrated with AWS services and key‑management options. Keywords: “stored data encryption,” “disk/database/object encryption.”

Guideline:

  • If a scenario mentions protecting data between client and AWS, choose encryption in transit.
  • If it mentions protecting data stored in S3/EBS/database, choose encryption at rest.

Logging & Monitoring

  • AWS CloudTrail – Records account activity and API calls (who did what, when, from where). Delivered to Amazon S3 (long‑term) and/or CloudWatch Logs (near‑real‑time monitoring).
  • Amazon CloudWatch – Operational monitoring (metrics, alarms) and centralized log storage/analysis via CloudWatch Logs.
  • VPC Flow Logs – Network‑flow metadata (accepted/rejected traffic) sent to CloudWatch Logs or S3.
  • Load Balancer & S3 Access Logs – Service‑level access logs stored in S3.

Typical mappings

  • “Audit API activity” → CloudTrail
  • “Monitor and alert on logs/metrics” → CloudWatch
  • “Track configuration history and drift” → AWS Config

Reporting & Access Reports

IAM credential reports and other access‑related reports help review permissions and support governance.

Summary Cheat‑Sheet

  • Encryption: Transit (TLS) vs. At‑rest (storage).
  • Logging: CloudTrail (API audit) + CloudWatch (monitor/alerts/logs) + Config (configuration history/compliance drift).
  • Security services: GuardDuty (threat detection), Inspector (vulnerability management), Security Hub (posture & findings aggregation), Shield (DDoS protection).
  • Compliance resources: AWS Artifact (download reports) + AWS Compliance (program guidance).
Back to Blog

Related posts

Read more »

The RGB LED Sidequest 💡

markdown !Jennifer Davishttps://media2.dev.to/dynamic/image/width=50,height=50,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%...

Mendex: Why I Build

Introduction Hello everyone. Today I want to share who I am, what I'm building, and why. Early Career and Burnout I started my career as a developer 17 years a...