What did our VPC look like at 22:14 (Tue, 2026-05-20) — building clew, a CLI for navigating AWS Config snapshots
The article discusses the creation of 'clew', a CLI tool designed for navigating AWS Config snapshots. It addresses the challenges faced during incident response when trying to understand the historical configuration of a Virtual Private Cloud (VPC). The tool allows users to visualize the topology of AWS resources at specific points in time, making incident analysis more efficient.
- ▪Clew is a Go CLI that ingests AWS Config Configuration Snapshots into a local DuckDB.
- ▪The tool generates an interactive topology of AWS resources, allowing users to compare configurations over time.
- ▪AWS Config provides snapshots every six hours, but accessing and interpreting these snapshots can be complex without proper tools.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 1330403) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } nishikawaakira for AWS Community Builders Posted on May 21 What did our VPC look like at 22:14 (Tue, 2026-05-20) — building clew, a CLI for navigating AWS Config snapshots #aws It's 2am. Production is on fire.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).