标签: python python-3.x boto3 amazon-cloudtrail
有没有办法在python中使用boto3从CloudTrail获取日志/事件?怎么样?
答案 0 :(得分:0)
您可以使用云跟踪boto3 api
参考:http://boto3.readthedocs.io/en/latest/reference/services/cloudtrail.html#CloudTrail.Client.lookup_events
但是,建议在配置云跟踪时启用日志并在S3中存储,以便您可以查找历史云跟踪日志。
可以在S3中使用云跟踪日志,可以使用S3 apis访问/下载
希望这有帮助!!!