diff --git a/snippets/aws/other commands.fish b/snippets/aws/other commands.fish index 3b82bc2..2de7769 100644 --- a/snippets/aws/other commands.fish +++ b/snippets/aws/other commands.fish @@ -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 # ------------------