Best of AWSAugust 2025

  1. 1
    Article
    Avatar of theregisterThe Register·37w

    AWS CEO says AI replacing junior staff is 'dumbest idea'

    AWS CEO Matt Garman argues that replacing junior developers with AI is counterproductive, emphasizing that junior staff are cost-effective and naturally adept with AI tools. He warns that eliminating entry-level positions would create a knowledge gap in the future workforce. Garman advocates for using AI as a collaborative tool rather than a replacement, criticizing the metric of measuring AI value by lines of code generated. He recommends focusing education on critical thinking, problem decomposition, and learning skills rather than narrow technical abilities to prepare for rapid technological change.

  2. 2
    Article
    Avatar of lobstersLobsters·40w

    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.

  3. 3
    Article
    Avatar of awsfundamentalsAWS Fundamentals·40w

    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.

  4. 4
    Article
    Avatar of logrocketLogRocket·36w

    I tried out Kiro: Here’s what I learned

    Kiro is AWS's new AI-powered IDE that introduces a spec-driven development workflow, requiring developers to define requirements and designs before code generation. Unlike traditional AI coding tools that rely on vague prompts, Kiro structures the development process through three phases: requirements, design, and implementation planning. The author tested Kiro by building a retro Tetris game and adding multiplayer functionality, finding that the structured approach produces more reliable results than typical 'vibe coding' sessions. Kiro also features agent hooks for automating repetitive tasks and positions itself more as an engineering assistant than a simple coding copilot.

  5. 5
    Article
    Avatar of awsfundamentalsAWS Fundamentals·38w

    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.

  6. 6
    Article
    Avatar of bytebytegoByteByteGo·39w

    How Atlassian Migrated 4 Million Jira Databases to AWS Aurora

    Atlassian successfully migrated 4 million Jira databases from AWS RDS PostgreSQL to Aurora PostgreSQL across 3,000 server instances in 13 regions. The migration faced a critical challenge when Aurora's file count limitations prevented startup with 20+ million files per cluster. They solved this by developing a "drain-convert-refill" strategy that reduced tenant density during conversion, then repopulated clusters afterward. The project achieved 99.99% uptime SLA, better cost efficiency through auto-scaling, and maintained under 3 minutes downtime per tenant while processing up to 90,000 daily migrations at peak.

  7. 7
    Article
    Avatar of hnHacker News·36w

    Anything can be a message queue if you use it wrongly enough

    A satirical technical exploration of using Amazon S3 as a message queue to route IPv6 packets between machines, bypassing expensive NAT Gateway costs. The author implements 'Hoshino', a proof-of-concept tool that creates TUN devices to intercept network packets, stores them in S3, and retrieves them on destination machines. While technically functional for basic connectivity like ping and HTTP requests, the approach proves hilariously expensive due to S3 API call costs, making it far more costly than traditional networking solutions.

  8. 8
    Article
    Avatar of omgubomg! ubuntu!·38w

    Kiro (Agentic AI) Limits Downloads, Introduces Paid Tiers

    Kiro, an AI-powered IDE developed by Amazon AWS, has introduced paid subscription tiers after previously being free during preview. The pricing ranges from a limited free tier (50 vibe requests) to $200/month for the highest tier (2,250 vibe and 1,250 spec requests). The service now requires waitlist registration for new users and distinguishes between 'vibe' requests (general AI interactions) and 'spec' requests (workflow-specific tasks). Users who were previously on unlimited free access have been automatically moved to the restricted free tier.