Cloud Computing with Fexingo: AWS, Azure, GCP, and Modern Infrastructure Conversations

Cloud Computing with Fexingo: AWS, Azure, GCP, and Modern Infrastructure Conversations

Fexingo
Maa Yhdysvallat
Genret Liiketoiminta
Kieli EN
Jaksot 103
Viimeisin 30.07.2026

Cloud computing is the backbone of modern business, but the landscape is shifting fast. Lucas and Luna cut through the vendor noise to examine the real-world strategies behind AWS, Azure, and GCP — from multi-cloud architectures to edge computing and container orchestration. Each episode takes a single infrastructure decision, like choosing a database service or designing for disaster recovery, and traces its implications for cost, latency, and developer productivity. Lucas brings deep technical fluency and a journalist's skepticism toward marketing claims; Luna tests each argument against case studies from companies like Netflix, Capital One, and Adobe. They don't just compare prices — they explore trade-offs in lock-in, compliance, and operational complexity.

Jaksot

  • The Hidden Cost of Cross-Availability Zone Data Transfer 30.07.2026 7min
    Cross-availability-zone data transfer is a quiet line item that can add thousands to your monthly cloud bill. In this episode, Lucas and Luna break down how a typical three-tier application generates these fees — from database replicas to microservice calls — and why you might be paying $0.01 per gigabyte just for traffic inside a single region. They walk through a concrete example: a 100-terabyte-per-month data pipeline that racks up $1,000 in cross-AZ fees, then discuss trade-offs between high availability and cost. With a few architectural tweaks — like colocating control traffic and using regional load balancers — you can slash the bill without sacrificing resilience. Tune in to understand a hidden cost that grows as apps become more distributed. #CloudComputing #Technology #Business #CostOptimization #HiddenCosts #AWS #Azure #GCP #DataTransfer #AvailabilityZone #HighAvailability #CloudArchitecture #Microservices #FinOps #FexingoBusiness #BusinessPodcast #LucasAndLuna #TechPodcast Keep every episode free: buymeacoffee.com/fexingo
  • Why Your Cloud Logging Bill Is the Next Shock 30.07.2026 5min
    A startup with a $12,000 monthly cloud bill was stunned to discover $3,000 was just for storing application logs. In this episode, Lucas and Luna break down the hidden costs of cloud logging—ingestion fees, storage, and data transfer across AWS, Azure, and GCP. They share practical strategies to cut log costs by up to 70%: setting retention limits, using archival tiers, filtering noise, and monitoring usage. Plus, a real-world case of a company that slashed its logging bill with simple governance changes. If you manage a cloud budget, this episode will make you rethink your log retention policy. #CloudLogging #AWSCloudWatch #AzureMonitor #GCPCloudLogging #HiddenCosts #CloudBill #CostOptimization #LogManagement #Observability #DevOps #CloudInfrastructure #FexingoBusiness #BusinessPodcast #TechnologyPodcast #CloudComputing #LogRetention #S3Glacier #IngestionCosts Keep every episode free: buymeacoffee.com/fexingo
  • The Hidden Cost of Cloud Private Endpoints 29.07.2026 8min
    Episode 139 of Cloud Computing with Fexingo dives into the often unexpected costs of using private endpoints to secure cloud connections. Lucas and Luna break down the pricing structure of AWS PrivateLink, Azure Private Link, and Google's Private Service Connect, including hourly endpoint fees and data processing charges. They walk through a real example of a company that deployed 20 private endpoints for a microservices architecture and saw a $3,400 monthly bill just for the endpoints. The episode offers practical advice on when to use private endpoints, how to audit existing deployments, and why some teams are better off with public endpoints plus client-side encryption. A must-listen for any engineer or FinOps professional managing cloud networking costs. #CloudCost #PrivateEndpoint #AWSPrivateLink #AzurePrivateLink #GooglePrivateServiceConnect #CloudNetworking #FinOps #CloudBilling #CostOptimization #CloudSecurity #VPC #MicroservicesCost #Technology #CloudComputingWithFexingo #SpeakerLucas #SpeakerLuna #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo
  • The Hidden Cost of Storing Unused Container Images 29.07.2026 6min
    In this episode of Cloud Computing with Fexingo, Lucas and Luna reveal why your cloud bill now includes a container image storage fee—and why most teams are paying for gigabytes of dead weight. They break down the math: at 300 MB per image, 20 pushes a day, and a $0.10/GB/month rate, storage alone can cost $200/month per project. With over 40% of stored images never pulled again, lifecycle policies and immutable tags are essential. Plus, a call to support the show at buy me a coffee dot com slash fexingo. #ContainerImageStorage #CloudCosts #AWSECR #AzureContainerRegistry #GoogleContainerRegistry #Kubernetes #DevOps #CloudOptimization #LifecyclePolicy #ImmutableTags #HiddenFees #CloudBilling #Technology #CloudComputing #FexingoBusiness #BusinessPodcast #CostManagement #FinOps Keep every episode free: buymeacoffee.com/fexingo
  • The Hidden Cost of Cloud Object Storage Request Fees 28.07.2026 4min
    Episode 137 of Cloud Computing with Fexingo digs into a common cloud billing surprise: per-request charges for object storage. While most teams focus on storage cost per gigabyte, request fees for GET, PUT, and LIST operations can silently consume a large share of the budget. Lucas unpacks a real-world example: a startup storing user-generated images on AWS S3 that found its monthly request fees exceeded storage costs by four times. He explains how Amazon S3’s pricing works—$0.023 per GB per month plus $0.005 per 1000 GET requests—and how high-volume applications with many small files can rack up million-request bills. Luna probes why this catches teams off guard, and they discuss mitigation strategies: using a CDN to absorb read traffic, aggregating writes with batch operations, and enabling S3 Transfer Acceleration to reduce request latency. They also touch on how similar fees apply to Azure Blob Storage and Google Cloud Storage, and why modeling total cost including requests is essential for accurate budgeting. If today's tech conversation gave you something usable, listener support keeps the show ad-free at buy me a coffee dot com slash fexingo. #CloudComputing #AWS #S3 #ObjectStorage #CloudCosts #RequestFees #AwsS3Pricing #CloudBilling #HiddenCosts #AzureBlobStorage #GoogleCloudStorage #FeeAware #CostOptimization #Technology #FexingoBusiness #BusinessPodcast #CloudInfrastructure #PodcastEpisode137 Keep every episode free: buymeacoffee.com/fexingo
  • The Hidden Cost of Cloud Secret Management API Calls 28.07.2026 6min
    Lucas and Luna break down why your cloud bill might be quietly growing due to API calls for managing secrets like database passwords and API keys. They explain how AWS Secrets Manager and Azure Key Vault charge per 10,000 calls, how microservices architectures can inflate these costs through frequent retrievals and rotation policies, and why teams often overlook this line item. A real-world scenario—100 secrets, 100 pods, rolling updates—shows how a seemingly small fee can compound into thousands of dollars. They also share best practices like caching secrets in memory, using sidecar providers like External Secrets Operator, and setting up cost alerts. Essential listening for anyone managing cloud infrastructure or trying to understand every line of the monthly bill. #CloudComputing #AWS #Azure #GCP #SecretsManager #KeyVault #APICalls #CloudCosts #HiddenFees #Microservices #Kubernetes #CostOptimization #FinOps #Technology #CloudInfrastructure #FexingoBusiness #BusinessPodcast #CloudSecurity Keep every episode free: buymeacoffee.com/fexingo
  • Why Your Cloud Bill Now Charges for DNS Queries 27.07.2026 8min
    Most cloud users focus on compute and storage costs, but DNS resolution is an often-overlooked expense that can silently inflate your monthly bill. In episode 135 of Cloud Computing with Fexingo, Lucas and Luna break down how AWS Route 53, Azure DNS, and Google Cloud DNS price per query, why microservices and containerized architectures multiply these costs, and practical strategies to cut your DNS bill by 30–50% without sacrificing performance. They walk through a real-world example: a mid-size e-commerce platform that was spending $1,200 per month on DNS alone simply because they hadn't enabled query logging or consolidated public zones. You'll learn about caching, alias records, and private DNS zones. The hosts also discuss how cloud providers are quietly raising DNS prices as a margin play, and what you can push back on in contract negotiations. If your cloud bill has been creeping up without explanation, this episode might point you to the culprit. #CloudComputing #DNS #AWSCosts #AzureCosts #GoogleCloud #Route53 #AzureDNS #CloudDNS #CloudBilling #CostOptimization #Microservices #ContainerCosts #NetworkCosts #CloudInfrastructure #HiddenCloudCosts #FexingoBusiness #BusinessPodcast #Technology Keep every episode free: buymeacoffee.com/fexingo
  • Why Cloud Bills Now Tax Load Balancer Data Processing 27.07.2026 6min
    This episode of Cloud Computing with Fexingo dives into a hidden cost that's quietly inflating cloud bills: load balancer data processing fees. While most teams focus on compute and storage, AWS, Azure, and GCP all charge per gigabyte of data that flows through their load balancers. For a mid-size e-commerce site handling 500 GB per day, that adds up to over $1,000 a month — often buried in the 'networking' line item. We break down the pricing models, how they differ across providers, and why this fee is becoming harder to ignore as traffic grows. Plus, we share three mitigation strategies including using TCP passthrough on the Nginx controller in Kubernetes, right-sizing your load balancer type, and leveraging AWS Global Accelerator to reduce per-GB costs. If you're managing a cloud bill over $10K a month, this episode is a must-listen. #CloudComputingWithFexingo #Aws #Azure #Gcp #LoadBalancer #DataProcessing #CloudCosts #Finops #Kubernetes #Nginx #AwsGlobalAccelerator #Savings #Technology #FexingoBusiness #BusinessPodcast #Episode134 #HiddenCosts #Networking Keep every episode free: buymeacoffee.com/fexingo
  • How Public IPv4 Addresses Inflate Your Cloud Bill 26.07.2026 7min
    AWS started charging for public IPv4 addresses in 2024, but many teams still haven't cleaned up idle allocations. At $0.005 per IP per hour, each unused address costs about $43.80 a year — and a typical development account might have dozens. Lucas and Luna break down why the charges exist (IPv4 exhaustion, the secondary market), how Azure and GCP compare, and practical strategies like leveraging NAT Gateways, IPv6, and Elastic IP lifecycle policies. They also discuss common pitfalls, such as public-facing load balancers that generate hidden IP costs, and how to audit your account using tools like AWS Trusted Advisor or Azure Advisor. Whether you're running a single EC2 instance or a multi-region architecture, this episode will help you spot a cost that's easy to overlook. #CloudComputing #Technology #AWS #Azure #GCP #IPv4 #CloudCosts #FexingoBusiness #BusinessPodcast #PublicIP #NATGateway #IPv6 #ElasticIP #CostOptimization #CloudInfrastructure #DevOps #FinOps #CloudBilling Keep every episode free: buymeacoffee.com/fexingo
  • The Hidden Cost of Cloud NAT Gateways 26.07.2026 4min
    NAT gateways are a classic hidden cloud cost: they charge per hour even when idle, plus per GB for data processed. In this episode, Lucas and Luna break down how a mid-sized startup with three regions can easily spend over $2,000 a year just on NAT gateway infrastructure, and why many teams never audit these charges. They explore cheaper alternatives including VPC endpoints for S3 and DynamoDB, egress-only internet gateways for IPv6, and shared NAT solutions via transit gateways. By the end, listeners will know exactly where to look for wasted NAT spend and how to reduce it without breaking connectivity. #CloudComputing #NATGateway #HiddenCosts #AWS #Azure #GCP #CloudCostOptimization #VPC #Egress #CloudInfrastructure #CloudBilling #FexingoBusiness #BusinessPodcast #Technology #Networking #CostSavings #CloudMigration #CloudArchitecture Keep every episode free: buymeacoffee.com/fexingo
  • The Hidden Cost of Cloud Database Backup Storage 25.07.2026 5min
    Most engineering teams assume database backup storage is free up to the size of their allocated database — but cloud providers have been quietly tightening the math. In this episode, Lucas and Luna unpack Amazon RDS automated backup billing, Azure SQL backup storage redundancy tiers, and GCP Cloud SQL's inclusive storage allowance. They walk through a real example of a company that saw backup storage costs grow to 30% of total database spend because of manual snapshots and cross-region retention. The episode also covers the hidden data transfer charges for restoring from snapshots, and offers practical steps to monitor and cap backup storage costs before they surprise your finance team. If you manage cloud databases, this one might save you a line item you haven't checked yet. #CloudComputing #DatabaseBackup #HiddenCloudCosts #AWS #RDS #Azure #AzureSQL #GCP #CloudSQL #BackupStorage #CloudCostOptimization #Technology #CloudInfrastructure #FexingoBusiness #BusinessPodcast #CloudCosts #DatabaseSnapshot #DevOps Keep every episode free: buymeacoffee.com/fexingo
  • The Hidden Cost of Cloud API Gateway Custom Domain Fees 24.07.2026 8min
    Episode 130 of Cloud Computing with Fexingo digs into a cloud cost that often flies under the radar: the fee for using a custom domain on an API gateway. Lucas and Luna break down how AWS, Azure, and GCP each charge for this seemingly simple feature. Lucas explains that AWS charges $1.20 per month per custom domain per region, Azure's App Gateway charges a flat monthly fee regardless of usage, and GCP's Cloud Endpoints charges per million requests. They discuss a real case of a startup that ran up thousands in unanticipated costs because they used separate domains for each environment and microservice. The episode also touches on the broader pattern of cloud providers unbundling essential features and charging extra. Tune in to learn one concrete number or policy you can check in your own cloud bill. #CloudComputing #AWS #Azure #GCP #APIGateway #CustomDomain #CloudCosts #FinOps #HiddenFees #Technology #Infrastructure #DevOps #Serverless #CloudBilling #Startup #FexingoBusiness #BusinessPodcast #TechPodcast Keep every episode free: buymeacoffee.com/fexingo
  • Why Cloud Bills Now Tax Metadata API Calls 23.07.2026 9min
    Episode 129 dives into a new cloud cost line item that's quietly inflating monthly bills: metadata API charges. Lucas and Luna break down a case study from a mid-size e-commerce company running on AWS — how their bill spiked 14 percent after they migrated to a newer EC2 instance type that charges per metadata request. The episode explains what metadata calls are (think instance identity documents, user data, and tags), why providers started charging for them, and three concrete strategies to reduce costs: caching metadata locally, switching to IMDSv2 with session-based tokens, and auditing your SDK configuration. Listeners walk away understanding a hidden cost that most DevOps teams haven't spotted yet. #CloudComputing #CloudCosts #AWSCosts #MetadataAPI #EC2 #IMDSv2 #FinOps #CloudBilling #Technology #FexingoBusiness #BusinessPodcast #CloudInfrastructure #CostOptimization #AWS #DevOps #CloudArchitecture #InstanceMetadata #CloudEconomics Keep every episode free: buymeacoffee.com/fexingo
  • Why Cloud Bills Now Charge a Container Startup Fee 23.07.2026 8min
    Episode 128 of Cloud Computing with Fexingo uncovers a new line item appearing on AWS and Azure invoices: the container startup fee. Lucas explains how providers now charge per container pod launch, with rates around $0.000002 per startup — tiny per pod, but massive for organizations running millions of short-lived tasks. He cites a real example: a data processing company burning $40,000/month on startup fees after migrating to serverless containers. Luna pushes back on whether this is a genuine infrastructure cost or a hidden tax, and the hosts debate the impact on serverless adoption. The episode also covers mitigation strategies, from using long-running daemon sets to negotiating custom pricing. A concrete look at how cloud billing keeps evolving in granular, often surprising ways. #CloudComputing #AWS #Azure #ContainerStartupFee #Serverless #Fargate #ACI #CloudBilling #HiddenCosts #Kubernetes #PodStartup #Technology #FexingoBusiness #BusinessPodcast #Infrastructure #DevOps #CostOptimization #CloudCosts Keep every episode free: buymeacoffee.com/fexingo
  • The Real Cost of Cloud Database Read Replicas 22.07.2026 7min
    Episode 127 of Cloud Computing with Fexingo dives into a hidden cost in cloud databases: read replicas. Lucas and Luna break down why AWS, Azure, and GCP charge for replica compute, storage, and data transfer—often doubling or tripling costs for read-heavy workloads. They examine a real-world case: a SaaS company that ran 15 read replicas on Aurora PostgreSQL and saw its monthly bill hit $47,000, mostly from cross-AZ data transfer between primary and replicas. The episode covers replication lag, auto-scaling pitfalls, and why some teams accidentally leave stale replicas running. Listeners learn one actionable takeaway: how to audit replica usage with simple monitoring queries and whether a caching layer (like ElastiCache) might be cheaper than throwing replicas at read scaling. #CloudComputing #AWS #Azure #GCP #ReadReplicas #DatabaseCosts #AuroraPostgreSQL #Technology #CloudBills #DataTransfer #ReplicationLag #SaaS #Caching #ElastiCache #FinOps #CloudOptimization #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo
  • How Cloud Egress Fees Add Up for Multi-Region Apps 22.07.2026 9min
    Lucas and Luna drill into one of the most frustrating items on a cloud bill: data egress charges when moving traffic between regions or out to the internet. They break down the real cost using a concrete example — a three-region application serving users in the US, Europe, and Asia — and explain why AWS, Azure, and GCP all charge these fees, how they differ, and what engineering teams can do to minimize them. No vague advice here: they walk through specific tactics like using CloudFront, selecting the right region pair, and avoiding data gravity traps. If you've ever opened a cloud bill and wondered why data transfer is suddenly a line item, this episode gives you the numbers and the playbook. #CloudEgress #DataTransfer #AWS #Azure #GCP #CloudCosts #MultiRegion #FinOps #CDN #CloudFront #DataGravity #Engineering #Technology #Business #FexingoBusiness #BusinessPodcast #CloudComputing #Infrastructure Keep every episode free: buymeacoffee.com/fexingo
  • Why Cloud Bills Now Tax Container Image Scanning 21.07.2026 4min
    Lucas and Luna dig into the newest cloud cost line item that's catching engineering teams off guard: per-scan pricing for container image vulnerability analysis. Since major providers rolled out integrated scanning as a metered service in early 2026, a typical mid-stage startup running fifty daily builds on AWS ECR can rack up an extra $18,000 a year. The hosts trace how this fee evolved from free bundled feature to line-item charge, compare the three big providers' pricing (AWS at $0.01 per image scan, Azure at $0.009, GCP at $0.012), and debate whether the charge actually improves security posture or just shifts compliance costs. They also offer two practical workarounds: caching scan results for base images and using third-party scanners that don't meter per invocation. Specific, actionable, and grounded in real 2026 cloud architecture decisions. #CloudCosts #ContainerScanning #AWS #Azure #GCP #CloudEconomics #DevOps #Security #Technology #FexingoBusiness #BusinessPodcast #CloudInfrastructure #ContainerSecurity #CostOptimization #VulnerabilityScanning #ECR #CloudBills #Episode125 Keep every episode free: buymeacoffee.com/fexingo
  • Why Cloud Bills Now Tax Service Mesh Traffic 21.07.2026 10min
    Cloud providers are quietly adding surcharges for service mesh traffic, turning what was once free internal networking into a line item on your bill. In this episode, Lucas and Luna break down the new 'service mesh traffic tax' hitting AWS App Mesh, Istio on GKE, and Azure Service Mesh. They explain how envoy proxy overhead, sidecar resource consumption, and control plane API calls are being metered and billed separately. Learn why your mesh is costing 15-30% more than expected, and discover strategies like headless services and egress gateway consolidation to cut costs without sacrificing observability. Specific numbers from a real finops report show how one company reduced its mesh tax by over 40 percent by switching from per-pod sidecars to a shared node-level proxy. #ServiceMesh #CloudCosts #AWSAppMesh #Istio #AzureServiceMesh #GKE #EnvoyProxy #Sidecar #FinOps #CloudBilling #Kubernetes #NetworkCosts #Technology #CloudComputing #FexingoBusiness #BusinessPodcast #CloudInfrastructure #CostOptimization Keep every episode free: buymeacoffee.com/fexingo
  • Cloud Bills Now Tax Container Image Pulls 20.07.2026 5min
    Lucas and Luna unpack the latest cloud cost surprise: per-pull charges for container images from registries like Docker Hub and cloud-native repositories. Using a real-world example—a mid-size fintech running 500 microservices pulling updates multiple times daily—they calculate how a $0.01-per-pull fee can add $15,000 a month to the bill. They trace the rationale: providers argue that image storage and network transfer have real costs, but for teams that deploy frequently, the tax hits hardest on CI/CD pipelines. The episode explores mitigation strategies: caching at the edge, using leaner base images, and negotiating custom pricing for high-volume pullers. No doom-mongering, just a clear-eyed look at another line item that quietly eats margins. #CloudComputing #AWS #Azure #GCP #ContainerImages #DockerHub #Kubernetes #FinOps #CloudCosts #DevOps #CI/CD #Technology #FexingoBusiness #BusinessPodcast #CloudInfrastructure #CostOptimization #Containers #ImagePullTax Keep every episode free: buymeacoffee.com/fexingo
  • Why Cloud Bills Now Include a GPU Idle Charge 20.07.2026 7min
    Lucas and Luna unpack the latest cloud cost surprise: GPU idle charges. As AI workloads surge, providers like AWS, Azure, and GCP are introducing fees for reserved but unused GPU capacity. The hosts trace this to NVIDIA's dominance, elastic training jobs, and a subtle shift in how hyperscalers price scarcity. They walk through a real scenario: a startup spinning up a p4d instance for fine-tuning, forgetting to tear it down, and getting a $12,000 surprise. The episode also covers strategies to avoid idle charges — spot instances, preemptible VMs, and aggressive autoscaling. A must-hear for anyone running AI inference or training on the big three clouds. #CloudComputing #GPUIdleCharge #AIWorkloads #AWS #Azure #GCP #NVIDIA #CloudCosts #FinOps #MachineLearning #SpotInstances #PreemptibleVMs #Autoscaling #Technology #FexingoBusiness #BusinessPodcast #CloudInfrastructure #CostOptimization Keep every episode free: buymeacoffee.com/fexingo

Suosittu maassa

Tämä podcast esiintyy myös näiden maiden podcast-listoilla.