Skip to content

Need help in moving an account from one organization to another

0

Hi there.

I added the Management Account with id 533160891602 to my other account 637423614643

I received mail for the migration but when I open the link in the mail, I don't see an pending invitation to accept.

Need your help in this.

1 Answer
1

Hello Atulya,

Refer the link: https://repost.aws/knowledge-center/organizations-move-accounts

Check Pending Invitations:

  • Log in to the member account (533160891602) in AWS Management Console.
  • Go to AWS Organizations > Invitations to check for pending invitations.

Resend the Invitation:

  • Log in to the master account (637423614643) in AWS Management Console.
  • Go to AWS Organizations > Accounts > Invitations.
  • Resend the invitation if necessary.

Check Email Spam/Junk Folder:

  • Ensure the invitation email is not in the spam or junk folder.

Use AWS CLI to Accept Invitation:

Get the invitation ID:

aws organizations list-handshakes-for-account --filter Status=PENDING

Accept the invitation:

aws organizations accept-handshake --handshake-id <HandshakeId>

Contact AWS Support:

  • If unresolved, contact AWS Support for further assistance.
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.