Michael Diogo

The Cloud Engineer’s Playbook - A Podcast by Michael Diogo

🎙️ The Cloud Engineer’s PlaybookWhether starting your cloud journey or leveling up your cloud and automation skills, The Cloud Engineer’s Playbook is your go-to resource. We dive into real-world cloud engineering strategies, industry insights, and hands-on guidance each week. Tune in, get inspired, and take your skills to the next level, one episode at a time.

Author

Michael Diogo

Category

Technology

Podcast website

podcasters.spotify.com

Latest episode

Jun 28, 2026

Where to listen?

Podcasts in the app Replaio Radio Coming soon

Podcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts

Get it on Google Play Install for free Android 5M+ downloads · 4.8 rating iOS soon

Episodes

How MySQL and PostgreSQL track every change 28.06.2026

A primary database gets a write. Somehow, a replica on the other side of the world has the same data seconds later. Then I learned about Binary Logging and the magic made sense. Tune in lets learn Need a team to migrate workloads to the cloud, secure your infrastructure, automate your processes, and train your team for optimal adoption, email:  contact@diogomic.me  to start your transformation tod...

Introduction to AWS Well- Architected Framework - Part Two 23.03.2026

Every great system starts with a solid foundation. Just like constructing a building, the choices you make early in cloud architecture can determine whether your solution stands strong or slowly cracks under pressure. In this episode, we dive into the reality of architecting workloads in the cloud , where every decision is a trade-off shaped by business context. Do you optimize for cost and sustai...

Introduction to AWS Well- Architected Framework - Part One 17.02.2026

Every great system starts with a solid foundation. Just like constructing a building, the choices you make early in cloud architecture can determine whether your solution stands strong or slowly cracks under pressure. In this episode, we dive into the reality of architecting workloads in the cloud , where every decision is a trade-off shaped by business context. Do you optimize for cost and sustai...

API Rate Limiting Architecture and Algorithms 09.02.2026

In networked systems, a rate limiter acts like a traffic controller, managing how often a user or service can make requests. In the world of HTTP APIs, it sets boundaries on how many requests are allowed within a given time frame. Once that limit is reached, any additional requests are automatically blocked. Think of it like setting fair-use rules: a user might only be able to post twice per secon...

AWS Systems Manager: The Cloud Ops Command Center 01.01.2026

Every growing cloud environment reaches a moment where manual operations no longer scale. Patching becomes risky, access needs tightening, and visibility starts to fade. In this episode, we step into the Cloud Ops command center and explore AWS Systems Manager the service built to bring order, automation, and security to complex infrastructures. From managing fleets of instances to automating rout...

Mastering Amazon S3 15.12.2025

Mastering Amazon S3 is a technical episode for developers, data engineers, IT administrators, and even beginners. We dived deep into S3’s architecture and features, explaining how to build scalable, secure, and cost-efficient storage solutions. We explore Amazon S3’s industry-leading scalability, availability, security, and performance through practical examples and expert interviews. Whether you’...

Disaster Recovery Strategies In The Cloud 18.10.2025

It’s 2:00 a.m. your phone buzzes. Alerts are flooding in. The production database is down, your main region is unresponsive, and customers are already posting on social media. Panic? Not if you’ve prepared. In this gripping episode of The Cloud Engineer’s Playbook , Disaster Recovery in the Cloud : where milliseconds matter and preparation separates chaos from control. We’ll start with the basics:...

Mastering Incident Postmortem 15.10.2025

Incidents happen. They just do. As our systems grow in scale and complexity, failures are inevitable.  Incidents are also a learning opportunity. The best way to work through what happened during an incident and capture any lessons learned is by conducting an incident postmortem, also known as a post-incident review.  An incident postmortem brings people together to discuss the details of an incid...

Fast by Design: The Caching Effect 23.09.2025

The farther users are from your servers, the slower their experience with your application. In this episode we explored how caching and CDNs bridge that gap bringing data closer to users, cutting latency, and boosting reliability. We dived into caching strategies, edge delivery, and real-world practices that help developers overcome distance, scale globally, and deliver blazing-fast performance. N...

From Chaos to Control: Incident Management Unpacked 18.09.2025

Downtime, outages, and unexpected crises can derail any business. This episode, From Chaos to Control: The Incident Management dives into the strategies, tools, and real-world stories that help teams respond faster, reduce impact, and learn from every incident. Insights from IT leaders, SREs, and operations experts on how to turn high-pressure moments into opportunities for resilience, growth, and...

Database Sharding, Breaking Up Databases (Without Breaking Them) 17.09.2025

Struggling with slow, overloaded databases as your application scales? Database Sharding: Breaking Up Databases (Without Breaking Them) offers clear insights into how sharding can solve performance bottlenecks, boost scalability, and keep systems resilient. This episode breaks down concepts, real-world strategies, and best practices so you can confidently design, implement, and manage sharded data...

Governance, Risk and Compliance (GRC) Blueprint Strategies for Cloud Success 14.09.2025

In the business world today, organizations face constant pressure to stay compliant, manage risks, and make smarter decisions. Governance, Risk, and Compliance (GRC) Blueprint Strategies for Cloud Success dives deep into Governance, Risk Management, and Compliance (GRC), a unified approach that breaks down silos and brings IT, business, and leadership together under one coordinated model. Whether...

Understanding Observability in the Cloud 09.08.2025

In today’s cloud-driven world, monitoring alone is no longer enough to ensure the health, performance, and security of modern applications and infrastructure. Observability goes beyond simply detecting issues, it empowers IT teams to understand why problems occur, pinpoint root causes faster, and take proactive steps to prevent future incidents. By leveraging metrics, logs, traces, and events supp...

Deep Dive into AWS Security, Identity and Compliance 01.08.2025

AWS is built from the ground up to be the most secure and resilient global cloud infrastructure, making it an ideal platform for developing, migrating, and managing applications and workloads at any scale. With a comprehensive suite of Security, Identity, and Compliance services, AWS enables you to embed robust security controls to safeguard your application architecture helping you protect sensit...

AWS Compute Options 15.06.2025

In this episode of The Cloud Engineer’s Playbook , we unpack the full landscape of compute services in AWS from traditional virtual machines to serverless functions, containers, and edge computing. We discussed about: Amazon EC2: Flexible VMs for any workload AWS Lambda: Serverless functions that scale effortlessly ECS, EKS & Fargate: Container services with the level of control you need Train...

AWS Database Options 15.06.2025

🎙️ Episode 12 is here! Title: Exploring Database Services in AWS The Right Tool for the Right Job In this episode of The Cloud Engineer’s Playbook , we dive into the wide range of database offerings from AWS from traditional relational databases to purpose-built solutions for modern applications. Tune in to learn about: Amazon RDS: Simplified relational database management Amazon DynamoDB: Fully m...

AWS Storage Options 10.06.2025

In this episode, we dive deep into the storage services you can access in AWS , from File Storage Services to Object Storage Services. AWS Backup: A fully managed, policy-based service that centralizes and automates data protection across various AWS services, simplifying backup management at scale. Amazon Elastic Block Store (Amazon EBS): Persistent block storage volumes for use with Amazon EC2 i...

Linux, The Operating System Of The Cloud 09.06.2025

In this episode, we discussed the Linux Operating System, which is widely used in Cloud Computing. Some basic commands to start your Linux adventure, commands like: ls - list items in the current directory cd - change directory pwd - show current directory path mkdir - create a directory touch - create a file rm - remove a file rmdir - remve a directory cat - displays a file in read state head - i...

What is Amazon Elastic Compute Cloud ? 31.05.2025

In this episode of The Cloud Engineer’s Playbook , we zoom in on one of the most fundamental AWS services: Amazon EC2 (Elastic Compute Cloud) . In this episode, we discuss: What is EC2 , and why it’s a cornerstone of cloud computing Powerful features of EC2 like scalability, pay-as-you-go pricing, and elasticity The different types of EC2 instances and how to select the right one Real-world exampl...

AWS Cloud Account Best Practices for Beginners and Beyond 27.05.2025

This episode emphasizes a multi-layered approach to AWS account security and management, focusing on: Strong Authentication and User Management: Moving beyond the root user for daily operations. Cost Monitoring and Control: Proactively managing expenses in the cloud. Resource Organization and Identification: Utilizing metadata for visibility and control. Activity Logging and Auditing: Gaining insi...

Setting Up the Cloud Foundation in AWS 22.05.2025

In this episode of The Cloud Engineer’s Playbook , we take a crucial step back from launching cloud resources like virtual machines and focus on the core infrastructure concepts you need to understand first, using Amazon Web Services (AWS) as the cloud platform. 🔍 What you’ll learn in this episode: 🌍 What are AWS Regions, and why does your choice matter? 🏢 What are Availability Zones (AZs) and...

What is Software as a Service (SaaS)? 20.05.2025

What is SaaS? Software as a service (SaaS) is application software hosted on the cloud and used over an internet connection by way of a web browser, mobile app or thin client. Why is SaaS important? SaaS is important because it gives businesses access to powerful software that would previously have been too expensive or energy-intensive to run from on-premises environments. The SaaS vendor manages...

Platform as a service (PaaS) 16.05.2025

Platform as a service (PaaS) is a cloud computing model that provides a complete on-demand cloud platform—hardware, software and infrastructure—for developing, running and managing applications.

Infrastructure as a service (IaaS) 13.05.2025

Infrastructure as a service (IaaS) is a form of cloud computing that delivers on-demand IT infrastructure resources such as servers, virtual machines (VMs), compute, network and storage to consumers over the internet and on a pay-as-you-go basis. You can use IaaS to scale your compute capacity while reducing your IT expenditure. Traditionally, enterprises purchased and maintained their own computi...

What is Virtualization? 09.05.2025

What is Virtualization? Virtualization is a technology that you can use to create virtual representations of servers, storage, networks, and other physical machines. Virtualization softwares mimics the functions of physical hardware to run multiple virtual machines simultaneously on a single physical machine. Businesses utilise virtualization to use their hardware resources efficiently and get gre...

Listen to the The Cloud Engineer’s Playbook - A Podcast by Michael Diogo podcast in Replaio

Radio and podcasts in one app - free, with no sign-up. Install today and do not miss the launch

Get it on Google Play

Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.