mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(aws/snippets): add a couple of commands for cloudtrail
This commit is contained in:
@@ -47,6 +47,15 @@ aws cloudfront get-distribution --id 'E123456ABCDEFG'
|
||||
aws cloudfront get-cache-policy --id '01234567-89ab-cdef-0123-456789abcdef'
|
||||
|
||||
|
||||
###
|
||||
# CloudTrail
|
||||
# ------------------
|
||||
###
|
||||
|
||||
aws cloudtrail list-trails --query 'Trails[]'
|
||||
aws cloudtrail describe-trails --trail-name-list 'ManagementEvents' --query 'trailList[0]'
|
||||
|
||||
|
||||
###
|
||||
# CloudWatch
|
||||
# ------------------
|
||||
|
||||
Reference in New Issue
Block a user