1 Answer
- Newest
- Most votes
- Most comments
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.
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated a year ago
