Difference between revisions of "Aws cloudtrail lookup-events"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
 
* <code>aws cloudtrail lookup-events --max-results 1</code>
 
* <code>aws cloudtrail lookup-events --max-results 1</code>
 
* <code>aws cloudtrail lookup-events --max-results 1000 | egrep "EventName|EventTime"</code>
 
* <code>aws cloudtrail lookup-events --max-results 1000 | egrep "EventName|EventTime"</code>
* <code>[[aws cloudtrail]] lookup-events --lookup-attributes AttributeKey=EventName,AttributeValue=ConsoleLogin</code>
+
* <code>[[aws cloudtrail]] lookup-events --lookup-attributes AttributeKey=EventName,AttributeValue=[“ConsoleLogin]]</code>
 
* <code>aws cloudtrail lookup-events --lookup-attributes AttributeKey=[[EventName]],AttributeValue=[[CreateBucket]] --max-items 1</code>
 
* <code>aws cloudtrail lookup-events --lookup-attributes AttributeKey=[[EventName]],AttributeValue=[[CreateBucket]] --max-items 1</code>
  

Revision as of 16:43, 6 January 2023

  • aws cloudtrail lookup-events
  • aws cloudtrail lookup-events --max-results 1
  • aws cloudtrail lookup-events --max-results 1000 | egrep "EventName|EventTime"
  • aws cloudtrail lookup-events --lookup-attributes AttributeKey=EventName,AttributeValue=[“ConsoleLogin]]
  • aws cloudtrail lookup-events --lookup-attributes AttributeKey=EventName,AttributeValue=CreateBucket --max-items 1


aws cloudtrail lookup-events --lookup-attributes AttributeKey=ResourceType,AttributeValue=AWS::S3::Bucket --max-items 1 --output text
(no output)
aws cloudtrail lookup-events --lookup-attributes AttributeKey=ResourceType,AttributeValue=NOT_a_valid_attribute  --max-items 1 --output text
(no output)

See also

Advertising: