- Newest
- Most votes
- Most comments
The issue you're experiencing with your DynamoDB to Redshift Serverless Zero-ETL integration seems to be related to network connectivity problems. Despite the integration appearing to be stuck, the database creation has actually completed, which is why you can see it in the query editor.
The error message you're seeing suggests that Redshift is unable to connect to Amazon S3. This is indeed part of the process, as the Zero-ETL integration uses DynamoDB exports to S3 as an intermediate step to replicate data to Redshift.
Here are a few things to check and try:
-
VPC Configuration: Ensure that your Redshift Serverless workgroup is in a VPC that has proper network connectivity to AWS services, particularly S3. This might require setting up a NAT Gateway or VPC Endpoints for S3.
-
Security Groups: Check that the security group associated with your Redshift Serverless workgroup allows outbound traffic to S3.
-
IAM Roles: Verify that the IAM role associated with your Redshift Serverless workgroup has the necessary permissions to access S3, DynamoDB, and perform the required export operations.
-
Resource Policies: Double-check that the resource policies for both DynamoDB and Redshift are correctly set up as per the AWS documentation.
-
Point-in-Time Recovery (PITR): Confirm that PITR is enabled on your DynamoDB table, as this is a requirement for the Zero-ETL integration.
-
Refresh the Integration: As suggested in the error message, you can try to refresh the integration using the ALTER DATABASE command in Redshift.
Regarding the storage usage, the 929 MB you're seeing is likely not all from your DynamoDB data. Redshift Serverless allocates a minimum amount of storage by default, which could explain the discrepancy between your actual data size and the reported storage used.
If these steps don't resolve the issue, you may need to contact AWS Support for further assistance, as they can provide more detailed diagnostics of your specific setup.
Sources
Create a zero-ETL integration for DynamoDB - Amazon Redshift
DynamoDB zero-ETL integration with Amazon Redshift - Amazon DynamoDB
Creating a DynamoDB zero-ETL integration with Amazon Redshift - Amazon DynamoDB
Get started with Amazon DynamoDB zero-ETL integration with Amazon Redshift | AWS Big Data Blog
Relevant content
- asked 9 months ago
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago