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!
Tiffany Yu is the CEO & Founder of Diversability, an award-winning social enterprise to elevate disability pride; the Founder of the Awesome Foundation Disability Chapter, a monthly micro-grant that has awarded $92.5k to 93 disability projects in 11 countries; and the author of The Anti-Ableist Manifesto: Smashing Stereotypes, Forging Change, and Building a Disability-Inclusive World. As a person with visible and invisible disabilities stemming from a car crash, Tiffany has built a career on disability solidarity. Now that she has found success, she works to expand a network of people with disabilities and their allies to decrease stigmas around disability and create opportunities for disabled people in America. Episode Chapters 0:00 Intro 1:26 When do we choose to share our disability stories? 4:12 Jay’s disability story 8:35 Visible and invisible disabilities 13:10 What does an ally to the disability community look like? 16:34 NoBodyIsDisposable and 14(c) 21:26 How does Tiffany’s investment banking background shape her advocacy? 27:47 Goodbye and outro For video episodes, watch on www.youtube.com/@therudermanfamilyfoundation Stay in touch: X: @JayRuderman | @RudermanFdn LinkedIn: Jay Ruderman | Ruderman Family Foundation Instagram: All About Change Podcast | Ruderman Family Foundation To learn more about the podcast, visit https://allaboutchangepodcast.com/…
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.
Boost AWS Security: Remove Default Outbound Rules from Security Groups https://schedule.businesscompassllc.com/ When securing your cloud infrastructure on AWS, many developers and security teams overlook one subtle but impactful setting: the default outbound rules in AWS Security Groups. These rules, which allow all outbound traffic by default, can expose your environment more than necessary. Let’s explore why you should consider removing them and how to do it effectively to bolster your AWS security posture.…
Designing High-Availability Architectures: Load Balancing Strategies in AWS https://schedule.businesscompassllc.com/ In today's always-on digital world, ensuring that applications are available, responsive, and scalable under variable traffic loads is critical. High Availability (HA) isn't just a buzzword—it's a requirement for modern cloud-native applications. At the heart of HA in the AWS ecosystem lies Load Balancing. This podcast explores the key concepts, design strategies, and AWS services that enable resilient and fault-tolerant architectures.…
CDK for Terraform: Modules vs Constructs — What's the Difference? https://schedule.businesscompassllc.com/ Infrastructure as Code (IaC) has become critical to modern cloud development. CDK for Terraform (CDKTF) combines the power of Terraform's mature provisioning engine with the expressiveness of programming languages such as TypeScript, Python, and Java. But when working with CDKTF, you’ll quickly encounter two essential concepts: Modules and Constructs. Although they seem similar, they serve different purposes and have distinct use cases. This podcast dives into the core differences between Modules and Constructs in CDK for Terraform, helping you understand when and how to use each effectively.…
Cross-Account Networking in AWS: Share VPC Prefix Lists Using RAM and Organizations https://schedule.businesscompassllc.com/ In modern cloud architectures, efficient and secure network configuration across multiple AWS accounts is essential. One common scenario is sharing Amazon Virtual Private Cloud (VPC) resources—particularly prefix lists—to standardize access controls and simplify network routing. AWS provides a powerful solution through Resource Access Manager (RAM) and AWS Organizations, enabling seamless cross-account networking. This podcast explores sharing VPC prefix lists using RAM and leveraging AWS Organizations to streamline access management and reduce manual configuration.…
Deploying to AWS Lambda: ZIP Files vs. Containers Explained https://schedule.businesscompassllc.com/ AWS Lambda has revolutionized serverless computing by abstracting away server management and offering scalable execution environments for your code. When deploying functions to Lambda, you have two primary packaging formats: ZIP archives and container images. Each has its own use cases, benefits, and trade-offs. This podcast will explain the differences between ZIP-based and container-based Lambda deployments, help you understand when to use each, and provide insights to optimize your serverless deployment strategy.…
How to Use AWS WAF with Reactive Infrastructure for Cost-Effective Threat Blocking https://schedule.businesscompassllc.com/ Organizations need innovative, scalable, and budget-friendly security mechanisms as cyber threats increase in frequency and sophistication. AWS Web Application Firewall (WAF) provides robust protections against common attack vectors like SQL injection, cross-site scripting (XSS), and DDoS. You can achieve enhanced security and significant cost savings when integrated with reactive infrastructure architectures that dynamically adapt to threats. This podcast pairs AWS WAF with reactive infrastructure to build a responsive, efficient, affordable threat-blocking solution.…
Authorization Demystified: Best Practice #3 for Securing REST APIs with API Gateway https://schedule.businesscompassllc.com/ Securing REST APIs is foundational in building modern, scalable, and secure applications. When paired with strong authorization practices, Amazon API Gateway becomes a robust tool for protecting your backend services from unauthorized access. In this podcast, we’ll demystify Best Practice #3: Implementing Authorization and explore how to effectively apply it using API Gateway to secure your REST APIs.…
AWS Anti-Patterns: Mistakes That Could Break Your Cloud Project https://schedule.businesscompassllc.com/ Cloud computing offers unparalleled agility, scalability, and innovation—but only if used correctly. AWS provides a robust ecosystem, but misuse or neglect of best practices can lead to cost overruns, security breaches, or architectural nightmares. Below are common AWS anti-patterns that could derail your project and how to avoid them.…
Advanced AWS Networking: Inter-Regional Routing with Private NATs and Transit Gateway https://schedule.businesscompassllc.com/ As organizations grow and adapt multi-region cloud strategies, enabling secure and efficient inter-regional communication becomes essential. To facilitate this, AWS provides powerful networking components like Transit Gateway and Private NAT Gateway. This podcast will explore how to set up inter-regional routing using these services to achieve robust, scalable, and secure connectivity between VPCs across AWS regions.…
Automating Security in AWS Pipelines with Shift Left Methodology https://schedule.businesscompassllc.com/ In today's fast-paced DevOps environments, integrating security earlier in the development lifecycle is not a luxury—it’s a necessity. The traditional approach of treating security as a final checkpoint before deployment is increasingly being replaced by the Shift Left methodology, which embeds security controls and validations at the earliest stages of the development pipeline. This shift is especially critical in cloud-native environments like AWS, where speed, automation, and scale are paramount. This podcast explores how organizations can automate security in AWS pipelines using Shift Left principles, ensuring robust protection without compromising agility.…
MSP’s Guide to AWS Cost Optimization for Enterprise Clients https://schedule.businesscompassllc.com/ As enterprises scale their cloud infrastructure, managing and optimizing AWS costs becomes critical. Managed Service Providers (MSPs) are vital in helping organizations identify inefficiencies, implement savings strategies, and build a cost-aware cloud culture. This podcast outlines actionable techniques MSPs can adopt to drive cost optimization for enterprise clients.…
AWS Cross-Zone Load Balancing: What It Is and How It Works https://schedule.businesscompassllc.com/ As cloud-native applications scale across multiple Availability Zones (AZs), efficient traffic distribution becomes critical for performance and resilience. AWS Cross-Zone Load Balancing plays a vital role in achieving this balance, especially for applications deployed across different AZs in a region. In this podcast, we will explore cross-zone load balancing, how it works, its benefits, limitations, and when you should use it.…
Ground-Up Cloud Automation: Building with Terraform https://schedule.businesscompassllc.com/ In today’s fast-paced digital landscape, automating cloud infrastructure is no longer a luxury—it's a necessity. Whether you're a startup scaling quickly or an enterprise migrating to the cloud, manual provisioning is error-prone and inefficient. This is where Terraform, a powerful open-source Infrastructure as Code (IaC) tool from HashiCorp, becomes a game-changer. This podcast walks you through building cloud automation from the ground up using Terraform, enabling repeatable, secure, and scalable cloud deployments.…
Simplifying AWS Permissions for EKS: Comparing Pod Identity and IRSA https://schedule.businesscompassllc.com/ Amazon Elastic Kubernetes Service (EKS) is a powerful tool for orchestrating containerized applications in the cloud, but securely granting IAM permissions to pods has long been a nuanced challenge. Historically, IAM Roles for Service Accounts (IRSA) has been the go-to method, but AWS recently introduced EKS Pod Identity as a simplified alternative. This podcast dives into the architecture, pros and cons, and real-world use cases of both approaches to help you choose the right one for your environment.…
AWS S3 Security Deep Dive: Protecting Data Integrity Beyond Visibility https://schedule.businesscompassllc.com/ Amazon S3 (Simple Storage Service) is the backbone of many cloud-native applications and enterprise data architectures. While visibility into access patterns and configurations is critical, proper data protection goes beyond dashboards and logs. It demands a layered approach that addresses integrity, availability, and confidentiality at every stage of your data lifecycle. This podcast explores the full spectrum of S3 security mechanisms, helping you move from basic visibility to comprehensive protection.…
Streaming Data to Snowflake: Load from AWS S3 with Snowpipe and CDC https://schedule.businesscompassllc.com/ Modern data architectures thrive on real-time insights, and organizations increasingly need seamless ways to stream data efficiently. With its robust integration capabilities, Snowflake offers a powerful mechanism to load streaming data using Snowpipe in conjunction with AWS S3 and Change Data Capture (CDC). This podcast walks through architecting and implementing a near-real-time data ingestion pipeline using these technologies.…
What is AWS Glue? A Complete Introduction to Amazon’s Serverless ETL Tool https://schedule.businesscompassllc.com/ As businesses generate more data than ever, practical, scalable data integration tools become critical. Enter AWS Glue — a fully managed, serverless ETL (Extract, Transform, Load) service designed to prepare and transform data for analytics, machine learning, and application development. Whether you're a data engineer, a business analyst, or a developer, AWS Glue simplifies the data preparation process across diverse sources and formats.…
FinOps on AWS: A Smart Strategy to Cut Cloud Costs and Boost ROI https://schedule.businesscompassllc.com/ Cloud computing has revolutionized how businesses operate, but with great flexibility comes the challenge of managing and optimizing costs. As AWS continues to dominate the cloud landscape, organizations are turning to FinOps (Financial Operations) to establish accountability, control spending, and increase return on investment (ROI). This podcast explores implementing an effective FinOps strategy on AWS and unlocking measurable business value.…
AWS Kinesis: A Step-by-Step Guide to Real-Time Data Streaming https://schedule.businesscompassllc.com/ In today’s data-driven world, real-time data streaming is crucial for responsive applications, predictive analytics, and dynamic decision-making. Amazon Kinesis is a fully managed service designed by AWS to handle large-scale streaming data in real-time. Whether you are tracking website activity, analyzing IoT sensor data, or monitoring logs and events, Kinesis provides scalable, durable, and secure solutions.…
AWS DynamoDB: A Step-by-Step Guide to NoSQL Database Mastery https://schedule.businesscompassllc.com/ Amazon DynamoDB is a powerful NoSQL database service that provides fast and predictable performance with seamless scalability. This podcast will walk you through mastering DynamoDB, from foundational concepts to advanced practices, making it the go-to solution for developers building modern, cloud-native applications.…
AWS Elastic Beanstalk: Simplified Deployment Guide for Web Apps https://schedule.businesscompassllc.com/ Deploying modern web applications can be time-consuming, especially when managing infrastructure, scalability, load balancing, and environment configuration. AWS Elastic Beanstalk simplifies this process by automating the deployment and scaling of web applications and services. Whether you're running Python, Node.js, Java, PHP, Ruby, .NET, or Go, Elastic Beanstalk offers a fully managed environment to help you launch apps quickly with minimal overhead.…
Secure, Scalable, and Simple: Master AWS S3 https://schedule.businesscompassllc.com/ Amazon Simple Storage Service (Amazon S3) is the backbone of modern cloud storage—simple in design, robust in performance, and powerful in capability. Whether building an enterprise application, managing big data analytics, or developing a content delivery solution, S3 is indispensable in your AWS toolkit. In this podcast, we explore how to harness the full power of AWS S3 while keeping your data secure, your architecture scalable, and your operations simple.…
AWS Lambda Guide: Create, Configure, and Run Serverless Code Easily https://schedule.businesscompassllc.com/ AWS Lambda is a serverless compute service that lets you run code without provisioning or managing servers. It automatically scales applications by running code in response to triggers, such as HTTP requests via Amazon API Gateway, file uploads to Amazon S3, updates in DynamoDB, and more. Whether you're building APIs, automating infrastructure tasks, or processing data streams, Lambda brings agility and scalability to your development workflows.…
The Ultimate Guide to AWS VPC Configuration and Management https://schedule.businesscompassllc.com/ Amazon Web Services (AWS) provides a secure and scalable cloud infrastructure that enables organizations to build highly available applications. At the heart of this infrastructure is the Amazon Virtual Private Cloud (VPC)—a logically isolated section of the AWS cloud where you can launch AWS resources in a virtual network you define. This podcast is designed to help beginners and seasoned cloud architects understand the intricacies of configuring and managing AWS VPCs effectively.…
Create, Configure, and Control: The Ultimate AWS RDS Management Guide https://schedule.businesscompassllc.com/ Managing relational databases in the cloud can be daunting without the right tools. Amazon Web Services (AWS) offers Amazon RDS (Relational Database Service) — a fully managed service that simplifies the setup, operation, and scaling of relational databases. Whether you're a DevOps engineer, database administrator, or cloud architect, this guide will walk you through creating, configuring, and controlling AWS RDS.…
Stateful Applications on AWS EKS: The EBS Bottleneck and My Shift to EFS https://schedule.businesscompassllc.com/ As Kubernetes adoption accelerates across organizations, deploying stateful applications on AWS EKS presents opportunities and architectural challenges. A key decision point often lies in choosing the proper persistent storage backend. In this podcast, I’ll describe the bottlenecks I encountered with Amazon EBS when scaling my stateful workloads and explain why I transitioned to Amazon EFS for a more reliable and scalable solution.…
The Psychology of Cloud Failure: Turning Fear into Resilience https://schedule.businesscompassllc.com/ In an era where cloud computing underpins digital transformation, businesses increasingly rely on largely invisible yet mission-critical infrastructure. With this reliance comes a lurking anxiety: What happens when the cloud fails? This podcast explores the psychological dimensions of cloud failure, the cognitive biases and fears it triggers, and how organizations can build resilience, both technically, culturally, and emotionally.…
Terraforming Bastion Architecture: Secure AWS Access for Private Subnets https://schedule.businesscompassllc.com/ In cloud-native environments, private subnets are essential for securely hosting backend services like databases and internal APIs. However, connecting to instances in these private subnets requires a secure and controlled access method. This is where a bastion host (a jump server) becomes essential. In this podcast, we'll explore how to deploy a bastion host architecture using Terraform on AWS to enable secure SSH access to private EC2 instances, without compromising security.…
From Scalability to Fault Tolerance: Key System Design Concepts for Cloud Architects https://schedule.businesscompassllc.com/ In today’s fast-evolving cloud landscape, system design is no longer a niche skill—it's an architectural necessity. Whether building a global-scale e-commerce platform or deploying a microservices-based SaaS solution, understanding and implementing system design principles is paramount. For cloud architects, this means balancing trade-offs among scalability, reliability, performance, security, and cost.…
Unlock Cloud Protection: The 14 AWS Security Microstacks That Matter Most https://schedule.businesscompassllc.com/ In today’s rapidly evolving digital ecosystem, protecting your cloud infrastructure is not just about compliance—it's about survival. Amazon Web Services (AWS) offers a powerful security microstacks suite that empowers developers, architects, and security professionals to build secure, scalable, and resilient applications. This podcast dives deep into the 14 AWS security microstacks that matter most and how they form a multi-layered defense strategy for your cloud environment.…
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.