Content provided by Business Compass LLC. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Business Compass LLC or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.
Player FM - Podcast App Go offline with the Player FM app!
Whether you’re just beginning to explore the Western United States or you’ve been living here since the day you were born, the Via Podcast will introduce you to new and unique adventures that will change your perspective. Hosts Mitti Hicks and Michelle Donati bring their travel expertise to interviews with some of the West’s most fascinating experts, residents, and adventurers. In each episode, you will discover deep conversations in the hopes of igniting a new interest—foraging anyone?—or planting the seeds of a new-to-you road trip. You might even learn something about a place you’ve explored dozens of times before.
Content provided by Business Compass LLC. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Business Compass LLC or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.
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.
Content provided by Business Compass LLC. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Business Compass LLC or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.
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.
Managing AWS S3 Buckets and IAM Users with Python: A Practical Guide https://schedule.businesscompassllc.com/ Amazon Web Services (AWS) offers a robust suite of cloud tools, with S3 (Simple Storage Service) and IAM (Identity and Access Management) standing out as critical components. S3 allows businesses to easily store and retrieve unlimited amounts of data, while IAM enables secure management of user access and permissions. Leveraging Python's Boto3 SDK makes managing these resources efficient, repeatable, and automated.…
Real-Time Chat Data Processing with DynamoDB Change Events and Kinesis https://schedule.businesscompassllc.com/ In the modern era of real-time applications, live stream chats have become a cornerstone for interactive platforms. Efficiently capturing, processing, and storing this data is crucial for applications like gaming, live commerce, and streaming platforms. An automated, scalable chat data pipeline ensures seamless data flow, enabling analytics, monitoring, and backup without manual intervention.…
Streamlining Segment Log Exports to AWS S3 with AWS CDK: A Step-by-Step Guide https://schedule.businesscompassllc.com/ Managing application logs effectively is crucial for monitoring performance, diagnosing issues, and ensuring compliance. However, exporting logs manually from platforms like Segment to Amazon S3 can be time-consuming, error-prone, and unsustainable as data volumes grow. Automating this process simplifies log management and enables businesses to focus on analytics and decision-making.…
Optimizing AWS Session Caching in Spring Boot with Google Guava https://schedule.businesscompassllc.com/ Leveraging AWS services efficiently is critical for achieving optimal performance and scalability in modern cloud applications. However, creating and managing AWS sessions, such as IAM clients or S3 clients, can introduce latency and overhead. By caching AWS sessions, we can significantly reduce the time spent on client initialisation, especially for applications with high-frequency AWS API interactions. This podcast will explore how to cache AWS sessions in a Spring Boot application using Google Guava. Additionally, we’ll touch on how Business Compass LLC, an Advanced Consulting Partner and Well-Architected Partner, can assist in architecting scalable and efficient AWS-based solutions.…
Addressing AWS Service Access Problems in Docker Containers with EC2 Role-Based Certificates https://schedule.businesscompassllc.com/ When running Docker containers on AWS EC2 instances, you might encounter issues accessing AWS services due to X509 certificate errors. These errors occur when the containerised application cannot securely verify the SSL/TLS certificates required to communicate with AWS services. This can happen because the necessary CA certificates are missing inside the container’s runtime environment.…
Unlocking Kafka's Potential: Best Practices and Lessons Learned https://schedule.businesscompassllc.com/ Apache Kafka has become the backbone of modern distributed systems, enabling seamless real-time data processing. A thoughtful approach to deployment and maintenance is crucial to leverage Kafka effectively. This podcast will explore best practices and lessons learned to help you optimise your Kafka deployment. Additionally, we’ll discuss how AWS services and Business Compass LLC’s expertise as an Advanced Consulting Partner and Well-Architected Partner can drive your Kafka success.…
Mastering Container Deployment on AWS: A Step-by-Step Guide to Amazon ECS https://schedule.businesscompassllc.com/ Containerization is a lightweight method for virtualizing and packaging applications with their dependencies, ensuring they run consistently across different environments. By bundling the application code, libraries, and runtime, containers eliminate compatibility issues and enable faster development cycles.…
Building a Resilient Prometheus Monitoring Stack: High Availability and Fault Tolerance Best Practices https://schedule.businesscompassllc.com/ Modern organizations rely on robust monitoring stacks to maintain service uptime and ensure system health. Prometheus, Grafana, Alertmanager, and Pushgateway form a popular open-source stack for monitoring and alerting, but achieving high availability (HA) and fault tolerance is critical to their reliability. This podcast explores the challenges of maintaining HA and fault tolerance in Prometheus monitoring stacks, strategies to mitigate risks, and how AWS services and Business Compass LLC play a role in delivering resilient architectures.…
Building an Nginx Web Server on AWS: A Terraform Guide https://schedule.businesscompassllc.com/ In today's rapidly evolving cloud landscape, managing infrastructure efficiently has become critical for businesses of all sizes. Infrastructure as Code (IaC) revolutionizes how organizations provision and manage cloud resources. By treating infrastructure as software, IaC allows for automation, consistency, and repeatability, reducing the likelihood of human error.…
Mastering GitOps with Kubernetes: Deploying Helm Charts Using GitHub Actions and ArgoCD on AWS EKS https://schedule.businesscompassllc.com/ In today’s fast-paced DevOps landscape, GitOps has emerged as a transformative approach, revolutionizing how we manage Kubernetes deployments. This podcast walks you through implementing GitOps on Kubernetes using GitHub Actions and ArgoCD for Helm Chart deployments on AWS EKS.…
Optimizing Dynamic Routing in Amazon CloudFront Using Lambda@Edge for Next.js Applications https://schedule.businesscompassllc.com/ Deploying a Next.js application on AWS often requires handling dynamic routes that don’t exist as static assets in an S3 bucket. Amazon CloudFront, by default, serves static content but doesn't support dynamic route resolution out-of-the-box. This is where Lambda@Edge becomes crucial for enabling SEO-friendly and performant dynamic routing.…
A Beginner’s Guide to Amazon CloudWatch: Essential Monitoring for AWS Resources https://schedule.businesscompassllc.com/ Amazon CloudWatch is a powerful monitoring and observability service designed for DevOps engineers, developers, system administrators, and IT managers using AWS cloud infrastructure. This podcast explains how to get started with Amazon CloudWatch, enabling teams to collect and track metrics, monitor log files, and set alarms to respond quickly to system changes or failures.…
Automated Deployment of a Static Website from GitHub Using Jenkins and NGINX https://schedule.businesscompassllc.com/ This podcast outlines the process of deploying a static website hosted on GitHub using Jenkins for continuous integration and NGINX as the web server. By automating this workflow, developers can ensure seamless updates to their website every time changes are pushed to the repository.…
Mastering AWS Security: A Comprehensive Guide to NACLs, AWS Shield, and WAF https://schedule.businesscompassllc.com/ Securing cloud environments is critical in today's digital landscape. Amazon Web Services (AWS) offers a robust suite of security tools that help businesses protect their infrastructure and applications. Among the most important are Network Access Control Lists (NACLs), AWS Shield, and the AWS Web Application Firewall (WAF). Each plays a distinct role in safeguarding cloud resources from unauthorized access and cyber threats.…
How to Route Traffic from One Domain to Another Using AWS API Gateway https://schedule.businesscompassllc.com/ Routing traffic between domains is a common requirement when managing multiple web services, consolidating resources, or transitioning to new infrastructure. Amazon Web Services (AWS) offers a powerful solution through API Gateway, enabling seamless redirection or proxying of traffic from one domain to another.…
Welcome to Player FM!
Player FM is scanning the web for high-quality podcasts for you to enjoy right now. It's the best podcast app and works on Android, iPhone, and the web. Signup to sync subscriptions across devices.