AWS Account Ownership-Transfer Methodology
1 · Purpose
Provide a controlled, auditable process for transferring ownership of one or more AWS accounts and establishing new agreements when a customer undergoes a merger, acquisition, or divestiture.
2 · Triggering Events
- Corporate merger or acquisition (target accounts move under new parent)
- Divestiture or spin-off (subset of accounts leave the existing Organization)
- Changes to contractual obligations (e.g., Enterprise Discount Program, Marketplace agreements)
3 · Stakeholder Roles
| Role | Responsibility | Typical Person / Team |
|---|---|---|
| Executive Sponsor | Final business approval; signs amended agreements | CIO / CFO |
| Legal / Procurement | Review & execute Enterprise Agreement, EDP, Marketplace Private Offers | Legal Counsel / Procurement Lead |
| Finance / Billing Owner | Update payer account, tax settings, invoices | Finance Manager |
| Security Lead | Validate guardrails, SCPs, logging before & after transfer | Security Operations Engineer |
| AWS Root Account Owner | Change root email, MFA, and contact info | IT Director or Delegate |
| AWS Partner Team | Coordinate timeline, automate Control Tower/OUs, liaise with AWS Support | Partner Engagement Manager |
| AWS Account Manager | Process new agreements, Enterprise Support mapping | AWS Customer Account Manager |
4 · High-Level Workflow
- Discovery & Scoping
- Inventory accounts, OUs, IAM Identity Center assignments, support plans, Marketplace subscriptions.
-
Identify compliance dependencies (HIPAA, PCI) that may restrict region moves.
-
Legal & Contract Updates
- Draft amendment to Enterprise Agreement or create new EDP ID.
-
Obtain legal signatures; AWS Account Manager attaches updated agreement to payer.
-
Pre-Transfer Validation
- Ensure CloudTrail → LogArchive, Config recorders running.
-
Security Lead signs off that all mandatory guardrails are in Enabled state.
-
Technical Transfer Steps
- Detach account(s) from current Organization (
RemoveAccountFromOrganization). - Update root email, phone, MFA, and billing contacts via AWS Organizations console or CLI.
- Accept invitation into new Organization / Control Tower landing zone (
InviteAccountToOrganization). -
Move account into target OU; mandatory SCPs and controls auto-attach.
-
Billing Cut-Over
- Finance Owner verifies account now linked to new payer ID and correct tax profile.
-
Close out invoices on the old payer.
-
Post-Transfer Audit
- Run validation scripts (Control Tower + AWS Config) to validate:
- Guardrails enabled
- S3 log buckets mapped
- Cost-allocation tags inherited
-
Security & Finance produce sign-off report.
-
Process Completion
- Archive documentation, attach audit report, and schedule 30-day health check.
5 · Automation & Tooling
| Task | Tool / Service |
|---|---|
| Inventory export | aws organizations list-accounts + CSV export |
| Root-credential rotation | AWS CLI + IAM Identity Center |
| OU move & guardrail attach | Control Tower Lifecycle API |
| Baseline compliance check | Custom automation scripts + AWS Config |
| Billing re-mapping | AWS Billing Console API / Cost Explorer |
6 · Deliverables
- Ownership-Transfer Plan (timeline, roles, communication channels)
- Signed agreement or amendment (EDP / EA)
- Technical runbook with CLI commands and rollback steps
- Post-transfer audit report (PDF)
- 30-day health-check documentation
This methodology provides a structured approach to AWS account ownership transfer while ensuring compliance and operational continuity.