RVR-S3-400
Issue summary
The error code RVR-S3-400 in Data Integration indicates missing credentials in the S3 connection for the S3 data connector. This error occurs when the required credentials, such as AWS Access Key ID and Secret Access Key are invalid or misconfigured in the Data Integration platform.
Action steps
- Verify AWS credentials:
- Ensure that you have the correct AWS Access Key ID and Secret Access Key.
- Go to Data Integration Console and navigate to the S3 connection settings.
- Check the credentials are correct.
- Test the connection: Use the 'Test Connection' in Data Integration to validate that the credentials are working and authorized to access the specified S3 bucket.
- IAM Role setup (Optional): If using IAM roles instead of Access Keys, ensure that the role has the correct policies attached and the trust relationship lets Data Integration to assume the role.
- Policy permissions: Confirm that the IAM user or role has the necessary S3 permissions such as
s3:ListBucket,s3:GetObject,s3:PutObject, and more. - Re-create the user (If necessary): If issues persist, re-create the AWS user or role to ensure no configuration errors.
External references
note
If the issue persists or you need further assistance, open a ticket with Data Integration support.