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.ā¦
Secure Your Cloud Workloads with Amazon Inspector: Everything You Need to Know https://schedule.businesscompassllc.com/ As cloud infrastructure becomes increasingly complex and vital to business operations, ensuring security is non-negotiable. Enter Amazon Inspector, an automated vulnerability management service that helps you continually monitor the security posture of your AWS workloads. From identifying software vulnerabilities to detecting unintended network exposure, Amazon Inspector offers deep, automated insights, ensuring your infrastructure remains secure and compliant. In this podcast, weāll take you through everything you need to know to get started with and maximize the value of Amazon Inspector.ā¦
How AWS Global Accelerator Enhances Application Uptime and Performance https://schedule.businesscompassllc.com/ In todayās global digital ecosystem, ensuring high availability and low latency for your applications is critical. AWS Global Accelerator is a powerful networking service designed to enhance application performance, availability, and resilience by intelligently routing user traffic to the nearest healthy endpoint. This podcast explores how AWS Global Accelerator achieves these goals and why itās a must-have for modern, distributed applications.ā¦
Seamless ECS Deployment: Launch Your App with Amazon ECS Today https://schedule.businesscompassllc.com/ Deploying modern applications in the cloud has never been easier. With Amazon ECS (Elastic Container Service), you can launch and manage containerized applications with high performance, scalability, and minimal overhead. Whether you're a seasoned DevOps engineer or just starting your cloud-native journey, this podcast walks you through deploying your application using Amazon ECS ā seamlessly and efficiently .ā¦
Making the Most of AWS VPC Endpoints: Smart Cost-Saving Strategies https://schedule.businesscompassllc.com/ Amazon Virtual Private Cloud (VPC) Endpoints offer a secure and scalable way to connect your VPC to AWS services without traversing the public internet. They eliminate the need for internet gateways, NAT devices, or VPN connections, providing security and cost-efficiency. But to unlock their full value, you must strategically design and manage them for cost savings. In this podcast, weāll explore practical and tactical ways to reduce AWS costs by intelligently leveraging VPC Endpoints.ā¦
AWS SNS vs SQS: The Dynamic Duo Developers Need to Know About https://schedule.businesscompassllc.com/ When building distributed systems on AWS, two messaging services often emerge as key players: Amazon Simple Notification Service (SNS) and Amazon Simple Queue Service (SQS). While both are designed to decouple and scale microservices, their use cases and core architectures differ significantly. Understanding when and how to use them together or separately can elevate the reliability and flexibility of your cloud-native applications.ā¦
Amazon EKS Hybrid Nodes Explained: Connect Your On-Prem Infrastructure to the Cloud https://schedule.businesscompassllc.com/ As organizations embrace hybrid cloud strategies, the demand for seamless integration between on-premises infrastructure and the cloud continues to grow. Amazon Elastic Kubernetes Service (EKS) Hybrid Nodes offer a powerful solution by extending Kubernetes cluster capabilities to on-premises environments. This podcast explores how EKS Hybrid Nodes work, how to set them up, and the benefits they offer for modern infrastructure teams.ā¦
Unleashing AI with Amazon Bedrock: A Practical Guide for Developers https://schedule.businesscompassllc.com/ Artificial Intelligence (AI) transforms how developers build, scale, and deploy modern applications. With the launch of Amazon Bedrock, AWS has democratized access to foundation models (FMs) from leading AI providers like Anthropic, AI21 Labs, Cohere, Meta, and Amazon itself. In this podcast, we'll explore how developers can harness the power of Amazon Bedrock to streamline generative AI development without managing any infrastructure.ā¦
Fixing Terraform IAM Roles After managed_policy_arns Deprecation https://schedule.businesscompassllc.com/ As of recent updates in the Terraform AWS Provider, the widely used managed_policy_arns argument in the aws_iam_role resource is officially deprecated. This change has affected many infrastructure-as-code workflows, requiring teams to refactor their Terraform configurations to align with the new structure. This podcast will walk through the deprecation, what it means, and how to fix your Terraform code to comply with the updated best practices.ā¦
AWS Config at Scale: Enforcing Compliance Across Organizations with CloudFormation Lambda Hooks https://schedule.businesscompassllc.com/ In modern enterprises, cloud infrastructure grows rapidly, often across multiple AWS accounts and regions. With this growth comes the challenge of maintaining compliance with internal governance and industry regulations. AWS Config, combined with CloudFormation Lambda Hooks, offers a robust and scalable solution to enforce compliance across organizational units in real-time. This podcast explores implementing AWS Config at scale using Lambda hooks, ensuring your infrastructure remains secure, compliant, and consistent.ā¦
Beyond Basics: Advanced DynamoDB Single Table Design Strategies https://schedule.businesscompassllc.com/ Amazon DynamoDB is a robust NoSQL database that supports key-value and document data models, making it ideal for serverless and event-driven architectures. While many developers are familiar with basic DynamoDB features, mastery truly begins with single-table design. Going beyond the basics opens doors to more efficient, scalable, and cost-effective applications. This podcast explores advanced single-table design strategies to help you architect better data models that fully leverage DynamoDBās strengths.ā¦
Maximize EKS Efficiency: Dynamic Kubernetes Scaling with Karpenter https://schedule.businesscompassllc.com/ Amazon Elastic Kubernetes Service (EKS) empowers teams to run Kubernetes workloads efficiently. However, managing infrastructure cost and performance at scale remains a challenge. Enter Karpenter, an open-source, high-performance Kubernetes auto scaler developed by AWS. This podcast delves into how Karpenter dynamically provisions compute capacity, maximizing efficiency and reducing overhead in your EKS environments.ā¦
CI/CD at Scale: Deploying Jenkins on AWS with Terraform Automation https://schedule.businesscompassllc.com/ In todayās fast-paced DevOps landscape, Continuous Integration and Continuous Deployment (CI/CD) are essential for delivering quality software efficiently and reliably. Jenkins, one of the most popular open-source CI/CD tools, becomes even more powerful when combined with AWS for scalability and Terraform for automation. This podcast walks you through deploying a scalable Jenkins architecture on AWS using Terraform, enabling automation, reproducibility, and efficient infrastructure management.ā¦
Hardening AWS Network Security with VPC Firewalls and Endpoints: A Complete Guide https://schedule.businesscompassllc.com/ In todayās cloud-driven world, ensuring robust network security in your AWS infrastructure is not just recommendedāit's essential. Virtual Private Clouds (VPCs) provide powerful tools such as VPC Firewalls and VPC Endpoints that significantly enhance security, control, and traffic visibility. This podcast explores properly configuring and leveraging these features to build a secure and scalable AWS environment.ā¦
Monitoring EC2 Health and SSM Status with AWS Lambda and EventBridge: A Step-by-Step Guide https://schedule.businesscompassllc.com/ Ensuring your Amazon EC2 instances are healthy and reachable is vital for infrastructure stability and application uptime. In this podcast, weāll walk through how to monitor EC2 instance health and AWS Systems Manager (SSM) availability using AWS Lambda and Amazon EventBridge to automate real-time detection and alerting.ā¦
AWS at Scale: Key Takeaways from Managing a Multi-Million Dollar Data Architecture https://schedule.businesscompassllc.com/ As businesses grow, so do their data needs. Managing a multi-million dollar data architecture on AWS (Amazon Web Services) demands a high level of strategy, engineering discipline, cost control, and architectural foresight. This podcast unpacks key takeaways from real-world experience running enterprise-scale data infrastructures on AWS, highlighting practical insights, architectural decisions, and battle-tested best practices.ā¦
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.