aws相關文檔

使用 IAM 角色授予對 Amazon EC2 上的 AWS 資源的訪問權

https://docs.aws.amazon.com/zh_cn/sdk-for-java/v1/developer-guide/java-dg-roles.htmlhtml

適用於 Amazon EC2 的 IAM 角色

https://docs.aws.amazon.com/zh_cn/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html#ec2-instance-profilejava

查詢 AWS CloudTrail 日誌

https://docs.aws.amazon.com/zh_cn/athena/latest/ug/cloudtrail-logs.htmlide

athena查詢語句ui

https://amazonaws-china.com/cn/blogs/big-data/aws-cloudtrail-and-amazon-athena-dive-deep-to-analyze-security-compliance-and-operational-activity/spa

SELECT * FROM "default"."all-cloudtrail_logs"  where eventtime > '2019-01-26T02:50:00Z' and requestparameters like '%chachaimg%'  and eventname='GetObject' limit 1000
相關文章
相關標籤/搜索