DEV Community

Cover image for Basics of AWS IAM: How to setup a Cloud Trail in your organization?
Ganesh Boggarapu for AWS Community Builders

Posted on • Updated on • Originally published at ganeshboggarapu.com

Basics of AWS IAM: How to setup a Cloud Trail in your organization?

In this blog post, I am going to show you how to create a simple CloudTrail in AWS.

Cloud Trail: Cloud Trail is a service in AWS that logs in the activity of an event in an account. The logging can be done by anyone user/service/role and it generally logs management and data events.

Cloud Trail is activated by default and can store the latest 90 days events. If you want to log the trail in an S3 bucket then we need to create a trail.

Except for global services like STS, IAM and Cloud front the cloud trail is regional.

Now let us see a simple way to create a Cloud Trail.

  1. Login to you AWS account and search for "Cloud Trail" in the search Tab.

Image description

2) Click on the 3 bars at the Top left corner and select trails. Then click on the new trail and enter the name of the trail you wish you give. There is an option to select "Enable for all accounts in my organization" use this if you wish you log the events across your organization in a single place. This can be done only if you create this trail in your management account.

Image description

3) I have chosen to untick both the log file SSE KMS Encryption and log file validation. Click Next.

Image description

4) I have left everything as default as I only want to log Management events.

Image description

5) Verify all the details mentioned in the next step and click create trail.

Image description

Give a few minutes for the cloud trail to collect logs on the activity done inside the AWS account.

6) Click on the S3 bucket to see the cloud trail logs that are generated in the account.

Image description

7) Over time logs get created in the S3 bucket and you can see the contents when you open them. Below is an example of the same.

Image description

This blog post was originally published on https://www.ganeshboggarapu.com/how-to-setup-a-cloud-trail/

Latest comments (0)