Viewing Event History
- Sign in to the AWS Management Console and open CloudTrail.
- In the left navigation pane, select Event history.
Select an event (for example, RunInstances) to view its full record.
Event Summary
The Summary pane displays metadata for the selected event:- Timestamp: When the API call occurred
- User identity: IAM user or role and access key
- Service: The AWS service that received the call
- Source IP: Originating IP address
- Region: AWS region of the operation
- Resources count: Number of resources referenced by the event
RunInstances event:
The console shows the last 90 days of event history by default. For long-term retention, create a CloudTrail trail to deliver logs to an S3 bucket.
Request Parameters and Response Elements
Scrolling down shows the inputs you passed to the API and AWS’s response. The example below illustrates:- AMI ID and instance configuration
- Key pair, security group, and tags
- Network interfaces and instance state
Additional CloudTrail Metadata
At the bottom of each event record, CloudTrail provides management-level details that aid traceability:Make sure your IAM policy includes the
cloudtrail:LookupEvents permission to view this data.Next Steps
- Read the AWS CloudTrail User Guide for advanced configurations.
- Integrate CloudTrail logs with Amazon Athena to run custom queries.
- Enable AWS Config to monitor resource configuration changes over time.