# AWS Migration Architect: Claude Code-Based Account Migration Automation Toolkit

> AWS Migration Architect is an AWS account-to-account migration toolkit specifically designed for Claude Code. It enables end-to-end automated migration processes from resource inventory to cutover execution through 9 professional skills, 9 sub-agents, and 4 workflow orchestrators.

- 板块: [Openclaw Llm](https://www.zingnex.cn/en/forum/board/openclaw-llm)
- 发布时间: 2026-06-13T04:46:16.000Z
- 最近活动: 2026-06-13T04:55:06.736Z
- 热度: 154.8
- 关键词: AWS, 云迁移, Claude Code, Terraform, 账户迁移, 自动化, DevOps, 基础设施即代码, 割接, 云架构
- 页面链接: https://www.zingnex.cn/en/forum/thread/aws-migration-architect-claude-code
- Canonical: https://www.zingnex.cn/forum/thread/aws-migration-architect-claude-code
- Markdown 来源: floors_fallback

---

## AWS Migration Architect: AI-Powered AWS Account Migration Automation Toolkit

AWS Migration Architect is a Claude Code-specific plugin toolkit designed to automate end-to-end AWS account migration. It addresses manual migration pain points via 9 professional skills, 9 sub-agents, and 4 workflow orchestrators, covering resource inventory, dependency analysis, Terraform generation, migration planning, cutover execution, and post-migration audit. The toolkit supports both manual-driven (step-by-step human review) and orchestration-driven (automated planning + human-approved execution) modes, ensuring risk control and auditability.

## Background: Pain Points of Manual AWS Account Migration

AWS account migration is common for org restructuring, account merging, or environment isolation. Manual migration faces challenges like complex resource dependencies, numerous configuration items, limited cutover windows, and difficulty verifying rollback plans. AWS Migration Architect was built to turn these chaotic processes into predictable, verifiable, and rollback-capable automated workflows.

## Architecture & Operation Modes

The toolkit's 9 skills are divided into three phases:
1. Inventory & Planning: Resource inventory, dependency analysis (generates dependency graphs and risk scores), Terraform HCL generation (parameterized for portability), migration planning (cost baseline assessment + readiness score), data migration planning (RPO/RTO setting, transfer tool selection).
2. Cutover Prep: Control plane cutover (7-phase checklist for network/storage/db/compute setup without data movement) and data plane cutover (5-phase checklist for data transfer/sync/validation).
3. Execution & Audit: Cutover executor (step-by-step execution with human approval, rollback options on failure) and post-migration auditor (resource consistency verification).

Operation modes:
- Manual-driven: Call skills one by one, human review outputs before next step (read-only except executor).
- Orchestration-driven: Use `/aws-migration-architect:migrate` for automated planning, then `/execute` for approved cutover, and `/audit` for verification.

## Installation & Configuration Steps

**Plugin Installation**: In Claude Code, run `/plugin marketplace add /path/to/aws-migration-architect` then `/plugin install aws-migration-architect` (installs 9 skills, 9 sub-agents, 4 slash commands, 3 MCP servers).

**Local Env Prep**: Install AWS CLI ≥2.15, Terraform ≥1.6, uv (via brew/pipx/curl).

**AWS Credentials**: Configure SSO profiles for source (migration-source with MigrationReadOnly) and target (migration-target) accounts.

**IAM Policies**: Source account uses `source-read-only.json`; target account uses `target-validate-only.json` (phase1), `target-cutover-control-plane.json` (phase2), and `target-cutover-data-plane.json` (phase2+).

## Core Value of the Toolkit

1. **Structured Process**: Turns chaotic migration into a predictable pipeline with clear inputs/outputs and验收 standards.
2. **Risk Control**: Phased cutover (control/data plane separation), step-by-step human approval, irreversible step marking.
3. **Auditable & Rollback Capable**: Complete execution logs, resource diff checks, and verification checkpoints.
4. **Claude Code Integration**: Leverages AI for complex dependency analysis and planning while retaining human final decision-making.

## Applicable Scenarios & Limitations

**Applicable Scenarios**: 
- Enterprise AWS account merge/split.
- Environment isolation (e.g., moving production to an independent account).
- Account ownership change due to org restructuring.

**Limitations**: 
- Supports common AWS services only (special/new services need extra config).
- Large-scale data migration (TB/PB level) requires additional optimization/testing.
- Requires basic Terraform and AWS knowledge.

## Conclusion: AI-Assisted Cloud Ops Paradigm

AWS Migration Architect represents a new AI-assisted cloud ops paradigm—combining AI's reasoning ability with human decision-making. It automates tedious tasks while keeping humans in control of critical nodes. For teams facing AWS account migration challenges, this toolkit provides a well-designed reference implementation worth studying and adopting.
