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 年前檢視次數 518 次
1 個回答
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
已回答 1 年前
  • 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.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南