Jason Edwards
Certified: The GIAC GCLD Audio Course
This course teaches you how to secure cloud environments the way real incidents unfold: misconfigurations, over-permissioned identities, weak network boundaries, and data exposure paths that are easy to miss until it’s too late. You’ll build a practical, defensible security posture across compute, containers, storage, and managed services by using hardened baselines, policy enforcement, continuous validation, and clear ownership. Along the way, you’ll learn how to reduce attack surface with immutable deployment patterns, least privilege workload identities, safe sharing defaults, and recovery-...
Where to listen?
Podcasts in the app Replaio Radio Coming soonPodcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts
Episodes
Welcome to Certified: The GIAC GCLD Audio Course 10.02.2026 1:32
This course teaches you how to secure cloud environments the way real incidents unfold: misconfigurations, over-permissioned identities, weak network boundaries, and data exposure paths that are easy to miss until it’s too late. You’ll build a practical, defensible security posture across compute, containers, storage, and managed services by using hardened baselines, policy enforcement, continuous...
Episode 87 — Perform practical cloud security assessments that surface misconfigurations before attackers do 10.02.2026 10:43
This episode brings the series together by focusing on practical assessments that find misconfigurations and weak governance before they become incidents, aligning with the GCLD expectation that leaders measure reality, not intentions. You’ll learn how to structure assessments around high-impact areas like identity privilege, public exposure, logging gaps, encryption coverage, and risky automation...
Episode 86 — Prepare for cloud audits by aligning logs, configurations, and access reviews to evidence 10.02.2026 9:21
This episode teaches practical audit preparation as an engineering and governance alignment exercise: logs must exist and be retained, configurations must reflect policy, and access reviews must be performed and documented in a way that produces defensible evidence. You’ll connect the audit goal to cloud reality by focusing on what auditors can validate independently, such as control-plane logging...
Episode 85 — Map controls to requirements so audits become evidence-driven rather than narrative-driven 10.02.2026 9:00
This episode explains how to map security controls to requirements in a way that produces objective evidence, which is often what exam questions are really testing when they ask about audit readiness and governance maturity. You’ll learn how to translate requirements into clear control statements, then define what “good evidence” looks like: logs, configurations, access reviews, and change records...
Episode 84 — Risk management and compliance: translate cloud risk into defensible business decisions 10.02.2026 9:42
This episode focuses on turning cloud security risk into decisions leadership can defend, which is central to the GCLD exam’s emphasis on governance, prioritization, and accountability. You’ll define risk in practical terms—likelihood and impact tied to assets, threats, and exposure—and learn how to describe it in business language without losing technical accuracy. We’ll cover how compliance requ...
Episode 83 — Prevent data leakage with monitoring, blocking controls, and tested response playbooks 10.02.2026 10:06
This episode teaches how to prevent data leakage by combining visibility, preventative enforcement, and response readiness, which is a frequent exam theme because each element fails alone. You’ll learn how monitoring detects early signals such as unusual download patterns, unexpected sharing events, and new access paths created by policy changes, and why baselines and context are needed to separat...
Episode 82 — Use sensitive data responsibly by controlling purpose, retention, and minimum exposure 10.02.2026 9:53
This episode explains responsible data use as a governance discipline that connects directly to GCLD-style questions about reducing risk while still enabling business outcomes. You’ll define purpose limitation as ensuring data is accessed and processed only for approved reasons, then show how unclear purpose leads to sprawling access, uncontrolled copies, and “because we might need it” retention t...
Episode 81 — Store sensitive data safely with encryption, key management, and strict access controls 10.02.2026 10:32
This episode focuses on the control stack that makes sensitive data storage defensible on the GCLD exam and in real cloud programs: encryption, key management, and tightly scoped access working together. You’ll define encryption at rest in practical terms, then connect it to key management responsibilities such as ownership, rotation expectations, separation of duties, and preventing “everyone can...
Episode 80 — Find sensitive data in storage, databases, logs, and object metadata consistently 10.02.2026 14:51
This episode teaches how to search for sensitive data consistently across the places it often hides, including object storage, databases, application logs, and metadata that reveals meaning even when content is encrypted. You’ll connect this to exam scenarios by focusing on control outcomes: knowing where sensitive records live, proving access restrictions match data criticality, and being able to...
Episode 79 — Discovering sensitive data: classify what matters and reduce unknown data sprawl 10.02.2026 15:50
This episode focuses on data discovery as the starting point for meaningful protection, because you cannot secure what you do not know exists, and the GCLD exam expects you to connect classification to practical control decisions. You’ll define sensitive data in operational terms, then learn how classification establishes priorities for encryption, access restrictions, monitoring, and retention. W...
Episode 78 — Control object lifecycle and versioning to support recovery, accountability, and integrity 10.02.2026 12:12
This episode explains object lifecycle and versioning as governance tools that support recovery and accountability, not just cost management features, and it aligns with exam questions that connect storage controls to resilience outcomes. You’ll define lifecycle controls as policies that manage retention, transitions, and deletion behavior, and you’ll learn how versioning supports integrity by pre...
Episode 77 — Prevent public bucket mistakes by validating policies, ACLs, and inherited permissions 10.02.2026 10:43
This episode focuses on one of the most common cloud failure patterns: storage resources becoming public due to misunderstood configuration, rushed changes, or inherited permissions that no one reviewed. You’ll learn how “public” can emerge through multiple mechanisms, including explicit policy statements, ACL-style grants, sharing links, and inheritance from parent scopes that override local inte...
Episode 76 — Protect cloud storage with encryption, access policies, and safe sharing defaults 10.02.2026 13:31
This episode explains how to secure cloud storage using layered controls that prevent accidental exposure and reduce the impact of credential misuse, which is a recurring theme in cloud leadership exams. You’ll define the three pillars of storage protection: encryption to reduce data disclosure risk, access policies to enforce least privilege, and safe sharing defaults that prevent public access b...
Episode 75 — Isolate containers using least privilege runtime settings and strong boundary controls 10.02.2026 16:39
This episode focuses on container isolation as a runtime governance outcome, not a promise implied by “it’s containerized,” and it prepares you for exam items that test boundary thinking and blast radius control. You’ll learn how least privilege applies at runtime through restricted capabilities, limited filesystem access, constrained network paths, and separation between workloads that should not...
Episode 74 — Enforce image hygiene by scanning, signing, and blocking risky dependencies 10.02.2026 16:40
This episode explains image hygiene as a set of enforceable practices that reduce exploitable weaknesses before workloads ever run, and it aligns with GCLD questions about preventive controls and scalable governance. You’ll define scanning as identifying known vulnerabilities and insecure configurations, then expand into signing as an integrity mechanism that proves images came from trusted build...
Episode 73 — Containers and cloud storage: secure container builds from source to registry to runtime 10.02.2026 12:56
This episode teaches the end-to-end container supply chain, emphasizing that container security is not a single scan but a controlled path from source code to build system to registry to runtime. You’ll learn how vulnerabilities and malicious changes can enter at each stage, including compromised dependencies, poisoned build pipelines, and registries that allow untrusted images to be pulled into p...
Episode 72 — Secure serverless and managed compute by controlling permissions, triggers, and inputs 10.02.2026 12:28
This episode focuses on how serverless and managed compute shift risk from host hardening to identity, configuration, and event integrity, which is a common trap in governance-oriented exam scenarios. You’ll define the security control points that matter most: the permissions the function runs with, the triggers that invoke it, and the inputs it processes. We’ll discuss how overbroad permissions t...
Episode 71 — Apply runtime protections that limit execution, persistence, and privilege inside workloads 10.02.2026 14:15
This episode explains runtime protections as the controls that operate while workloads are running, not just during build or deployment, and it ties directly to GCLD questions about reducing attacker options after initial foothold. You’ll define runtime protections in practical terms, including restricting what processes can execute, limiting outbound connections, and preventing unauthorized privi...
Episode 70 — Validate compute security with baselines, policy enforcement, and continuous posture checks 10.02.2026 15:59
This episode teaches how to validate that compute security remains true over time by combining baselines, enforceable policies, and continuous checks that detect drift quickly. You’ll define a compute baseline as a measurable standard for configuration, patch level, logging, and exposed services, then connect it to governance by emphasizing evidence, accountability, and repeatable validation. We’l...
Episode 69 — Use immutable infrastructure patterns to shrink the window for persistent compromise 10.02.2026 12:12
This episode explains immutable infrastructure as a strategy for reducing persistence opportunities by replacing systems instead of repairing them in place, which is a recurring secure-by-design concept in cloud governance. You’ll define immutability as treating deployed compute as disposable, where changes are made in the build pipeline and new instances replace old ones through controlled rollou...
Episode 68 — Secure compute deployment: harden images, reduce services, and enforce patch cadence 10.02.2026 12:30
This episode focuses on compute deployment security as a lifecycle discipline, not a one-time configuration, and it supports GCLD questions that test how leaders build sustainable hardening programs. You’ll define image hardening as removing unnecessary components, configuring secure defaults, and ensuring consistent settings before systems scale out. We’ll connect service reduction to attack surf...
Episode 67 — Investigate alerts with cloud context to decide benign behavior versus true compromise 10.02.2026 10:48
This episode teaches how to investigate cloud alerts using context that turns raw events into a defensible conclusion, which aligns with GCLD expectations for decision-making under uncertainty. You’ll define “cloud context” as identity relationships, resource ownership, environment purpose, recent change activity, and known operational patterns that explain why something happened. We’ll walk throu...
Episode 66 — Tune detections to reduce noise while keeping high-confidence cloud security alerts 10.02.2026 10:28
This episode focuses on alert quality as a governance outcome, because noisy detections create fatigue, missed incidents, and poor credibility with stakeholders—topics that show up in leadership-oriented exam scenarios. You’ll learn how tuning works by adjusting thresholds, adding context, and narrowing conditions so alerts reflect meaningful risk rather than generic anomalies. We’ll discuss strat...
Episode 65 — Detect data exfiltration attempts using volume baselines, destination analysis, and timing 10.02.2026 11:04
This episode teaches how to detect exfiltration attempts by focusing on measurable behaviors—how much data moves, where it goes, and when it happens—rather than relying on hope that sensitive content will be obvious. You’ll define volume baselines as expected transfer ranges for systems and datasets, then learn how deviations can indicate bulk exports, staged transfers, or automated scraping. We’l...
Episode 64 — Detect lateral movement by monitoring network flows, service calls, and unusual access paths 10.02.2026 12:11
This episode explains lateral movement in cloud environments as a combination of connectivity, identity, and service-to-service behavior, and it prepares you for GCLD questions that test how attackers pivot after initial footholds. You’ll learn how to spot movement through abnormal network flows, unexpected API calls, and access paths that bypass intended segmentation or normal deployment patterns...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.