The Business Compass LLC Podcasts

The Business Compass LLC Podcasts

Business Compass LLC is an AWS Advanced Consulting Partner and Well-Architected Partner. We have been recognized as APN Certification Distinction. We specialize in cloud migration, serverless solutions, AI/ML, IoT, DevOps, data and analytics, web development, media services, and Well-Architected Framework Reviews. We provide high-performance applications, scalable infrastructure, and cost-optimized deployments with expertise in Generative AI, Data Analytics, Live Streaming, Pay-Per-View, Video on Demand, AI-driven automation, and security solutions, helping businesses innovate, optimize, and grow efficiently.

Episodes

July 15, 2025 9 mins

AWS AppSync Explained: Create Powerful Serverless GraphQL APIs

 

https://knowledge.businesscompassllc.com/aws-appsync-explained-create-powerful-serverless-graphql-apis/

 

You’ve been staring at that messy REST API spaghetti code for hours, haven’t you? Multiple endpoints, inconsistent data structures, and the client-side logic that makes you question your life choices.

Mark as Played

Seamless AWS Access for OutSystems Users: Federated Identity with Temporary Credentials

 

https://knowledge.businesscompassllc.com/seamless-aws-access-for-outsystems-users-federated-identity-with-temporary-credentials/

 

Ever spent hours fighting with AWS credential management while your OutSystems project deadline looms closer? You’re not alone. I’ve seen development teams waste entire sprints just trying to securely connect their...

Mark as Played

End-to-End Deployment of Hugging Face Models Using AWS SageMaker

 

https://knowledge.businesscompassllc.com/end-to-end-deployment-of-hugging-face-models-using-aws-sagemaker/

 

Ever stared at a complex ML model on Hugging Face and wondered, “How the heck do I actually deploy this thing in production?” You’re not alone. Data scientists everywhere are nodding right now.

Mark as Played

How to Set Up an NFS Server and Client on Ubuntu: Step-by-Step Guide

 

https://knowledge.businesscompassllc.com/how-to-set-up-an-nfs-server-and-client-on-ubuntu-step-by-step-guide/

 

Ever spent hours digging through online forums because your team’s shared files suddenly disappeared? You’re not alone. Network File System (NFS) storage issues can turn a productive workday into a troubleshooting nightmare.

Mark as Played

Build, Deploy, Scale: Creating and Managing AWS EKS with CI/CD

 

https://knowledge.businesscompassllc.com/build-deploy-scale-creating-and-managing-aws-eks-with-ci-cd/

 

Ever spent 48 sleepless hours troubleshooting a Kubernetes deployment only to discover it was a simple configuration issue? You’re not alone. Container orchestration is powerful, but the learning curve can feel like scaling Everest in flip-flops.

Mark as Played

Streamline AMI Management: How AWS EC2 Image Builder Boosts Efficiency

 

https://schedule.businesscompassllc.com/

 

Managing Amazon Machine Images (AMIs) can quickly become complex and error-prone, especially at scale. Manual processes lead to inconsistencies, outdated software stacks, and increased operational overhead. AWS EC2 Image Builder offers a powerful solution to automate and simplify the process of building, testing, and ...

Mark as Played

Understanding Partitioning in Apache Spark: Key to Big Data Performance

 

https://schedule.businesscompassllc.com/

 

When working with massive datasets in Apache Spark, partitioning is one of the most important yet often overlooked concepts. How data is split across nodes can drastically influence performance, resource utilization, and cost efficiency. In this podcast, we’ll delve deep into partitioning in Spark, explain why it mat...

Mark as Played

Enable Distributed Tracing on EKS: Integrate AWS X-Ray with Your Apps

 

https://schedule.businesscompassllc.com/

 

In a cloud-native, microservices-driven architecture, gaining visibility into distributed systems is essential for performance monitoring and troubleshooting. Amazon Elastic Kubernetes Service (EKS) allows you to orchestrate containerized applications at scale, but understanding the behavior of those applications acros...

Mark as Played

Networking Essentials Every DevOps and Cloud Engineer Must Know

 

https://schedule.businesscompassllc.com/

 

DevOps and Cloud Engineers must be fluent in networking fundamentals to architect, secure, and troubleshoot complex infrastructures in today's cloud-driven world. Whether deploying Kubernetes clusters, building CI/CD pipelines, or scaling services across regions, networking is the silent backbone of every operation. This pod...

Mark as Played

Exploiting SSRF Like a Pro: Real-World Attacks Using Burp Suite

 

https://schedule.businesscompassllc.com/

 

Server-Side Request Forgery (SSRF) is a vulnerability that allows an attacker to make the server-side application send HTTP requests to an unintended location.

Mark as Played

Securely Deploying HumanGov on AWS EC2 Across States Using Ansible and GitOps with CodeCommit

 

https://knowledge.businesscompassllc.com/securely-deploying-humangov-on-aws-ec2-across-states-using-ansible-and-gitops-with-codecommit/

 

Ever stared at your screen for hours trying to deploy HumanGov across multiple state servers, wondering if there’s a better way than manual configuration and SSH nightmares? You’re not alone. Governmen...

Mark as Played

Automate FreeBSD Image Creation for AWS EC2 with Packer and EC2 AMI Tools

 

https://knowledge.businesscompassllc.com/automate-freebsd-image-creation-for-aws-ec2-with-packer-and-ec2-ami-tools/

 

Ever spent hours manually creating custom FreeBSD images for AWS only to end up with something that breaks in production? Yeah, me too. It’s a special kind of frustration that only systems engineers understand.

Mark as Played

LocalStack for SDETs: Seamless Spring Boot Testing with DynamoDB Integration

 

https://knowledge.businesscompassllc.com/localstack-for-sdets-seamless-spring-boot-testing-with-dynamodb-integration/

 

Ever spent hours battling mock services for your Spring Boot tests, only to have everything break in production anyway? Yeah, me too. It’s the special kind of frustration reserved for SDETs who just want reliable test environments.

Mark as Played

Manage Complex AWS Setups Using Terragrunt and Terraform the Right Way

 

https://knowledge.businesscompassllc.com/manage-complex-aws-setups-using-terragrunt-and-terraform-the-right-way/

 

Ever stared at your AWS infrastructure and thought, “This is a mess, and I have no idea how to manage it properly”? You’re not alone. Thousands of DevOps engineers struggle daily with the chaos of multiple environments, regions, and accounts.

Mark as Played

Simplify Data Lakehouse Architecture Using Iceberg and AWS Glue Catalog

 

https://knowledge.businesscompassllc.com/simplify-data-lakehouse-architecture-using-iceberg-and-aws-glue-catalog/

 

You’re probably spending 60% of your engineering time just wrestling with data inconsistencies across your lakehouse architecture. Am I right?

Data teams everywhere face this same struggle – trying to unify data access while formats, schemas, an...

Mark as Played

Terraform Code Hygiene: Automate Quality Checks with TFLint and FMT

 

https://schedule.businesscompassllc.com/

 

Infrastructure as Code (IaC) has revolutionized cloud provisioning, with Terraform emerging as a dominant tool for managing cloud infrastructure. However, maintaining code quality and consistency becomes crucial as teams grow and codebases expand. This is where automated quality checks with TFLint and Terraform FMT come ...

Mark as Played

Build and Provision a Web Server with Terraform on AWS, Azure, or GCP

 

https://schedule.businesscompassllc.com/

 

Provisioning cloud infrastructure manually can be time-consuming and error-prone. Enter Terraform, an open-source Infrastructure as Code (IaC) tool that enables you to automate and manage your infrastructure reliably across multiple cloud platforms such as AWS, Azure, and Google Cloud Platform (GCP).

Mark as Played

Build and Configure a Kafka Cluster on AWS EC2: A DevOps Guide

 

https://schedule.businesscompassllc.com/

 

Apache Kafka is a powerful distributed streaming platform for building real-time data pipelines and streaming applications. Deploying Kafka on AWS EC2 offers flexibility and control, making it a preferred choice for DevOps professionals who want to manage the infrastructure directly. This podcast walks you through the end-to-...

Mark as Played

Image Intelligence at Scale: VisualInsight’s AI-Powered Automation Explained

 

https://schedule.businesscompassllc.com/

 

In the ever-evolving digital landscape, the ability to analyze and understand images at scale has become essential. Whether for content moderation, product tagging, security surveillance, or visual search, businesses increasingly use advanced image recognition solutions. One of the standout innovations in this s...

Mark as Played

Secure AWS Credentials in GitLab CI/CD Using HashiCorp Vault

 

https://schedule.businesscompassllc.com/

 

As organizations shift towards DevSecOps and adopt cloud-native CI/CD pipelines, securing cloud credentials becomes a top priority. This podcast walks you through the best practices for securely managing and injecting AWS credentials into GitLab CI/CD pipelines using HashiCorp Vault.

Mark as Played

Popular Podcasts

    If you've ever wanted to know about champagne, satanism, the Stonewall Uprising, chaos theory, LSD, El Nino, true crime and Rosa Parks, then look no further. Josh and Chuck have you covered.

    24/7 News: The Latest

    The latest news in 4 minutes updated every hour, every day.

    Crime Junkie

    Does hearing about a true crime case always leave you scouring the internet for the truth behind the story? Dive into your next mystery with Crime Junkie. Every Monday, join your host Ashley Flowers as she unravels all the details of infamous and underreported true crime cases with her best friend Brit Prawat. From cold cases to missing persons and heroes in our community who seek justice, Crime Junkie is your destination for theories and stories you won’t hear anywhere else. Whether you're a seasoned true crime enthusiast or new to the genre, you'll find yourself on the edge of your seat awaiting a new episode every Monday. If you can never get enough true crime... Congratulations, you’ve found your people. Follow to join a community of Crime Junkies! Crime Junkie is presented by audiochuck Media Company.

    The Clay Travis and Buck Sexton Show

    The Clay Travis and Buck Sexton Show. Clay Travis and Buck Sexton tackle the biggest stories in news, politics and current events with intelligence and humor. From the border crisis, to the madness of cancel culture and far-left missteps, Clay and Buck guide listeners through the latest headlines and hot topics with fun and entertaining conversations and opinions.

    Dateline NBC

    Current and classic episodes, featuring compelling true-crime mysteries, powerful documentaries and in-depth investigations. Follow now to get the latest episodes of Dateline NBC completely free, or subscribe to Dateline Premium for ad-free listening and exclusive bonus content: DatelinePremium.com

Advertise With Us
Music, radio and podcasts, all free. Listen online or download the iHeart App.

Connect

© 2025 iHeartMedia, Inc.