• How Cloud Bills Are Adding a Storage Access Tier Surcharge
    Jun 30 2026
    Episode 83 of Cloud Computing with Fexingo digs into a quietly proliferating charge on enterprise cloud invoices: the storage access tier surcharge. Lucas and Luna explore how AWS, Azure, and Google Cloud are rolling out per-request fees for accessing cold and archive storage, with rates that can multiply costs for frequent reads. The episode uses a concrete example: a healthcare company that stored five petabytes of medical imaging in AWS S3 Glacier Deep Archive, expecting to pay $3 per terabyte per month, but found its bill tripling after the introduction of the retrieval request fee for bulk operations. Lucas explains the engineering logic behind the pricing shift—cloud providers want to penalize hot access to cold data—and Luna questions whether the opacity of these tiers undermines the value proposition of cloud storage. They also discuss mitigation strategies like lifecycle policies and third-party caching layers. A single concrete takeaway: before moving data to a cold storage class, model your expected access patterns against the new per-request fees, not just the per-gigabyte storage rate. #CloudStorage #StorageAccessTier #AWSS3 #AzureBlob #GoogleCloudStorage #CloudBilling #ColdStorage #ArchiveStorage #RetrievalFees #InfrastructureCost #CloudEconomics #DataStorage #Technology #CloudComputing #FexingoBusiness #BusinessPodcast #CloudEngineering #FinOps Keep every episode free: buymeacoffee.com/fexingo
    Show More Show Less
    12 mins
  • How Cloud Providers Are Building Private Undersea Cables
    Jun 30 2026
    Episode 82 of Cloud Computing with Fexingo dives into the race among AWS, Microsoft, and Google to lay their own transoceanic fiber cables. Lucas and Luna break down why hyperscalers are bypassing traditional telecom carriers, how private cables cut latency by up to 30 percent, and what this means for enterprise cloud costs in 2026. Featuring the specific case of Google's Firmina cable and AWS's new Pacific route, this episode explains the economics and geopolitics of undersea infrastructure that most cloud users never see. #UnderseaCables #CloudInfrastructure #AWS #MicrosoftAzure #GoogleCloud #FiberOptic #SubseaCable #Latency #CloudCost #FirminaCable #Bandwidth #TelecomDisruption #Technology #CloudComputing #FexingoBusiness #BusinessPodcast #DigitalInfrastructure #DataCenters Keep every episode free: buymeacoffee.com/fexingo
    Show More Show Less
    9 mins
  • Why Cloud Bills Now Include a Data Residency Premium
    Jun 29 2026
    Episode 81 of Cloud Computing with Fexingo examines a new line item appearing on enterprise cloud invoices: the data residency premium. Lucas and Luna break down why AWS, Azure, and GCP began charging extra for storing data in certain geographic regions starting late 2025. They focus on a concrete example: a mid-sized European fintech company that saw its monthly bill jump 18 percent after moving customer data from a US East region to a new sovereign cloud region in Frankfurt. The hosts walk through what triggers the fee — it's not simply the region itself but the underlying compliance infrastructure, including dedicated key management, audited access logs, and local data replication. They also discuss how these charges vary by provider and region, and what it means for multi-cloud strategy. An episode for anyone managing cloud costs or navigating data sovereignty requirements in 2026. #CloudComputing #AWS #Azure #GCP #DataResidency #SovereignCloud #CloudCosts #Compliance #GDPR #Technology #FexingoBusiness #BusinessPodcast #CloudInfrastructure #Fintech #DataGovernance #CloudMigration #CostOptimization #CloudStrategy Keep every episode free: buymeacoffee.com/fexingo
    Show More Show Less
    8 mins
  • Why Cloud Bills Now Include a Container Orchestration Tax
    Jun 29 2026
    Episode 80 of Cloud Computing with Fexingo digs into a new line item appearing on enterprise cloud invoices: an explicit surcharge for container orchestration services like Kubernetes. Lucas and Luna break down how AWS EKS, Azure AKS, and Google GKE have started charging per cluster-hour and per pod-second, adding up to hundreds of thousands of dollars annually for heavy users. They examine a real case at a mid-size SaaS company whose Kubernetes bill jumped 23% after the tax kicked in, and discuss what engineering teams should do now — from cluster consolidation to alternative orchestrators like Nomad. If you manage cloud infrastructure, this one directly impacts your monthly run rate. No alarmism, just the numbers and trade-offs. #ContainerOrchestration #Kubernetes #AWS #Azure #GCP #CloudBilling #EKS #AKS #GKE #Nomad #CloudInfrastructure #TechPodcast #Technology #FexingoBusiness #BusinessPodcast #CloudComputing #DevOps #FinOps Keep every episode free: buymeacoffee.com/fexingo
    Show More Show Less
    9 mins
  • How Cloud Bills Now Charge by the Microsecond
    Jun 28 2026
    Episode 79 of Cloud Computing with Fexingo dives into a quiet but seismic shift in cloud pricing: providers are moving from per-second billing to per-microsecond billing for compute instances. Lucas and Luna unpack how this started with ephemeral GPU workloads on AWS and Google Cloud, why it's spreading to general-purpose instances, and what it means for latency-sensitive applications like algorithmic trading and real-time ad bidding. They cite specific examples: AWS's Lambda pricing dropping to the microsecond level for ARM-based functions, and Azure's new 'burst micro-instances' that bill in hundred-microsecond increments. The episode also explores the hidden cost—monitoring overhead at microsecond granularity can eat into savings if you're not architected correctly. Concrete advice for DevOps teams on when to chase microsecond billing and when to stay on per-second plans. #CloudComputing #AWS #Azure #GoogleCloud #CloudBilling #MicrosecondBilling #PerSecondBilling #EphemeralCompute #GPUPricing #LatencySensitive #DevOps #FinOps #CloudEconomics #Serverless #Technology #FexingoBusiness #BusinessPodcast #CloudInfrastructure Keep every episode free: buymeacoffee.com/fexingo
    Show More Show Less
    8 mins
  • Why Cloud Bills Now Charge for API Call Volume
    Jun 28 2026
    Episode 78 of Cloud Computing with Fexingo examines a major shift happening across AWS, Azure, and GCP: the move toward metering and charging for API call volume. Cloud providers have traditionally included API calls in compute or storage costs, but in 2026, new billing line items are appearing for control-plane and data-plane API requests separately. Lucas and Luna break down why this is happening, how it impacts enterprises running Kubernetes controllers, CI/CD pipelines, and event-driven architectures, and what a typical mid-size company can expect to see on its monthly bill. The episode uses a concrete example of a developer team at a fictional e-commerce company called SpireCommerce to illustrate the cost delta, and discusses strategies like caching, batching, and reducing polling frequency. Specific numbers are given: a 50-node Kubernetes cluster generating 5,000 API calls per hour can add $3,000 per month in new fees. Listeners learn one clear action item: audit your API call logs before your next contract renewal. #CloudBilling #APIPricing #AWS #Azure #GCP #Kubernetes #FinOps #CloudCosts #SpireCommerce #DevOps #CloudComputing #Technology #FexingoBusiness #BusinessPodcast #CloudInfrastructure #APICalls #CloudEconomics #Episode78 Keep every episode free: buymeacoffee.com/fexingo
    Show More Show Less
    8 mins
  • How Cloud Bills Are Adding a Traffic Egress Tax on Third-Party CDNs
    Jun 27 2026
    In June 2026, cloud providers are quietly restructuring data egress fees to penalize third-party content delivery networks. Lucas breaks down how AWS, Azure, and GCP now charge up to $0.12 per GB for traffic leaving their networks to non-partner CDNs like Akamai or Cloudflare, while waiving fees for their own CDN services. Luna questions whether this is anti-competitive or just smart bundling. The episode focuses on a single case: a mid-size media streaming company whose monthly cloud bill jumped 18% after switching from CloudFront to a third-party CDN. Lucas explains the pricing mechanics, the 2023-2025 regulatory complaints, and why enterprise contracts now include 'egress parity' clauses. Listeners learn one concrete number to check in their next contract negotiation. #CloudComputing #AWS #Azure #GCP #CDN #EgressFees #CloudBilling #Akamai #Cloudflare #Technology #Business #Finance #Podcast #FexingoBusiness #BusinessPodcast #CloudInfrastructure #DataTransfer #Networking Keep every episode free: buymeacoffee.com/fexingo
    Show More Show Less
    8 mins
  • How Cloud Contracts Now Penalize Legacy Migration
    Jun 27 2026
    Episode 76 of Cloud Computing with Fexingo dives into a quiet change sweeping enterprise cloud contracts: providers like AWS, Microsoft, and Google Cloud are restructuring their licensing and migration terms to financially penalize customers who keep legacy systems running. Lucas walks through a specific case — a Fortune 500 retailer that faced a $2.4 million annual surcharge for maintaining an on-premises Oracle database alongside a new Azure deployment. Luna probes whether these 'modernization mandates' are genuine cost-saving incentives or vendor lock-in by another name. The episode includes concrete numbers on how resolute license portability differs across the big three, the rise of 'consumption commitment' clauses that tie discounts to sunsetting old infrastructure, and what the new contract language actually looks like. If you're negotiating a cloud deal in 2026 — or renewing one — this episode gives you the specific traps to watch for. #CloudContracts #VendorLockIn #AWS #Azure #GoogleCloud #Oracle #LegacyMigration #EnterpriseIT #CloudPricing #Technology #FexingoBusiness #BusinessPodcast #CloudComputing #LicensePortability #ConsumptionCommitment #ModernizationMandate #CloudNegotiation #ITSpending Keep every episode free: buymeacoffee.com/fexingo
    Show More Show Less
    8 mins