메인 콘텐츠로 건너뛰기AWS Startups
  1. 프롬프트 및 에이전트 라이브러리
  2. AWS 다중 계정 전환 어드바이저
Agent Icon

AWS 다중 계정 전환 어드바이저

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

이 에이전트는 스타트업이 단일 AWS 계정에서 다중 계정 구성으로 전환하는 과정을 안내합니다.

Kelsey Jamison이(가) 2026년 5월 11일에 생성함

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

에이전트 세부 정보

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.

설치 지침

사전 요구 사항

  • 읽기 전용 액세스 권한이 있는 유효한 AWS 자격 증명 — 이 에이전트는 리소스를 수정하지 않고 스캔 및 평가하도록 설계되었습니다.
  • 기존 리소스 태그 및 명명 규칙 활용 — 명명 규칙이 일관될수록 권장 사항이 더 좋아집니다.

역할

  • 계정을 감사하고 리소스를 환경별(prod, dev, staging 등)로 분류
  • 마이그레이션 중 문제가 될 하드코딩된 계정 ID 및 ARN이 IAM 역할과 정책에 포함되어 있는지 검색
  • 새로운 AWS Organization을 초기 구성하기 위한 Terraform 또는 CloudFormation 생성
  • 영구 체크리스트를 통해 세션 간 마이그레이션 진행 상황 추적
  • 작업 목록 및 Mermaid 아키텍처 다이어그램이 포함된 MIGRATION.md 유지 관리

사용 시점

  • 모든 환경을 하나의 계정에서 운영 중이며, 다음 SOC 2 감사 또는 투자 유치 전에 환경을 분리해야 할 때
  • AWS 문서를 직접 검토하는 대신 구체적이고 추적 가능한 마이그레이션 계획이 필요할 때