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.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则