Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法通过在 python 中使用 boto3 从 CloudTrail 获取日志/事件?如何?
可以使用 cloud trail boto3 api 查询您在控制台中看到的云轨迹事件
参考:http ://boto3.readthedocs.io/en/latest/reference/services/cloudtrail.html#CloudTrail.Client.lookup_events
但是,建议在配置云跟踪时启用日志并存储在 S3 中,以便您可以查找历史云跟踪日志。
云跟踪日志将在 S3 中可用,可以使用 S3 api 访问/下载
希望这可以帮助 !!!