Cloud Security Engineer
When to Use
- Design and implement org/account guardrails — SCPs, policy constraints, landing zone security
- Harden cloud IAM — roles, trust policies, permission boundaries, federation, break-glass
- Secure cloud networking — segmentation, SG/NSG rules, private endpoints, egress control
- Configure encryption — KMS/CMK policies, default encryption, TLS, secrets managers
- Enable audit and detective controls — CloudTrail/Audit Logs, Config, GuardDuty, CSPM
- Remediate misconfigurations from scans, audits, or Well-Architected security pillar
- Review workload designs for cloud threat patterns (IMDS, public buckets, open SGs)
- Integrate cloud findings into vulnerability and exception workflows
- Support incident forensics with cloud log analysis (with SOC/IR partners)
When NOT to Use
- Company security strategy, policies, board metrics →
cybersecurity
- SSO/PAM/SIEM/EDR for corp-wide stack (non-cloud-specific) →
information-security-engineer
- SAST/SCA/SBOM and GitHub Actions hardening →
devsecops
- Live SOC alert triage and playbooks →
soc-analyst
- Cloud telemetry threat hunts and ATT&CK campaigns →
threat-hunter
- Authorized exploitation and pentest validation →
penetration-tester
- Network/AD/infra pentest from corp paths →
network-pentester
- Web/API OWASP testing →
web-pentester
- GRC program, audit prep, vendor questionnaires →
compliance-specialist
- SOC 2 control narratives and audit binders →
compliance-engineer, cloud-compliance-specialist
- Build VPC/RDS without security as primary goal →
cloud-engineer
- Landing zone business architecture and migration →
cloud-architect
- Cloud program strategy and CCoE investment themes →
vp-of-cloud
- Product multi-tenant isolation in app layer →
product-infrastructure-security-engineer
- Cloud access tickets and patching →
cloud-system-administrator
- Entitlement design, access reviews, federation, PAM →
iam-specialist
- Customer security questionnaires, deal compliance fit (architecture) →
solutions-architect
Related skills
| Need |
Skill |
| VP cloud program and risk investment themes |
vp-of-cloud |
| Corporate security tooling and IdP |
information-security-engineer |
| Pipeline and supply-chain security |
devsecops |
| Cloud architecture and WAF reviews |
cloud-architect |
| Enterprise CCoE and regulated program |
enterprise-cloud-architect |
| Cloud resource implementation |
cloud-engineer |
| Terraform platform modules |
infrastructure-engineer |
| GRC program, gap plans, audit coordination |
compliance-specialist |
| Compliance evidence (org-wide) |
compliance-engineer |
| Cloud audit evidence and framework mapping |
cloud-compliance-specialist |
| SOC triage and playbooks |
soc-analyst |
| Active security IR, cloud log coordination |
incident-responder |
| Cloud telemetry threat hunts and hunt campaigns |
threat-hunter |
| Cloud alert investigation and detection tuning |
defensive-security-analyst |
| Pentest validation |
penetration-tester |
| Network/AD/infra pentest |
network-pentester |
| Web/API OWASP pentest |
web-pentester |
| Product tenancy |
product-infrastructure-security-engineer |
| Customer deal security/compliance fit memo |
solutions-architect |
| CVD and disclosure |
technical-program-manager-security-cvd |
| Cloud audit log forensics and super-timelines after preservation |
digital-forensics-analyst |
| Security risk registers and treatment prioritization |
security-risk-analyst |
| IAM lifecycle, access reviews, federation, PAM |
iam-specialist |
Core Workflows
1. Scope and shared responsibility
Cloud security boundaries, provider vs customer duties.
See references/cloud_security_scope.md.
2. Cloud IAM and identity
Roles, federation, privilege escalation prevention.
See references/identity_iam_cloud.md.
3. Network security in cloud
Segmentation, private access, logging.
See references/network_cloud_security.md.
4. Data protection and KMS
Encryption, keys, secrets.
See references/data_encryption_kms.md.
5. Logging, CSPM, and detection
Audit logs, posture management, native detectors.
See references/detection_cspm_logging.md.
6. Architecture review and remediation
Threat patterns, review checklist, fix prioritization.
See references/secure_cloud_architecture_review.md.
Outputs
- Guardrail definition — SCP/policy JSON, exceptions, rollout plan
- IAM policy set — least-privilege roles with trust boundaries documented
- Network security diagram — zones, flows allowed/denied, private endpoints
- Remediation backlog — finding, severity, owner, compensating control
- Control evidence — Config rules, scan exports, sample audit log queries
- Architecture review notes — risks, required controls before launch
Principles
- Deny by default — explicit allow for network and IAM
- Security as code — guardrails versioned and reviewed like application code
- Detect and prove — every preventive control has a detective check
- Break-glass is rare and monitored — not a bypass for convenience
- Minimize blast radius — account segmentation and permission boundaries
1---2name: cloud-security-engineer3description: Guides cloud security engineering on AWS, GCP, and Azure—org guardrails (SCPs, org policies), cloud IAM and federation, network segmentation and private connectivity, encryption and KMS, logging and audit to SIEM, CSPM and native detective controls (Config, Security Hub, GuardDuty, SCC, Defender), workload hardening, and secure cloud architecture review with remediation. Use when implementing or auditing cloud security controls, fixing misconfigurations, designing multi-account guardrails, hardening VPC/VNet and data plane access, or integrating cloud audit logs—not for corporate IdP/SIEM/EDR programs broadly (information-security-engineer), CI pipeline gates and SBOM only (devsecops), SOC alert triage (defensive-security-analyst), pentest execution (penetration-tester, network-pentester, web-pentester for app/API), GRC evidence packaging (compliance-engineer), GRC program and audit prep (compliance-specialist), or routine cloud provisioning without security ownership (cloud-engineer).4---56# Cloud Security Engineer78## When to Use910- Design and implement **org/account guardrails** — SCPs, policy constraints, landing zone security11- Harden **cloud IAM** — roles, trust policies, permission boundaries, federation, break-glass12- Secure **cloud networking** — segmentation, SG/NSG rules, private endpoints, egress control13- Configure **encryption** — KMS/CMK policies, default encryption, TLS, secrets managers14- Enable **audit and detective** controls — CloudTrail/Audit Logs, Config, GuardDuty, CSPM15- Remediate **misconfigurations** from scans, audits, or Well-Architected security pillar16- Review **workload designs** for cloud threat patterns (IMDS, public buckets, open SGs)17- Integrate cloud findings into **vulnerability and exception** workflows18- Support **incident forensics** with cloud log analysis (with SOC/IR partners)1920## When NOT to Use2122- Company security strategy, policies, board metrics → `cybersecurity`23- SSO/PAM/SIEM/EDR for corp-wide stack (non-cloud-specific) → `information-security-engineer`24- SAST/SCA/SBOM and GitHub Actions hardening → `devsecops`25- Live SOC alert triage and playbooks → `soc-analyst`26- Cloud telemetry threat hunts and ATT&CK campaigns → `threat-hunter`27- Authorized exploitation and pentest validation → `penetration-tester`28- Network/AD/infra pentest from corp paths → `network-pentester`29- Web/API OWASP testing → `web-pentester`30- GRC program, audit prep, vendor questionnaires → `compliance-specialist`31- SOC 2 control narratives and audit binders → `compliance-engineer`, `cloud-compliance-specialist`32- Build VPC/RDS without security as primary goal → `cloud-engineer`33- Landing zone business architecture and migration → `cloud-architect`34- Cloud program strategy and CCoE investment themes → `vp-of-cloud`35- Product multi-tenant isolation in app layer → `product-infrastructure-security-engineer`36- Cloud access tickets and patching → `cloud-system-administrator`37- Entitlement design, access reviews, federation, PAM → `iam-specialist`38- Customer security questionnaires, deal compliance fit (architecture) → `solutions-architect`3940## Related skills4142| Need | Skill |43|---|---|44| VP cloud program and risk investment themes | `vp-of-cloud` |45| Corporate security tooling and IdP | `information-security-engineer` |46| Pipeline and supply-chain security | `devsecops` |47| Cloud architecture and WAF reviews | `cloud-architect` |48| Enterprise CCoE and regulated program | `enterprise-cloud-architect` |49| Cloud resource implementation | `cloud-engineer` |50| Terraform platform modules | `infrastructure-engineer` |51| GRC program, gap plans, audit coordination | `compliance-specialist` |52| Compliance evidence (org-wide) | `compliance-engineer` |53| Cloud audit evidence and framework mapping | `cloud-compliance-specialist` |54| SOC triage and playbooks | `soc-analyst` |55| Active security IR, cloud log coordination | `incident-responder` |56| Cloud telemetry threat hunts and hunt campaigns | `threat-hunter` |57| Cloud alert investigation and detection tuning | `defensive-security-analyst` |58| Pentest validation | `penetration-tester` |59| Network/AD/infra pentest | `network-pentester` |60| Web/API OWASP pentest | `web-pentester` |61| Product tenancy | `product-infrastructure-security-engineer` |62| Customer deal security/compliance fit memo | `solutions-architect` |63| CVD and disclosure | `technical-program-manager-security-cvd` |64| Cloud audit log forensics and super-timelines after preservation | `digital-forensics-analyst` |65| Security risk registers and treatment prioritization | `security-risk-analyst` |66| IAM lifecycle, access reviews, federation, PAM | `iam-specialist` |6768## Core Workflows6970### 1. Scope and shared responsibility7172Cloud security boundaries, provider vs customer duties.7374**See `references/cloud_security_scope.md`.**7576### 2. Cloud IAM and identity7778Roles, federation, privilege escalation prevention.7980**See `references/identity_iam_cloud.md`.**8182### 3. Network security in cloud8384Segmentation, private access, logging.8586**See `references/network_cloud_security.md`.**8788### 4. Data protection and KMS8990Encryption, keys, secrets.9192**See `references/data_encryption_kms.md`.**9394### 5. Logging, CSPM, and detection9596Audit logs, posture management, native detectors.9798**See `references/detection_cspm_logging.md`.**99100### 6. Architecture review and remediation101102Threat patterns, review checklist, fix prioritization.103104**See `references/secure_cloud_architecture_review.md`.**105106## Outputs107108- **Guardrail definition** — SCP/policy JSON, exceptions, rollout plan109- **IAM policy set** — least-privilege roles with trust boundaries documented110- **Network security diagram** — zones, flows allowed/denied, private endpoints111- **Remediation backlog** — finding, severity, owner, compensating control112- **Control evidence** — Config rules, scan exports, sample audit log queries113- **Architecture review notes** — risks, required controls before launch114115## Principles116117- **Deny by default** — explicit allow for network and IAM118- **Security as code** — guardrails versioned and reviewed like application code119- **Detect and prove** — every preventive control has a detective check120- **Break-glass is rare and monitored** — not a bypass for convenience121- **Minimize blast radius** — account segmentation and permission boundaries