AWS CloudWatch Setup Guide
Follow our step-by-step guide to integrate Fivetran logs into your AWS CloudWatch platform.
Prerequisites
To connect AWS Cloudwatch to Fivetran, you need an AWS account that grants permission to write logs.
In AWS
Create IAM policy
.
Click Policies.

Click Create policy.

Select the JSON tab.

Copy the following section into the space provided in the Json tab:
{ "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": [ "logs:DescribeLogGroups", "logs:DescribeLogStreams", "logs:CreateLogGroup", "logs:CreateLogStream", "logs:PutLogEvents" ], "Resource": "*" } ] }content_copyClick Review policy.

In the Review policy page, fill the Name field with the value
Fivetran-CloudWatch-Logs-Access.
Click Create policy

Create IAM role
Select Roles from the sidebar menu, then click Create role.

In the Select type of trusted entity section, click Another AWS account. In the Account ID field, enter Fivetran's account ID
834469178297.
In the Options section, click Require external ID. Fill the External ID field with a memorable value (for example, "Fivetran"). You'll enter this same value in the External ID field in Fivetran.

Click Next: Permissions.

Find and select the Fivetran-CloudWatch-Logs-Access policy, then click Next: Review.

Name your role, then click Create role.

In the
Rolessection, select the role you just created and note the Role ARN.
In Fivetran
- Go to the .
- Enter Log Group Name.
- Enter the Role ARN .
- Select Region.
- Enter the External ID .
- Click Save & Test.
IMPORTANT: The Log Group Name should follow the
^[.-_/#A-Za-z0-9]+$pattern.
Related articles
Comments
0 comments
Please sign in to leave a comment.