Enable Redshift imports
Enable Redshift data imports in CARTO Self-Hosted
1. Create an AWS IAM user
2. Create an AWS S3 Bucket
3. Create an AWS IAM role
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "<your_aws_user_arn>"
},
"Action": [
"sts:AssumeRole",
"sts:TagSession"
]
}
]
}4. Configure your CARTO Self-Hosted deployment
5. Apply the configuration changes
6. Configure Redshift integration in CARTO
7. Import data to Redshift
Last updated
Was this helpful?
