Created
July 8, 2016 13:03
-
-
Save pcolazurdo/8ed95a66743adc466805fb57a27a2c52 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws cloudtrail lookup-events --lookup-attributes AttributeKey=EventName,AttributeValue=RunInstances \ | |
--query 'Events[0].CloudTrailEvent' | jq -r . | jq . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment