AWS CloudTrail
Source Connector
Overview
This source connector is based on a Boto3 CloudTrail.
Streams
Data Source | Stream Name |
---|---|
management or CloudTrail Insights events | management_events |
Prerequisites
Authentication
The following authentication options are supported by this connector:
Authentication Method | Supported | Documentation |
---|---|---|
Access Key ID and Access Secret | yes | Managing access keys for IAM users |
IAM role authentication | yes | IAM roles |
Configuration
The following information is needed to configure the source:
Field | Required | Description | Example |
---|---|---|---|
Start Date | no | The date from which you would like to replicate data. Data in CloudTrail is available for last 90 days only. Format: YYYY-MM-DD | 2021-01-01 |
Access key ID | yes | The access key id for authentication to Amazon Web Services | |
Access Secret | yes | The access secret for authenticating to Amazon Web Services | |
Region Name | yes | The region CloudTrail is provisioned in | us-east-1 |
Connector Limitations
- The rate of lookup requests for
events
stream is limited to two per second, per account, per region. While this connector performs retries when encountering a throttling error, if the errors continue repeatedly after multiple retries (e.g. multiple instances of this connector are using the same account and region), the connector sync will fail.
Updated 15 days ago