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!
Can AI compress the years long research time of a PhD into seconds? Research scientist Max Jaderberg explores how “AI analogs” simulate real-world lab work with staggering speed and scale, unlocking new insights on protein folding and drug discovery. Drawing on his experience working on Isomorphic Labs' and Google DeepMind's AlphaFold 3 — an AI model for predicting the structure of molecules — Jaderberg explains how this new technology frees up researchers' time and resources to better understand the real, messy world and tackle the next frontiers of science, medicine and more. For a chance to give your own TED Talk, fill out the Idea Search Application: ted.com/ideasearch . Interested in learning more about upcoming TED events? Follow these links: TEDNext: ted.com/futureyou TEDAI Vienna: ted.com/ai-vienna Hosted on Acast. See acast.com/privacy for more information.…
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.
Scalable and Secure: Deploying a 3-Tier Architecture in AWS Using Terraform Modules https://knowledge.businesscompassllc.com/scalable-and-secure-deploying-a-3-tier-architecture-in-aws-using-terraform-modules/ You’ve mastered containers, dabbled with cloud providers, but how many times have you manually pieced together infrastructure only to rebuild it all when requirements change? Yeah, I’ve been there too. Deploying a 3-tier architecture in AWS using Terraform modules isn’t just another technical exercise—it’s your ticket to infrastructure that practically maintains itself.…
From Metrics to Insight: Monitoring Kubernetes Clusters with Prometheus and Grafana https://knowledge.businesscompassllc.com/from-metrics-to-insight-monitoring-kubernetes-clusters-with-prometheus-and-grafana/ Your Kubernetes cluster is up and running, but do you actually know what’s happening inside it? Most DevOps engineers can’t answer this question with confidence. When your production app suddenly crashes at 2 AM, metrics aren’t just nice-to-have—they’re your lifeline. Monitoring Kubernetes clusters with Prometheus and Grafana transforms overwhelming data into actionable insights that help you prevent disasters before they happen.…
Streamline Infrastructure with Terraform Modules: Build DRY, Scalable IaC https://knowledge.businesscompassllc.com/streamline-infrastructure-with-terraform-modules-build-dry-scalable-iac/ Ever spent hours copying and pasting the same Terraform code for different environments, only to miss a crucial variable that breaks your entire deployment? You’re not alone. Infrastructure engineers everywhere are drowning in repetitive code while trying to maintain consistency across growing cloud environments.…
Secure Multi-Account AWS Setups with Service Control Policies (SCPs) https://knowledge.businesscompassllc.com/secure-multi-account-aws-setups-with-service-control-policies-scps/ Ever been woken up at 3 AM by an alert showing someone in your AWS organization deployed an internet-facing database with no encryption? Yeah, that’s the kind of nightmare that makes cloud architects question their career choices. Managing multiple AWS accounts without proper guardrails isn’t just risky—it’s a disaster waiting to happen. That’s where Service Control Policies (SCPs) come in, giving you powerful controls to implement secure multi-account AWS setups without drowning in configuration details.…
Mastering Amazon QuickSight: Fast and Easy Business Intelligence on AWS https://knowledge.businesscompassllc.com/mastering-amazon-quicksight-fast-and-easy-business-intelligence-on-aws/ Ever stared at a mountain of business data wondering how on earth you’ll extract anything useful without a PhD in computer science? You’re not alone. Thousands of AWS users struggle daily with turning their cloud data into actionable insights.…
Run Code Without Servers: Mastering AWS Lambda for Developers https://schedule.businesscompassllc.com/ Serverless computing has revolutionized the way developers build and deploy applications. At the heart of this revolution is AWS Lambda—a powerful serverless compute service that lets you run code without provisioning or managing servers. Whether you’re building APIs, automating workflows, or integrating services, AWS Lambda provides a cost-efficient, scalable, and easy-to-maintain solution.…
Serverless Computing on AWS: How to Build Fast, Scalable Apps Without Servers https://schedule.businesscompassllc.com/ In the ever-evolving world of cloud computing, businesses and developers constantly seek faster, more efficient ways to build and deploy applications. Serverless computing has emerged as a transformative model, enabling developers to focus solely on code while cloud providers like AWS handle infrastructure management. This podcast dives deep into serverless architecture on AWS and how to leverage it to build fast, scalable, and cost-effective applications, without ever provisioning a single server.…
AWS S3 Bucket Security: Manage IAM User Access Like a Pro https://schedule.businesscompassllc.com/ Amazon S3 is a robust and scalable object storage service used by developers and organizations worldwide. But with great power comes great responsibility—especially regarding data security. Misconfigured S3 buckets are one of the most common causes of data breaches in the cloud. This podcast walks you through managing IAM (Identity and Access Management) user access to your S3 buckets like a seasoned pro.…
How to Run Secure Docker Apps on ECS Fargate with GitHub Actions and SSL https://schedule.businesscompassllc.com/ Running containerized applications securely in the cloud is a key priority for modern DevOps workflows. Amazon ECS Fargate and GitHub Actions provide a scalable and secure way to build, deploy, and manage Docker applications without managing servers. This podcast will create a secure CI/CD pipeline to deploy Docker apps to ECS Fargate with HTTPS support via SSL certificates.…
AWS HealthLake in Action: Building Smart, Searchable Health Data Lakes https://knowledge.businesscompassllc.com/aws-healthlake-in-action-building-smart-searchable-health-data-lakes/ Ever spent hours sifting through patient records only to miss critical connections hiding in plain sight? Healthcare organizations are drowning in data while starving for insights. AWS HealthLake changes the game entirely. It transforms unstructured medical information into a searchable, analytics-ready data lake that actually makes sense of all those clinical notes, lab reports, and medical histories.…
Scale Your DynamoDB Writes with Python: Efficient Batch Write Strategies https://knowledge.businesscompassllc.com/scale-your-dynamodb-writes-with-python-efficient-batch-write-strategies/ Ever been stuck watching your DynamoDB writes crawl along while your Python application waits… and waits… and your users start closing tabs? Yeah, that pain is real. Single-item writes might work for simple apps, but they’re the equivalent of carrying groceries home one apple at a time when you could use a shopping cart.…
Building a Secure AWS Network: Bastion Host and SSH Tunnel Setup with Terraform https://knowledge.businesscompassllc.com/building-a-secure-aws-network-bastion-host-and-ssh-tunnel-setup-with-terraform/ Ever found yourself wondering why AWS security feels like building a moat around your digital castle? Without proper SSH tunnels and bastion hosts, you’re basically leaving your drawbridge down. I’ve been there. The hours spent troubleshooting network issues and the constant dread of exposing sensitive systems to the internet is enough to make anyone question their career choices.…
Accelerating Memory-Intensive Workloads on Amazon EKS with Huge Pages https://knowledge.businesscompassllc.com/accelerating-memory-intensive-workloads-on-amazon-eks-with-huge-pages/ Ever tried to squeeze a king-sized mattress into a twin bed frame? That’s what running memory-intensive applications on Kubernetes feels like without proper configuration. Your workloads are gasping for memory while performance nosedives. Here’s the thing: regular memory pages in Linux are like having thousands of tiny drawers instead of a few large cabinets for your stuff. It’s inefficient when you’re dealing with big data.…
How to Use If Statements and Conditions in AWS CloudFormation Like a Pro https://schedule.businesscompassllc.com/ Ever spent hours debugging a CloudFormation template because of one tiny logical condition gone wrong? Yeah, me too. It’s like trying to find a syntax error in a foreign language you barely speak.…
AWS Application Load Balancer: Path-Based Routing Made Easy https://schedule.businesscompassllc.com/ The AWS Application Load Balancer (ALB) is a Layer 7 load balancer that offers advanced routing capabilities, including content-based routing. Among its most powerful features is path-based routing, which allows you to forward requests to different target groups based on the URL path of the request. This is particularly useful for microservices, containerized applications, or any app that requires routing logic based on specific endpoints.…
Blue-Green Deployments on ECS: A Step-by-Step Guide for Safer Releases https://schedule.businesscompassllc.com/ Zero-downtime deployments and risk mitigation are critical in modern application development. Blue-green deployments on Amazon ECS (Elastic Container Service) offer a reliable approach for deploying application changes while minimizing service disruption. This podcast will walk you through implementing a blue-green deployment strategy on ECS using AWS CodeDeploy, Application Load Balancer (ALB), and ECS services.…
Protect Your Cloud Infrastructure: Deploying Pritunl for Secure VPN Access https://schedule.businesscompassllc.com/ As businesses shift to the cloud, securing virtual private networks (VPNs) becomes essential for safeguarding internal systems, remote access, and private communications. One robust solution is Pritunl, an open-source VPN server with simple, scalable, and secure enterprise-grade features.…
Automating EC2 Shutdowns Using Lambda and CloudWatch Events https://schedule.businesscompassllc.com/ Managing AWS EC2 instances efficiently is crucial to controlling cloud costs and ensuring optimal resource usage. Automating the shutdown of unused or idle EC2 instances is a powerful approach to achieve this. In this podcast, we’ll learn how to use AWS Lambda and Amazon CloudWatch Events (now EventBridge) to schedule and automate EC2 shutdowns.…
Protect Your EC2: How to Use NAT Gateway for Safe Internet Access https://schedule.businesscompassllc.com/ One critical concern when deploying Amazon EC2 instances in a private subnet is ensuring secure and controlled internet access. Using a NAT (Network Address Translation) Gateway allows private EC2 instances to access the internet (e.g., for OS updates, downloading packages) without exposing them to inbound connections. This helps maintain security and follows best practices for VPC architecture.…
Terraforming the Future: Building Configurable and Clustered Web Servers with Terraform https://knowledge.businesscompassllc.com/terraforming-the-future-building-configurable-and-clustered-web-servers-with-terraform/ Ever stared at a chaotic web infrastructure deployment and thought, “There has to be a better way than clicking through 37 different AWS console screens”? I’ve been there. Your team is counting on you, deadlines are looming, and manually setting up servers feels like building sandcastles at high tide.…
Boosting Productivity: Using AWS Lambda, CloudWatch, and SES for Email Automation https://knowledge.businesscompassllc.com/boosting-productivity-using-aws-lambda-cloudwatch-and-ses-for-email-automation/ Ever stared at your inbox, drowning in manual emails that should’ve been automated years ago? You’re not alone. The average tech professional wastes 11 hours weekly on tasks that could be automated—that’s over 500 hours annually! I’m about to show you how AWS Lambda, CloudWatch, and SES can transform your email automation workflow in ways your team will actually thank you for.…
Secure Multi-Account AWS Secret Management with SOPS and a Central KMS Key https://knowledge.businesscompassllc.com/secure-multi-account-aws-secret-management-with-sops-and-a-central-kms-key/ Ever stared at your AWS console wondering how your team shares secrets safely across multiple accounts without inviting chaos? I have too. It’s like trying to coordinate a surprise party over loudspeaker – risky business. Managing secrets across AWS accounts shouldn’t require a PhD in cryptography or invite security nightmares. Yet most teams struggle with this balance daily.…
Designing the Perfect Auth System: What Your Users Truly Need https://knowledge.businesscompassllc.com/designing-the-perfect-auth-system-what-your-users-truly-need/ Ever logged into an app and thought, “Why is this so painful?” You’re not alone. The average user abandons sign-up after just 24 seconds if it feels too complicated. Authentication systems don’t have to be the obstacle course most companies make them. They should be invisible doorways—getting users where they want to go without making them jump through hoops.…
When to Use DynamoDB and When to Use RDS: AWS Database Comparison https://knowledge.businesscompassllc.com/when-to-use-dynamodb-and-when-to-use-rds-aws-database-comparison/ You’re staring at your database decision with the same expression I had choosing between tacos and pizza last night. Both sound good, but which one is right? When it comes to AWS databases, picking between DynamoDB and RDS isn’t just a technical choice—it’s a strategic one that affects your application’s performance, scalability, and your team’s sleep schedule.…
Designing a Real-Time Logging API That Handles Millions of Events Per Second https://schedule.businesscompassllc.com/ As systems scale and become more distributed, the ability to ingest, process, and analyze logs in real-time becomes mission-critical. Logging APIs are not just debugging tools but the backbone of observability, operational intelligence, and security monitoring. But how do you design a logging system that can reliably handle millions of events per second?…
CloudFormation vs. CDK vs. Terraform: Ultimate Infrastructure as Code Showdown https://schedule.businesscompassllc.com/ As cloud infrastructure becomes increasingly complex, infrastructure-as-code (IaC) tools are vital for provisioning, managing, and maintaining scalable cloud environments. Three leading contenders—AWS CloudFormation, AWS CDK (Cloud Development Kit), and Terraform—stand out in the IaC arena. This podcast compares these tools, highlighting their strengths, limitations, and best-use scenarios.…
EMR API Integration: Configure Proxies and Use Python Requests for Secure Connectivity https://schedule.businesscompassllc.com/ Integrating with an Electronic Medical Record (EMR) system securely and reliably requires careful consideration of network configurations, authentication mechanisms, and data privacy. This podcast outlines how to configure proxy settings and use the requests library in Python for secure API communication with an EMR backend.…
Seamless Cloud Migration: Harness the Power of AWS Data Transfer Terminal https://schedule.businesscompassllc.com/ Migrating data to the cloud can be daunting, especially when faced with large-scale transfers, security concerns, and minimal downtime requirements. AWS Data Transfer Terminal offers a robust solution, enabling organizations to perform secure, efficient, and seamless data migrations from on-premises infrastructure to AWS Cloud. This podcast explores how AWS Data Transfer Terminal streamlines cloud adoption and enhances data migration strategies.…
Automate Log Cleanup and Cost Optimization with Shell Scripts https://schedule.businesscompassllc.com/ In today's cloud-driven landscape, logging is essential for monitoring, debugging, and maintaining application health. However, uncontrolled log accumulation can lead to excessive storage usage, increased costs, and system inefficiencies. Automating log cleanup using shell scripts ensures optimal storage utilization and contributes to significant cost savings.…
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.…
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 OutSystems applications to AWS services.…
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.…
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.…
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.…
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 distributing secure and up-to-date AMIs. This podcast explores how EC2 Image Builder streamlines AMI management and improves operational efficiency.…
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 matters, and explore best practices to help you maximize your Spark workloads.…
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 across services can be a challenge. Enter AWS X-Ray—a powerful distributed tracing solution that integrates seamlessly with EKS to help you identify bottlenecks, monitor service latency, and optimize performance.…
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 podcast covers the critical networking concepts that every DevOps and Cloud professional should master.…
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.
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. Government IT teams across the country are drowning in deployment complexity while security auditors breathe down their necks.…
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.…
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.…
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.…
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, and storage layers keep multiplying like rabbits.…
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 into play.…
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.