3

有没有办法通过在 python 中使用 boto3 从 CloudTrail 获取日志/事件?如何?

4

1 回答 1

1

可以使用 cloud trail boto3 api 查询您在控制台中看到的云轨迹事件

参考:http ://boto3.readthedocs.io/en/latest/reference/services/cloudtrail.html#CloudTrail.Client.lookup_events

但是,建议在配置云跟踪时启用日志并存储在 S3 中,以便您可以查找历史云跟踪日志。

云跟踪日志将在 S3 中可用,可以使用 S3 api 访问/下载

希望这可以帮助 !!!

于 2018-03-20T11:32:59.913 回答