Created a zero-etl integration successfully between RDS aurora & RMS Redshift - but cannot create a database?

0

I have followed this guide: https://docs.aws.amazon.com/redshift/latest/mgmt/zero-etl-using.setting-up.html to establish the zero-etl integration between my RDS Aurora instance and RMS Redshift instance.

I have ensured that:

  • all of the necessary parameter groups are set for both instances as described in the guide.
  • the CMK encryption policy includes:
    "Effect": "Allow", "Principal": { "Service": "redshift.amazonaws.com" }, "Action": "kms:CreateGrant", "Resource": "*"

The zero-etl integration is currently showing as "Active" but with no database. I have tried to use the console to create a database, which automatically populates the integration ID and data warehouse name, and receive:

ERROR: Unknown arn xxxxxx-xxxxxx-xxxxxxx-xxxxxx and remote db (null) pair.

In the query editor v2 i have also tried:

SELECT integration_id from SVV_INTEGRATION; CREATE DATABASE zero_etl_test FROM INTEGRATION <result from prior query>';

as well as

CREATE DATABASE zero_etl_test FROM INTEGRATION <full_integration_arn';

and get:

ERROR: Unknown integration ARN: arn:aws:rds:us-east-2:xxxxxxxx:integration:xxxxxx-xxxxx-xxxx-xxxxxxxxx [ErrorId: 1-654e6a28-27b44c35438f29b152ba4159]

There are no resources pertaining to errors at this stage.

ndl4145
已提問 6 個月前檢視次數 622 次
1 個回答
0

I can understand that you are following the steps mentioned in the below documentation to create the database in the Redshift:

[+] Creating destination databases in Amazon Redshift - Creating a destination database in Amazon Redshift - https://docs.aws.amazon.com/redshift/latest/mgmt/zero-etl-using.creating-db.html#zero-etl-using.create-db

Please check the most recent results from "select * from svv_integration;"

Also, I will suggest to open a support ticket with AWS Redshift Support Team for further troubleshooting of this issue.

AWS
支援工程師
已回答 6 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南