메인 콘텐츠로 건너뛰기AWS Startups
콘텐츠 언어
현재 모든 콘텐츠가 번역되지는 않습니다.
  1. 프롬프트 및 에이전트 라이브러리
  2. AWS Multi-Account Transition Advisor
Agent Icon

AWS Multi-Account Transition Advisor

  • 건축
  • 보안 및 규정 준수
  • 중급
  • IAM
  • CloudFormation

This agent guides startups through transitioning from a single AWS account to a multi-account setup.

Kelsey Jamison이(가) 2026년 4월 27일에 생성함

이러한 프롬프트를 사용하면 고지 사항에 동의하는 것으로 간주됩니다.

에이전트 세부 정보

Most startups begin with a single AWS account and eventually hit the point where environments, permissions, and billing are tangled together. This agent walks you through the transition to a multi-account architecture using AWS Organizations. It starts by scanning your existing resources with the Resource Groups Tagging API, classifies them by environment based on tags and naming conventions, and proposes how to split them across organizational units like Production, Development, and Security. It also audits your IAM roles and policies for hardcoded account IDs and ARNs that would silently break after migration, and generates a remediation report for each one. When you're ready to build, it produces Terraform or CloudFormation templates to bootstrap your new Organization structure — Management, Log Archive, Security, Tooling, and Workload accounts — sized to what it actually found in your account. Progress is tracked in a persistent state file so you can pick up where you left off across sessions.

설치 지침

Prerequisites

  • Valid AWS credentials with read-only access — the agent is designed to scan and assess, not modify your resources
  • Works with existing resource tags and naming conventions — the more consistent your naming, the better the recommendations

What it does

  • Audits your account and classifies resources by environment (prod, dev, staging, etc.)
  • Scans IAM roles and policies for hardcoded account IDs and ARNs that will break during migration
  • Generates Terraform or CloudFormation to bootstrap your new AWS Organization
  • Tracks migration progress across sessions with a persistent checklist
  • Maintains a MIGRATION.md with task list and Mermaid architecture diagrams

When to use it

  • You're running everything in one account and need to separate environments before your next SOC 2 audit or funding round
  • You want a concrete, trackable migration plan instead of reading through AWS docs