InvalidParameterValue During Postgres -> S3 Export

terraform-output.txt (5.8 KB)
users_export-tf.txt (2.3 KB)

I am attempting to set up an export for a table in AWS Aurora / Postres to S3 according to this article.

I’m getting an error with my role.
│ Error: error associating RDS DB Instance (hnl-central-database) IAM Role (arn:aws:iam::786696891665:role/dev.CDBExportS3Role): InvalidParameterValue: IAM role ARN value is invalid or does not include the required permissions for: AWS_ROLE_INTEGRATION
│ status code: 400, request id: 156a9c18-989a-4f67-9dbf-84d8ef184091

The ARN looks correct. I’ve granted all S3 and log permissions to the policy. I’m not sure where to go from here.

Thanks in advance.