メインコンテンツにスキップAWS Startups
  1. プロンプトとエージェントライブラリ
  2. AWS マルチアカウント移行アドバイザー
Agent Icon

AWS マルチアカウント移行アドバイザー

  • 建築
  • セキュリティとコンプライアンス
  • 中級
  • IAM
  • CloudFormation

このエージェントは、スタートアップが単一の AWS アカウントからマルチアカウント設定へ移行する際の支援を行いします。

2026年5月11日 に Kelsey Jamison によって作成されました

これらのプロンプトを使用することにより、この 免責事項 に同意したものとみなされます。

エージェントの詳細

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 認証情報 — このエージェントはリソースを変更せず、スキャンと評価を行うように設計されています
  • 既存のリソースタグや命名規則と連携して動作します— 命名が一貫しているほど、より適切な推奨も得られます

機能

  • アカウントを監査し、環境 (本番、開発、ステージングなど) ごとにリソースを分類します。
  • IAM ロールとポリシーをスキャンして、移行中に問題を引き起こすハードコードされたアカウント ID と ARN を検出します
  • 新規の AWS Organizations をブートストラップするためのTerraform またはCloudFormationを生成します
  • 永続的なチェックリストを使用して、セッションをまたいで移行の進捗を追跡します
  • タスクリストおよび Mermaid アーキテクチャ図を含むMigration.mdを管理します

使用するタイミング

  • すべてを 1 つのアカウントで運用しており、次回の SOC 2 監査または資金調達ラウンドの前に環境を分離する必要がある場合
  • AWS ドキュメントを読み込むのではなく、具体的で追跡可能な移行計画を求めている場合