我有一个主账户,在AWS中有多个子账户。我希望在创建新的子帐户时收到通知。请问我该如何实现?
您可以在CloudTrail中创建跟踪,将日志转发到CloudWatch日志,并为"CreateAccount"事件创建警报。更多详细信息和示例过滤器如下:https://docs.aws.amazon.com/organizations/latest/userguide/orgs_monitoring.html
http://docs.amazonaws.cn/en_us/awscloudtrail/latest/userguide/cloudwatch-alarms-for-cloudtrail.html