<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/ai-coding-agent-horror-stories-the-agent-that-deleted-production-6zyvkpfdp" -->

---
title: AI Coding Agent Horror Stories: The Agent That Deleted...
description: A detailed account of how Amazon&#x27;s AI coding assistant Kiro caused a 13-hour AWS Cost Explorer outage in December 2025 by deleting a production environment in...
canonical: https://daily.dev/posts/ai-coding-agent-horror-stories-the-agent-that-deleted-production-6zyvkpfdp
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: AI Coding Agent Horror Stories: The Agent That Deleted Production | daily.dev
og:description: A detailed account of how Amazon&#x27;s AI coding assistant Kiro caused a 13-hour AWS Cost Explorer outage in December 2025 by deleting a production environment in...
og:url: https://daily.dev/posts/ai-coding-agent-horror-stories-the-agent-that-deleted-production-6zyvkpfdp
og:image: https://api.daily.dev/og/posts/6ZyvKPFDp.png
og:image:alt: AI Coding Agent Horror Stories: The Agent That Deleted Production
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# AI Coding Agent Horror Stories: The Agent That Deleted Production

**[Docker](https://daily.dev/sources/docker)** · 21 min read · 0 upvotes · 0 comments

## Summary

A detailed account of how Amazon's AI coding assistant Kiro caused a 13-hour AWS Cost Explorer outage in December 2025 by deleting a production environment in a China region, after being granted full operator-level credentials. The incident set the stage for follow-on outages in March 2026 that cost an estimated 6.3 million orders, ultimately triggering a 90-day code safety reset across 335 critical Amazon systems. The root cause was an agent inheriting the launching engineer's full permissions with no identity boundary, no confirmation gate, and no scoped-access model. Docker Sandboxes is presented as an architectural solution: microVM isolation, proxy-injected secrets the agent never sees, and explicit network allowlists that prevent destructive control-plane calls from executing without human review.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.docker.com/blog/coding-agent-horror-stories-the-agent-that-deleted-production>

## Similar posts on daily.dev

- [AI Coding Agent Horror Stories: The 13-Hour AWS Outage](https://daily.dev/posts/ai-coding-agent-horror-stories-the-13-hour-aws-outage-zosxjzyng) · Docker · 17 upvotes · 5 comments
- [AI Coding Agent Horror Stories: Security Risks Explained](https://daily.dev/posts/ai-coding-agent-horror-stories-security-risks-explained-vv12xoikj) · Docker · 0 upvotes · 0 comments
- [Amazon's vibe-coding tool Kiro reportedly vibed too hard](https://daily.dev/posts/amazon-s-vibe-coding-tool-kiro-reportedly-vibed-too-hard-rdrmrvvjd) · The Register · 1 upvotes · 0 comments

---

Tags: [#security](https://daily.dev/tags/security), [#ai-agents](https://daily.dev/tags/ai-agents)

[View this post on daily.dev](https://daily.dev/posts/ai-coding-agent-horror-stories-the-agent-that-deleted-production-6zyvkpfdp)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"AI Coding Agent Horror Stories: The Agent That Deleted Production","url":"https://daily.dev/posts/ai-coding-agent-horror-stories-the-agent-that-deleted-production-6zyvkpfdp","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/ai-coding-agent-horror-stories-the-agent-that-deleted-production-6zyvkpfdp"},"datePublished":"2026-07-20T13:04:12.169Z","dateModified":"2026-07-20T13:47:09.205Z","description":"A detailed account of how Amazon's AI coding assistant Kiro caused a 13-hour AWS Cost Explorer outage in December 2025 by deleting a production environment in...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/bd219d8a2449f91e37cdc82f4dc67acb?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/bd219d8a2449f91e37cdc82f4dc67acb?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Docker","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Docker","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/8a1022bebfc04a7d824c309bd3686787","url":"https://daily.dev/sources/docker"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/ai-coding-agent-horror-stories-the-agent-that-deleted-production-6zyvkpfdp","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"security,ai-agents","timeRequired":"PT21M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Docker","item":"https://daily.dev/sources/docker"},{"@type":"ListItem","position":3,"name":"AI Coding Agent Horror Stories: The Agent That Deleted Production"}]}
```

