Best of CloudAugust 2025

  1. 1
    Article
    Avatar of lobstersLobsters·42w

    AWS deleted my 10-year account and all data without warning

    A 10-year AWS customer lost their entire account and all data without warning after a verification process failure. The author details a 20-day support nightmare where AWS MENA allegedly deleted the account due to an internal testing mistake involving Java command-line parameter parsing. The incident destroyed years of open-source development work, including Ruby gems and unpublished tutorials. The story highlights the risks of cloud provider dependency and the differences in AWS regional operations, particularly in the MENA region.

  2. 2
    Article
    Avatar of awsfundamentalsAWS Fundamentals·42w

    How to Generate AWS Architecture Diagrams with Amazon Q

    Amazon Q can automatically generate AWS architecture diagrams using MCP servers, eliminating the manual work of dragging boxes in traditional diagramming tools. The setup involves installing Amazon Q desktop app, Python packages for MCP servers, and Graphviz. While the tool can create basic diagrams quickly from plain English descriptions, it has limitations including non-deterministic outputs, inconsistent visual formatting, and difficulty achieving pixel-perfect results. Best practices include being specific with requirements, listing exact components and connections, and using structured prompts to avoid hallucinated components.

  3. 3
    Article
    Avatar of awsfundamentalsAWS Fundamentals·40w

    AWS Cost Optimization Key Principles for Beginners

    A comprehensive guide covering AWS cost optimization fundamentals for beginners. Explains how to understand AWS bills through cost allocation tags, Cost Explorer, and budgets. Provides practical strategies for optimizing storage (S3 lifecycle rules, EBS right-sizing), compute (instance sizing, Spot instances, Reserved Instances vs Savings Plans), and network costs. Covers common pitfalls like orphaned resources and mixing dev/production environments. Includes actionable tips like cleaning up unused resources, implementing proper tagging, and building cost-aware team culture through regular reviews and accountability.

  4. 4
    Article
    Avatar of phProduct Hunt·42w

    Vercel: The frontend cloud. Creators of Next.js.

    Vercel is a frontend cloud platform that provides developer tools and infrastructure for building, scaling, and securing web applications. As the creators of Next.js, they offer seamless integration and deployment capabilities. The platform is highly rated with 4.9 stars and 645 reviews, praised for its excellent developer experience, fast deployments, and robust hosting features. Recent launches include AI SDK 5 and Flags SDK, with upcoming events like the Next.js Global Hackathon.

  5. 5
    Article
    Avatar of laravelLaravel·41w

    Everything We Announced at Laracon US 2025

    Laravel announced major updates at Laracon US 2025, including Laravel Cloud's production-ready MySQL support, autoscaling queue clusters, and preview environments for testing PRs. The next-generation Forge will feature zero-downtime deployments, Laravel VPS for faster provisioning, and enhanced developer tools. Laravel 12 introduces AI-powered features like Laravel Boost and MCP SDK, improved broadcasting with useEcho hooks, and better client-side tooling. Nightwatch observability platform received pricing updates with 50% more events included and new Slack integration for real-time alerts.

  6. 6
    Article
    Avatar of hnHacker News·42w

    Ollama

    Ollama introduces Turbo, a $20/month cloud service that runs large language models on datacenter-grade hardware for faster inference. The service allows users to run larger models that don't fit on consumer GPUs while maintaining privacy by not retaining user data. Turbo works with existing Ollama CLI, API, and JavaScript/Python libraries, currently offering gpt-oss-20b and gpt-oss-120b models in preview with usage limits and US-based infrastructure.