Tech Exam Prep
Tech Exam Prep is a free, daily podcast by OpenExamPrep covering the most in-demand IT and technology certification exams — including CompTIA Security+, AWS Cloud Practitioner, CompTIA Network+, CCNA, CompTIA A+, and more. Each 5-minute episode breaks down one exam topic with concrete examples, common exam traps, and memory tricks to help you pass on your first attempt. No fluff, no filler — just the concepts you need to know, explained the way the exam tests them. This podcast is made by Ran Chen, who holds an EA license, Insurance and Securities licenses (Series 6, 63, 65), and the CFP designation. He is passionate about open...
[AWS CCP] 26, AWS Compliance Programs
This podcast is made by Ran Chen, who holds an EA license, Insurance and Securities licenses (Series 6, 63, 65), and the CFP® designation. He is passionate about opening access to high-quality exam preparation resources and helping learners prepare more effectively for professional certification exams. In this episode you will learn: - How to differentiate SOC 1, SOC 2, and SOC 3 reports for exam questions. - That AWS provides a HIPAA-eligible environment, but the customer is responsible for their application's compliance. - Why AWS Artifact is the go-to service for downloading official compliance documentation and reports. - The core principle of shared responsibility in compliance: A...
[AWS CCP] 25, Incident Response on AWS
This podcast is made by Ran Chen, who holds an EA license, Insurance and Securities licenses (Series 6, 63, 65), and the CFP® designation. He is passionate about opening access to high-quality exam preparation resources and helping learners prepare more effectively for professional certification exams. In this episode you will learn: - How AWS Trusted Advisor proactively identifies security misconfigurations like open ports and missing MFA. - The critical first steps to take after receiving an AWS Abuse team notification to avoid account suspension. - The correct, exam-tested sequence for responding to compromised IAM credentials, starting with invalidation. - Why regular key rotation i...
[AWS CCP] 24, Security Best Practices
This podcast is made by Ran Chen, who holds an EA license, Insurance and Securities licenses (Series 6, 63, 65), and the CFP® designation. He is passionate about opening access to high-quality exam preparation resources and helping learners prepare more effectively for professional certification exams. In this episode you will learn: - Why enabling Multi-Factor Authentication (MFA) on the root account is the most critical first security step in any AWS environment. - The security advantages of using temporary credentials via IAM Roles for applications over static, hardcoded access keys. - The importance of rotating credentials, such as IAM user passwords and access k...
[AWS CCP] 23, AWS Secrets and Parameter Management
This podcast is made by Ran Chen, who holds an EA license, Insurance and Securities licenses (Series 6, 63, 65), and the CFP® designation. He is passionate about opening access to high-quality exam preparation resources and helping learners prepare more effectively for professional certification exams. In this episode you will learn: - AWS Secrets Manager is the correct choice for scenarios requiring automatic credential rotation, such as for RDS databases. - AWS Systems Manager Parameter Store is ideal for storing static configuration data and secrets that do not need automated rotation. - The primary differentiator tested on the AWS CCP exam between the t...
[AWS CCP] 22, Identity Federation and SSO
This podcast is made by Ran Chen, who holds an EA license, Insurance and Securities licenses (Series 6, 63, 65), and the CFP® designation. He is passionate about opening access to high-quality exam preparation resources and helping learners prepare more effectively for professional certification exams. In this episode you will learn: - AWS IAM Identity Center is the primary service for managing single sign-on (SSO) for your internal workforce across multiple AWS accounts and applications. - Amazon Cognito is designed for customer-facing identity management, allowing users of your web and mobile apps to sign up and sign in via social providers or email. ...
[AWS CCP] 21, Logging and Monitoring Security
This podcast is made by Ran Chen, who holds an EA license, Insurance and Securities licenses (Series 6, 63, 65), and the CFP® designation. He is passionate about opening access to high-quality exam preparation resources and helping learners prepare more effectively for professional certification exams. In this episode you will learn: - AWS CloudTrail's primary role is to provide an audit trail of all API calls and user activity within your account. - Amazon GuardDuty is an intelligent threat detection service that uses machine learning to identify malicious or unauthorized behavior. - Amazon Inspector proactively scans workloads like EC2 instances and container images f...
[AWS CCP] 20, DDoS Protection and AWS Shield
This podcast is made by Ran Chen, who holds an EA license, Insurance and Securities licenses (Series 6, 63, 65), and the CFP® designation. He is passionate about opening access to high-quality exam preparation resources and helping learners prepare more effectively for professional certification exams. In this episode you will learn: - AWS Shield Standard is a free, automatic service protecting against common network and transport layer (Layer 3/4) DDoS attacks. - AWS Shield Advanced is a paid service offering enhanced protection, 24/7 access to the DDoS Response Team (DRT), and cost protection for attack-related scaling. - AWS WAF is a web application firewall that p...
[AWS CCP] 19, AWS Compliance and Governance
This podcast is made by Ran Chen, who holds an EA license, Insurance and Securities licenses (Series 6, 63, 65), and the CFP® designation. He is passionate about opening access to high-quality exam preparation resources and helping learners prepare more effectively for professional certification exams. In this episode you will learn: - The core principles of the AWS Shared Responsibility Model for compliance. - How to use AWS Artifact to access and download AWS's official compliance reports, such as SOC, PCI, and ISO certifications. - How AWS Config is used to continuously monitor and assess the compliance of your own AWS resource configurations a...
[AWS CCP] 18, Network Security on AWS
This podcast is made by Ran Chen, who holds an EA license, Insurance and Securities licenses (Series 6, 63, 65), and the CFP® designation. He is passionate about opening access to high-quality exam preparation resources and helping learners prepare more effectively for professional certification exams. In this episode you will learn: - Security Groups are stateful firewalls at the instance level, while NACLs are stateless firewalls at the subnet level. - "Stateful" means return traffic is automatically allowed, whereas "stateless" requires explicit outbound rules for return traffic. - A public subnet is defined by having a route table entry that points to an I...
[AWS CCP] 17, Data Encryption on AWS
This podcast is made by Ran Chen, who holds an EA license, Insurance and Securities licenses (Series 6, 63, 65), and the CFP® designation. He is passionate about opening access to high-quality exam preparation resources and helping learners prepare more effectively for professional certification exams. In this episode you will learn: - The core difference between encryption at rest for stored data and encryption in transit for moving data. - How AWS KMS provides a managed, integrated service for key management, while CloudHSM offers a dedicated, single-tenant hardware module for high-compliance needs. - The use cases for S3's three server-side encryption options: S...
[AWS CCP] 16, AWS Organizations and SCPs
This podcast is made by Ran Chen, who holds an EA license, Insurance and Securities licenses (Series 6, 63, 65), and the CFP® designation. He is passionate about opening access to high-quality exam preparation resources and helping learners prepare more effectively for professional certification exams. In this episode you will learn: - That AWS Organizations is used to centrally manage and govern multiple AWS accounts. - How Service Control Policies (SCPs) act as permission guardrails, setting maximum boundaries for accounts, rather than granting permissions. - The critical rule that an explicit deny in an SCP always overrides an allow from an IAM policy. ...
[AWS CCP] 15, IAM Policies and Permissions
This podcast is made by Ran Chen, who holds an EA license, Insurance and Securities licenses (Series 6, 63, 65), and the CFP® designation. He is passionate about opening access to high-quality exam preparation resources and helping learners prepare more effectively for professional certification exams. In this episode you will learn: - The three core components of an IAM policy JSON structure: Effect, Action, and Resource. - The difference between AWS Managed, Customer Managed, and Inline policies and when to use each. - How to determine effective permissions based on IAM policy evaluation logic. - The most critical rule in IAM: an explicit d...
[AWS CCP] 14, AWS IAM Fundamentals
This podcast is made by Ran Chen, who holds an EA license, Insurance and Securities licenses (Series 6, 63, 65), and the CFP® designation. He is passionate about opening access to high-quality exam preparation resources and helping learners prepare more effectively for professional certification exams. In this episode you will learn: - The root user should be secured with MFA and not used for daily tasks; always use IAM users with specific permissions. - IAM policies are JSON documents that define permissions and can be attached to users, groups, or roles to manage access. - The principle of least privilege is a core s...
[AWS CCP] 13, Shared Responsibility Model
This podcast is made by Ran Chen, who holds an EA license, Insurance and Securities licenses (Series 6, 63, 65), and the CFP® designation. He is passionate about opening access to high-quality exam preparation resources and helping learners prepare more effectively for professional certification exams. In this episode you will learn: - The core distinction between AWS's responsibility (security OF the cloud) and the customer's responsibility (security IN the cloud). - For IaaS services like EC2, the customer is always responsible for guest OS patching and security group configuration. - In a PaaS model like RDS, AWS manages database engine patching, but the c...
[AWS CCP] 12, Containers on AWS
This podcast is made by Ran Chen, who holds an EA license, Insurance and Securities licenses (Series 6, 63, 65), and the CFP® designation. He is passionate about opening access to high-quality exam preparation resources and helping learners prepare more effectively for professional certification exams. In this episode you will learn: - A Docker container is a portable package with an application's code and all its dependencies. - Amazon ECS is the AWS-native, fully managed service for orchestrating Docker containers. - Amazon EKS is the managed service for running Kubernetes, ideal for portability and existing Kubernetes users. - AWS Fargate is a serverless c...
[AWS CCP] 11, Serverless Computing Concepts
This podcast is made by Ran Chen, who holds an EA license, Insurance and Securities licenses (Series 6, 63, 65), and the CFP® designation. He is passionate about opening access to high-quality exam preparation resources and helping learners prepare more effectively for professional certification exams. In this episode you will learn: - Serverless means you don't provision or manage servers; AWS handles all underlying infrastructure management. - AWS Lambda is the core serverless compute service that runs code in response to events from over 200 AWS services. - The serverless pay-per-use model is most cost-effective for workloads with unpredictable or sporadic traffic. - A c...
[AWS CCP] 10, AWS Support Plans
This podcast is made by Ran Chen, who holds an EA license, Insurance and Securities licenses (Series 6, 63, 65), and the CFP® designation. He is passionate about opening access to high-quality exam preparation resources and helping learners prepare more effectively for professional certification exams. In this episode you will learn: - The Basic plan is free but offers no technical support, only billing help and seven core Trusted Advisor checks. - The Business support plan is the minimum tier required to unlock the complete set of AWS Trusted Advisor checks. - A dedicated Technical Account Manager (TAM) is an exclusive feature of t...
[AWS CCP] 9, High Availability and Fault Tolerance
This podcast is made by Ran Chen, who holds an EA license, Insurance and Securities licenses (Series 6, 63, 65), and the CFP® designation. He is passionate about opening access to high-quality exam preparation resources and helping learners prepare more effectively for professional certification exams. In this episode you will learn: - The critical difference between High Availability (minimized downtime) and Fault Tolerance (zero downtime). - How Multi-AZ deployments serve as the foundation for building resilient applications in AWS. - Why Amazon RDS Multi-AZ is a prime example of a fault-tolerant service. - That RPO (Recovery Point Objective) measures the maximum acceptable data l...
[AWS CCP] 8, Elasticity and Scalability
This podcast is made by Ran Chen, who holds an EA license, Insurance and Securities licenses (Series 6, 63, 65), and the CFP® designation. He is passionate about opening access to high-quality exam preparation resources and helping learners prepare more effectively for professional certification exams. In this episode you will learn: - Elasticity is about automatically adapting to variable demand, while scalability is about handling overall growth. - Horizontal scaling (adding more instances) is the preferred AWS method for achieving high availability and fault tolerance. - Vertical scaling (increasing instance size) is simpler but creates a single point of failure, making it a c...
[AWS CCP] 7, AWS Cloud Adoption Framework
This podcast is made by Ran Chen, who holds an EA license, Insurance and Securities licenses (Series 6, 63, 65), and the CFP® designation. He is passionate about opening access to high-quality exam preparation resources and helping learners prepare more effectively for professional certification exams. In this episode you will learn: - The AWS CAF is a strategic framework to reduce business risk in cloud adoption, not a specific AWS service. - The six perspectives are grouped into Business Capabilities (Business, People, Governance) and Technical Capabilities (Platform, Security, Operations). - The Business perspective ensures cloud investments align with business outcomes like ROI and s...
[AWS CCP] 6, Cloud Migration Strategies
This podcast is made by Ran Chen, who holds an EA license, Insurance and Securities licenses (Series 6, 63, 65), and the CFP® designation. He is passionate about opening access to high-quality exam preparation resources and helping learners prepare more effectively for professional certification exams. In this episode you will learn: - The key differences between Rehosting ("lift-and-shift") and Replatforming ("lift, tinker, and shift"). - When to choose the Repurchasing ("drop and shop") strategy for SaaS solutions. - The complexities and benefits of Refactoring (re-architecting) for cloud-native features. - The straightforward approaches of Retiring, Retaining, and Relocating applications. - How AWS Migration Hub a...
[AWS CCP] 5, Well-Architected Framework Overview
This podcast is made by Ran Chen, who holds an EA license, Insurance and Securities licenses (Series 6, 63, 65), and the CFP® designation. He is passionate about opening access to high-quality exam preparation resources and helping learners prepare more effectively for professional certification exams. In this episode you will learn: - How the Operational Excellence pillar relates to automation and Infrastructure as Code on the exam. - Why the Security pillar is tested using concepts like the principle of least privilege with IAM. - The key difference between the Reliability pillar (recovering from failure) and the Performance Efficiency pillar (using resources efficiently). ...
[AWS CCP] 4, Cloud Economics and TCO
This podcast is made by Ran Chen, who holds an EA license, Insurance and Securities licenses (Series 6, 63, 65), and the CFP® designation. He is passionate about opening access to high-quality exam preparation resources and helping learners prepare more effectively for professional certification exams. In this episode you will learn: - That Total Cost of Ownership (TCO) compares the comprehensive costs of an on-premises data center with the AWS cloud. - How migrating to AWS shifts spending from upfront Capital Expenditures (CapEx) to variable Operational Expenditures (OpEx). - The AWS Pricing Calculator is the primary tool for estimating costs for specific solutions y...
[AWS CCP] 3, AWS Global Infrastructure
This podcast is made by Ran Chen, who holds an EA license, Insurance and Securities licenses (Series 6, 63, 65), and the CFP® designation. He is passionate about opening access to high-quality exam preparation resources and helping learners prepare more effectively for professional certification exams. In this episode you will learn: - An AWS Region is a large, isolated geographic area, while an Availability Zone (AZ) is a distinct data center location within that Region. - Deploying resources across multiple Availability Zones (Multi-AZ) is the primary strategy for achieving high availability and fault tolerance on the exam. - Edge Locations are used by s...
[AWS CCP] 2, Benefits of Cloud Computing
This podcast is made by Ran Chen, who holds an EA license, Insurance and Securities licenses (Series 6, 63, 65), and the CFP® designation. He is passionate about opening access to high-quality exam preparation resources and helping learners prepare more effectively for professional certification exams. In this episode you will learn: - How the exam tests the shift from upfront Capital Expense (CapEx) to pay-as-you-go Operational Expense (OpEx). - Why massive economies of scale result in lower pay-as-you-go prices for all customers, not just large ones. - The connection between stopping guessing capacity and the cloud's core principle of elasticity. - How increased s...
[AWS CCP] 1, Cloud Computing Fundamentals
This podcast is made by Ran Chen, who holds an EA license, Insurance and Securities licenses (Series 6, 63, 65), and the CFP® designation. He is passionate about opening access to high-quality exam preparation resources and helping learners prepare more effectively for professional certification exams. In this episode you will learn: - The core definition of cloud computing, including on-demand delivery and pay-as-you-go pricing. - Key differences between IaaS, PaaS, and SaaS and how the shared responsibility model applies to each. - How to distinguish between public, private, and hybrid cloud deployment models and their common use cases. - The structure of t...