You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this feature, the creation and the closing of accounts becomes activities that are recorded by SPA
Why is this important?
While SPA itself does not create nor suspend AWS accounts, it does interact with the life cycle of AWS accounts. Activity files, in CSV format, are for data engineers and service managers who need details about each account. Noting the creation and suspension of AWS accounts complete the picture provided in activity files.
How to implement it?
A CloudTrail event CloseAccount is generated by organizations.amazonaws.com when an account is closed. The subject account is mentioned in dictionary requestParameters on key accountId.
The text was updated successfully, but these errors were encountered:
What is this?
With this feature, the creation and the closing of accounts becomes activities that are recorded by SPA
Why is this important?
While SPA itself does not create nor suspend AWS accounts, it does interact with the life cycle of AWS accounts. Activity files, in CSV format, are for data engineers and service managers who need details about each account. Noting the creation and suspension of AWS accounts complete the picture provided in activity files.
How to implement it?
A CloudTrail event
CloseAccount
is generated byorganizations.amazonaws.com
when an account is closed. The subject account is mentioned in dictionaryrequestParameters
on keyaccountId
.The text was updated successfully, but these errors were encountered: