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.

posta un anno fa518 visualizzazioni
1 Risposta
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
con risposta un anno fa
  • 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.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande