Now that your trail is created, you have the option of integrating your trail with CloudWatch Logs. Let's run through the configuration process to do this:
- Select your trail from within the CloudTrail dashboard.
- Scroll down through the configuration of your trail until you get to the CloudWatch Logs section:
Here, either you can select an existing CloudWatch Logs group, if you have one configured, or alternatively you can have CloudTrail create a new one for you, which is what is shown in the preceding screenshot. Once you have selected your CloudWatch Logs group, select the blue Continue button.
- To enable CloudTrail to deliver these logs to CloudWatch, permissions are required, and this is enabled in the form of a role that the CloudWatch service principal assumes to deliver the logs:
As you can see from the informational text in this screenshot, access is required by CloudTrail to call the CreateLogStream and...