How to find creation date of AWS linked accounts in an AWS Organization

0

Hello,

Our AWS Organization currently has more than 100 linked accounts, most of them were invited to join our Organization. Is there a way to get the creation date of all these accounts (without having to login to every single account)?

Thanks.

1 Answer
0

If you use the AWS CLI v2, you can get the date when the accounts where successfully added to your organization. Here's the instructions on installing AWS CLI v2 - https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html

The command is:

aws organizations list-create-account-status --states SUCCEEDED

This will provide a list of accounts that were successfully added to your organization and the date when the request was initiated and completed successfully. More information - https://awscli.amazonaws.com/v2/documentation/api/latest/reference/organizations/list-create-account-status.html

Hopes this helps,

profile picture
answered 10 months ago
  • Thank you for your answer, but what I need is the date when the account was created (whether it was created by the Organization or created as a standalone account), not the date when the invitation was sent or accepted.

  • I was thinking that the accounts were yours and typically, they would be attached to the org almost right after creation or during creation so the invitation date would be about the same. Unfortunately I don't know of another way without looking at the billing history of each account.

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.

Guidelines for Answering Questions