Problem scenario
You want to log or monitor AWS activity (e.g., AWS Management Console, AWS CLI, and/or AWS SDK actions). You do not want encryption because you are just testing it out. How do you use CloudTrail to do this?
Solution
- Log into AWS.
- Go to this link: https://console.aws.amazon.com/cloudtrail/
- Click "Create a trail"
- Enter a descriptive name for your trail.
- Click "Create trail"
- Do some operations in AWS (e.g., create an EC-2 instance).
- Go here: https://console.aws.amazon.com/cloudtrail/
- Click on "Event history"
- Click the "30m" or "1h" to filter the events.
(We recommend using encryption for production uses. The above is just for a proof-of-concept.)