WeSearch

Experimented to fork AWS infra graph and simulate what breaks before you deploy

·1 min read · 0 reactions · 0 comments · 21 views
#cloud#security#devops
Experimented to fork AWS infra graph and simulate what breaks before you deploy
TL;DR · WeSearch summary

A new approach to cloud security is being explored that flips the traditional deploy-detect-respond workflow. By forking the AWS infrastructure graph, the method allows for simulation of potential security issues before deployment. This technique aims to enhance CI/CD workflows by integrating infrastructure consequence simulations.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
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 === 3953551) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Ansh Sonkar Posted on May 27 Experimented to fork AWS infra graph and simulate what breaks before you deploy #aws #security #devops #cloud Cloud security still feels heavily deploy → detect → respond, so I wanted to try flipping the workflow. You connect an AWS account, Emfirge pulls infrastructure state across 18+ AWS services and builds a topology graph: SG → EC2 → IAM Role → S3 → RDS etc.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)