Jason Edwards
Certified - AWS Certified Cloud Practitioner Audio Course
Ready to earn your AWS Certified Cloud Practitioner credential? The AWS Cloud Practitioner Audio Course is your complete, audio-first companion for mastering the foundational knowledge required to succeed on the certification exam. Designed for learners at all levels, this Audio Course breaks down the essentials of the Amazon Web Services (AWS) Cloud into clear, practical, and easy-to-follow lessons. Each episode covers key topics including cloud concepts, AWS core services, security and compliance, cost management, and cloud economics—all aligned with the official exam blueprint. Whether you’...
Author
Jason Edwards
Category
Podcast website
Latest episode
Oct 14, 2025
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
Episode 82: S3 Storage Classes 31.08.2025 20:23
In this episode, we dive deeper into Amazon S3’s various storage classes, which provide different cost and performance options for storing data in the cloud. Amazon S3 offers several storage classes to help you optimize costs based on your data access patterns. We’ll walk you through the different storage classes, including the Standard storage class, which is ideal for frequently accessed data, a...
Episode 81: S3 Basics 31.08.2025 18:27
In this episode, we introduce Amazon S3 (Simple Storage Service), AWS’s object storage service designed to store and retrieve any amount of data, from anywhere on the web. Amazon S3 is known for its scalability, durability, and security, making it ideal for storing everything from static website files and backups to large datasets and media files. We’ll walk you through the basics of Amazon S3, in...
Episode 80: Direct Connect & VPN 31.08.2025 25:28
In this episode, we explore two key networking services in AWS: AWS Direct Connect and VPN (Virtual Private Network). AWS Direct Connect provides a dedicated network connection between your on-premises environment and AWS, bypassing the public internet to offer more reliable, secure, and lower-latency connectivity. We’ll walk you through how to set up Direct Connect, configure connection speeds, a...
Episode 79: CloudFront & Global Accelerator 31.08.2025 25:40
In this episode, we explore two powerful AWS services for improving the performance and availability of your global applications: Amazon CloudFront and AWS Global Accelerator. CloudFront is a Content Delivery Network (CDN) that caches copies of your content at edge locations worldwide, reducing latency and improving the speed of content delivery. We’ll explain how CloudFront works, how to configur...
Episode 78: Amazon Route 53 31.08.2025 25:38
In this episode, we dive into Amazon Route 53, AWS’s scalable Domain Name System (DNS) service, which is used for routing end-user requests to applications hosted on AWS. Route 53 offers domain registration, DNS routing, and health checking, providing a complete solution for managing your domain names and directing traffic to AWS services like EC2 instances, load balancers, or S3 buckets. We’ll wa...
Episode 77: Security Groups vs. NACLs 31.08.2025 23:25
In this episode, we dive into the differences between Security Groups and Network Access Control Lists (NACLs), two key AWS features used to control access to your resources in a VPC. While both serve the purpose of controlling inbound and outbound traffic, they operate at different layers within the network. Security Groups are stateful firewalls that operate at the instance level, meaning they a...
Episode 76: VPC Basics (Subnets, Route Tables, Gateways) 31.08.2025 26:20
In this episode, we explore the basics of Amazon Virtual Private Cloud (VPC), which is the foundational service for building a secure, isolated network environment within AWS. VPC allows you to define your own network topology, including creating subnets, configuring route tables, and setting up gateways for communication with the internet and other AWS services. We’ll walk you through how to crea...
Episode 75: Database Migration Service 31.08.2025 23:22
In this episode, we focus on AWS Database Migration Service (DMS), which simplifies the process of migrating databases to AWS with minimal downtime. Whether you’re moving a database to Amazon RDS, Amazon Aurora, or any other AWS service, DMS allows you to replicate your data in real-time and complete your migration with minimal disruption to your applications. We’ll walk you through the steps invo...
Episode 74: Amazon Neptune 31.08.2025 23:25
In this episode, we explore Amazon Neptune, AWS’s fully managed graph database service designed for building and running applications that work with highly connected datasets. Neptune supports two popular graph models: Property Graph and RDF (Resource Description Framework), which makes it suitable for use cases like social networks, recommendation engines, fraud detection, and knowledge graphs. W...
Episode 73: ElastiCache 31.08.2025 22:46
In this episode, we dive into Amazon ElastiCache, a fully managed, in-memory data store service designed to accelerate application performance by caching frequently accessed data. ElastiCache supports two popular open-source caching engines: Redis and Memcached. We’ll explore how to use ElastiCache to offload database queries and reduce latency, enabling faster response times for web applications,...
Episode 72: DynamoDB 30.08.2025 23:42
In this episode, we focus on Amazon DynamoDB, a fully managed, serverless NoSQL database service designed for high-availability and low-latency performance. DynamoDB is ideal for applications that require real-time data access and can scale horizontally to handle massive amounts of traffic. We’ll walk you through the basic features of DynamoDB, including tables, primary keys, and indexes, and expl...
Episode 71: Amazon Aurora 30.08.2025 21:38
In this episode, we explore Amazon Aurora, a relational database engine that is compatible with MySQL and PostgreSQL but designed for the cloud with high performance, scalability, and availability. Aurora provides faster performance than traditional MySQL databases while offering the simplicity and cost-effectiveness of open-source databases. We’ll show you how to launch an Aurora instance, config...
Episode 70: Relational Databases with RDS 30.08.2025 27:53
In this episode, we dive deep into Amazon RDS (Relational Database Service), AWS’s fully managed relational database service. Amazon RDS supports multiple database engines, including MySQL, PostgreSQL, MariaDB, Oracle, and Microsoft SQL Server. We’ll walk you through how to set up an RDS instance, choose the appropriate database engine, and configure key settings like storage, backup, and replicat...
Episode 69: Intro to AWS Databases 30.08.2025 28:42
In this episode, we provide an introduction to the various AWS database services available, helping you understand the different types of databases and their use cases. AWS offers a wide range of database services, from relational databases like Amazon RDS and Aurora to NoSQL databases such as DynamoDB, as well as fully managed in-memory databases like ElastiCache. We’ll explore the advantages and...
Episode 68: Amazon ECR 30.08.2025 16:43
In this episode, we focus on Amazon Elastic Container Registry (ECR), a fully managed container registry service that makes it easy to store, manage, and deploy Docker container images. ECR integrates seamlessly with Amazon ECS and EKS, allowing you to build, store, and run containerized applications within the AWS ecosystem. We’ll explain how to create a repository, push and pull container images...
Episode 67: Amazon EKS 30.08.2025 18:10
In this episode, we explore Amazon Elastic Kubernetes Service (EKS), a fully managed service that makes it easy to run Kubernetes on AWS without needing to install or manage your own Kubernetes control plane. Kubernetes has become the de facto standard for container orchestration, and EKS provides a highly available, scalable platform for running containerized applications. We’ll explain the core...
Episode 66: Amazon Elastic Container Service (ECS) 30.08.2025 19:05
In this episode, we dive into Amazon Elastic Container Service (ECS), AWS’s highly scalable, fast, and secure container management service. ECS makes it easy to run, stop, and manage Docker containers on a cluster of EC2 instances. We’ll walk you through the basics of ECS, including how to create a cluster, define services, and run containerized applications. With ECS, you can orchestrate the depl...
Episode 65: AWS Fargate 30.08.2025 17:25
In this episode, we explore AWS Fargate, a serverless compute engine for containers that allows you to run Docker containers without managing the underlying EC2 instances. Fargate abstracts away the infrastructure management, so you can focus on defining your containerized applications and deploying them at scale. We’ll explain how to integrate Fargate with services like Amazon ECS (Elastic Contai...
Episode 64: AWS Lambda 30.08.2025 16:52
In this episode, we take a deep dive into AWS Lambda, one of the most popular serverless compute services offered by AWS. AWS Lambda allows you to run code in response to events, such as changes to data in Amazon S3, DynamoDB updates, or HTTP requests via API Gateway. We’ll walk you through how to create Lambda functions, configure triggers, and integrate with other AWS services. We’ll also explor...
Episode 63: Serverless Computing Overview 30.08.2025 19:17
In this episode, we introduce the concept of serverless computing in AWS, focusing on how AWS services like AWS Lambda, API Gateway, and DynamoDB allow you to run applications without provisioning or managing servers. Serverless computing provides an event-driven architecture where you only pay for the compute time you consume, without worrying about the infrastructure. We’ll explain how AWS Lambd...
Episode 62: AWS Elastic Beanstalk 30.08.2025 17:22
In this episode, we dive into AWS Elastic Beanstalk, a fully managed service for deploying and running web applications and services. Elastic Beanstalk abstracts much of the complexity of managing infrastructure, allowing you to focus on writing code while AWS handles the deployment, scaling, and monitoring of your application. We’ll walk you through how to deploy an application to Elastic Beansta...
Episode 61: AWS Lightsail 30.08.2025 16:54
In this episode, we introduce AWS Lightsail, a simplified cloud computing service designed for developers, small businesses, and startups looking to launch applications quickly and easily. Lightsail provides pre-configured virtual private servers (VPS), along with networking, storage, and security features, all bundled into a simple pricing plan. We’ll walk you through how to set up a Lightsail in...
Episode 60: Auto Scaling 30.08.2025 19:30
In this episode, we dive into Auto Scaling, a key service in AWS that allows you to automatically scale your resources up or down based on demand. Auto Scaling helps ensure that your applications maintain performance and availability, while also optimizing costs by automatically adjusting the number of EC2 instances in your fleet. We’ll walk you through the components of Auto Scaling, including La...
Episode 59: Elastic Load Balancing 30.08.2025 21:00
In this episode, we explore AWS Elastic Load Balancing (ELB), a service that automatically distributes incoming application traffic across multiple targets, such as EC2 instances, containers, or IP addresses. ELB helps you ensure that your applications can handle varying levels of traffic while maintaining high availability and fault tolerance. We’ll walk you through the different types of load ba...
Episode 58: AMIs, EBS, and Instance Store 30.08.2025 21:47
In this episode, we dive into three critical components of Amazon EC2: Amazon Machine Images (AMIs), Elastic Block Store (EBS), and Instance Store. AMIs are pre-configured virtual machines that include an operating system, software applications, and other configurations necessary for running applications on EC2 instances. We’ll explain how to create custom AMIs, use AWS Marketplace for pre-built A...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.