Business Compass LLC

The Business Compass LLC Podcasts

Business Compass LLC is a cloud system integrator. The podcasts are audios of technical articles.

Author

Business Compass LLC

Category

Technology

Latest episode

Jun 26, 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

Building Reliable Deployment Pipelines with Kubernetes and DevOps Automation 19.06.2026

Building Reliable Deployment Pipelines with Kubernetes and DevOps Automation   https://knowledge.businesscompassllc.com/building-reliable-deployment-pipelines-with-kubernetes-and-devops-automation/   If you’ve ever pushed a release on a Friday afternoon and spent the weekend firefighting, this podcast is for you.

CDN Basics Explained: Faster Websites and Better Performance 19.06.2026

CDN Basics Explained: Faster Websites and Better Performance   https://knowledge.businesscompassllc.com/cdn-basics-explained-faster-websites-and-better-performance/   If your website feels slow or keeps going down under heavy traffic, a content delivery network might be the fix you’ve been overlooking. CDN basics are simpler than most people think, and understanding how a CDN works can change the...

Building Safe AI Coding Systems with Sandboxed Code Execution 19.06.2026

Building Safe AI Coding Systems with Sandboxed Code Execution   https://knowledge.businesscompassllc.com/building-safe-ai-coding-systems-with-sandboxed-code-execution/   If you’re building AI tools that write or execute code, you already know the stakes are high. One misconfigured environment, one piece of runaway code, and you’re looking at data breaches, compromised infrastructure, or worse. San...

The Smart Guide to AWS Traffic Routing with ALB, NLB, and GWLB 18.06.2026

The Smart Guide to AWS Traffic Routing with ALB, NLB, and GWLB   https://knowledge.businesscompassllc.com/the-smart-guide-to-aws-traffic-routing-with-alb-nlb-and-gwlb/   If you’ve ever stared at the AWS console trying to figure out which load balancer to pick, you’re not alone. Choosing between AWS load balancer types — ALB, NLB, and GWLB — is one of those decisions that can make or break how your...

Monitoring AWS Account Access and IAM Policy Changes in Real Time 18.06.2026

Monitoring AWS Account Access and IAM Policy Changes in Real Time   https://knowledge.businesscompassllc.com/monitoring-aws-account-access-and-iam-policy-changes-in-real-time/   If someone makes an unauthorized IAM policy change in your AWS account right now, would you know about it? For most teams, the honest answer is “probably not fast enough.”

AWS Security Investigations: Using CloudTrail for Database Visibility 18.06.2026

AWS Security Investigations: Using CloudTrail for Database Visibility   https://knowledge.businesscompassllc.com/aws-security-investigations-using-cloudtrail-for-database-visibility/   If you manage databases on AWS and something goes wrong — a data breach, unexpected access, or a compliance audit — your first question is usually the same: who did what, and when?

Amazon Quick and the Rise of Agentic Workspaces on AWS 18.06.2026

Amazon Quick and the Rise of Agentic Workspaces on AWS   https://knowledge.businesscompassllc.com/amazon-quick-and-the-rise-of-agentic-workspaces-on-aws/   AI assistants that just answer questions are old news. The real shift happening right now on AWS is about AI that actually does things — planning, reasoning, and taking action across your cloud environment without you having to babysit every st...

AWS Load Balancers in Production: Architecture, Scaling, and Security 18.06.2026

AWS Load Balancers in Production: Architecture, Scaling, and Security   https://knowledge.businesscompassllc.com/aws-load-balancers-in-production-architecture-scaling-and-security/   Running applications at scale on AWS means your load balancer setup can make or break your uptime. One wrong configuration and you’re looking at dropped connections, failed deployments, or a security gap that costs yo...

Deploying Secure MySQL RDS Infrastructure Using CloudFormation 17.06.2026

Deploying Secure MySQL RDS Infrastructure Using CloudFormation   https://knowledge.businesscompassllc.com/deploying-secure-mysql-rds-infrastructure-using-cloudformation/   If you’re a cloud engineer, DevOps practitioner, or AWS developer who’s tired of clicking through the console every time you spin up a database, this podcast is for you. Deploying MySQL RDS CloudFormation deployment gives you re...

AWS Security Lessons: Auditing Lambda Execution Roles at Scale 17.06.2026

AWS Security Lessons: Auditing Lambda Execution Roles at Scale   https://knowledge.businesscompassllc.com/aws-security-lessons-auditing-lambda-execution-roles-at-scale/   If your AWS environment runs dozens or hundreds of Lambda functions, there’s a good chance some of those functions have way more permissions than they actually need. That’s a real problem. Overpermissioned Lambda roles are one of...

Architecting Kubernetes for GPU-Accelerated AI Applications 17.06.2026

Architecting Kubernetes for GPU-Accelerated AI Applications   https://knowledge.businesscompassllc.com/architecting-kubernetes-for-gpu-accelerated-ai-applications/   Running AI workloads at scale is hard. Running them efficiently on Kubernetes without wasting expensive GPU resources is even harder. If you’re a platform engineer, ML engineer, or DevOps architect trying to get serious about GPU clus...

The Modern AI SaaS Stack: Infrastructure Choices That Actually Matter 17.06.2026

The Modern AI SaaS Stack: Infrastructure Choices That Actually Matter   https://knowledge.businesscompassllc.com/the-modern-ai-saas-stack-infrastructure-choices-that-actually-matter/   Building an AI SaaS product is nothing like building a traditional web app. The infrastructure decisions you make early — compute, data pipelines, model serving — will either carry your product forward or quietly dr...

AWS DevOps Agent Operations Guide: Monitoring, Troubleshooting, and Recovery 17.06.2026

AWS DevOps Agent Operations Guide: Monitoring, Troubleshooting, and Recovery   https://knowledge.businesscompassllc.com/aws-devops-agent-operations-guide-monitoring-troubleshooting-and-recovery/   Running AWS DevOps agents at scale means dealing with unexpected failures, performance dips, and recovery headaches — often at the worst possible time. This podcast is built for DevOps engineers, cloud a...

AWS MWAA Private Web UI: Load Balancer Setup and Security Best Practices 16.06.2026

AWS MWAA Private Web UI: Load Balancer Setup and Security Best Practices   https://knowledge.businesscompassllc.com/aws-mwaa-private-web-ui-load-balancer-setup-and-security-best-practices/   Setting up secure private access to your AWS MWAA private web UI requires careful planning around load balancer configuration and network security. This podcast is designed for DevOps engineers, cloud architec...

Cloud Networking Showdown: AWS vs GCP for Multi-Cloud Infrastructure 16.06.2026

Cloud Networking Showdown: AWS vs GCP for Multi-Cloud Infrastructure   https://knowledge.businesscompassllc.com/cloud-networking-showdown-aws-vs-gcp-for-multi-cloud-infrastructure/   Choosing between AWS vs GCP for your multi-cloud infrastructure can make or break your networking strategy. Cloud architects, DevOps engineers, and IT decision-makers need clear guidance on which platform delivers bet...

AWS ECS Express Mode Deep Dive: Faster Deployments, Less Complexity 16.06.2026

AWS ECS Express Mode Deep Dive: Faster Deployments, Less Complexity   https://knowledge.businesscompassllc.com/aws-ecs-express-mode-deep-dive-faster-deployments-less-complexity/   AWS ECS Express Mode changes the game for container deployments on AWS. If you’re a DevOps engineer, cloud architect, or developer tired of complex ECS configurations and slow deployment cycles, this deep dive shows you...

AWS Infrastructure Security: Lessons Learned From Real Deployments 16.06.2026

AWS Infrastructure Security: Lessons Learned From Real Deployments   https://knowledge.businesscompassllc.com/aws-infrastructure-security-lessons-learned-from-real-deployments/   Getting AWS infrastructure security right can make or break your cloud deployment. One misconfigured IAM policy or overlooked network setting can expose sensitive data and cost your organization millions in damages and re...

Optimizing Frontend Delivery with Amazon S3 and CloudFront 16.06.2026

Optimizing Frontend Delivery with Amazon S3 and CloudFront   https://knowledge.businesscompassllc.com/optimizing-frontend-delivery-with-amazon-s3-and-cloudfront/   Modern web applications demand lightning-fast load times, and slow frontend delivery can kill user engagement before visitors even see your content. Amazon S3 frontend optimization paired with CloudFront CDN setup offers a powerful solu...

From LLMs to Autonomous Systems: Understanding Agentic AI 12.06.2026

From LLMs to Autonomous Systems: Understanding Agentic AI   https://knowledge.businesscompassllc.com/from-llms-to-autonomous-systems-understanding-agentic-ai/   The world of artificial intelligence is shifting dramatically from simple language models to sophisticated agentic AI systems that can think, plan, and act independently. Large Language Models (LLMs) were just the beginning—now we’re enter...

AWS vs Azure vs Google Cloud: A Strategic Guide for Businesses and Developers 12.06.2026

AWS vs Azure vs Google Cloud: A Strategic Guide for Businesses and Developers   https://knowledge.businesscompassllc.com/aws-vs-azure-vs-google-cloud-a-strategic-guide-for-businesses-and-developers/   Choosing the right cloud provider can make or break your business transformation. This AWS vs Azure vs Google Cloud comparison helps business leaders, IT managers, and developers cut through the mark...

AWS Compute Optimizer for Fargate: Automated Right-Sizing Explained 12.06.2026

AWS Compute Optimizer for Fargate: Automated Right-Sizing Explained   https://knowledge.businesscompassllc.com/aws-compute-optimizer-for-fargate-automated-right-sizing-explained/   AWS Compute Optimizer for Fargate takes the guesswork out of container resource allocation by automatically analyzing your workloads and suggesting optimal CPU and memory configurations. This automated Fargate sizing to...

AWS Networking Security Explained: Stateful vs Stateless Firewalls 12.06.2026

AWS Networking Security Explained: Stateful vs Stateless Firewalls   https://knowledge.businesscompassllc.com/aws-networking-security-explained-stateful-vs-stateless-firewalls/   AWS networking security can make or break your cloud infrastructure, but many developers and cloud engineers struggle with choosing between stateful vs stateless firewalls. This podcast breaks down AWS security groups and...

Production Kubernetes with GitOps: Scaling with HPA and Karpenter 11.06.2026

Production Kubernetes with GitOps: Scaling with HPA and Karpenter   https://knowledge.businesscompassllc.com/production-kubernetes-with-gitops-scaling-with-hpa-and-karpenter/   Managing Production Kubernetes GitOps environments requires smart scaling strategies that balance performance with cost efficiency. This podcast is designed for DevOps engineers, platform teams, and Kubernetes administrator...

Modern AWS Cloud Architecture for High Availability and Scale 11.06.2026

Modern AWS Cloud Architecture for High Availability and Scale   https://knowledge.businesscompassllc.com/modern-aws-cloud-architecture-for-high-availability-and-scale/   Building a robust AWS cloud architecture that stays online and handles traffic spikes is critical for modern businesses. When your applications go down or can’t handle user demand, you lose revenue and customer trust fast.

Building iOS Push Notifications on AWS SNS with a Custom Resource 11.06.2026

Building iOS Push Notifications on AWS SNS with a Custom Resource   https://knowledge.businesscompassllc.com/building-ios-push-notifications-on-aws-sns-with-a-custom-resource/   iOS developers and DevOps engineers often struggle with setting up reliable push notifications that scale with their applications. Building iOS push notifications on AWS SNS with a custom resource gives you the flexibility...

Listen to the The Business Compass LLC Podcasts 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.