Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi we are using Talend 6.4 Real Time Big Data Platform. When we are trying to use the tRedshiftOutputBulkExec component to write data on to our Redshift cluster, we are trying to leverage the option of writing data into the S3 bucket first that way it can bulk load the data to Redshift. However, the bucket we are trying to write into has a bucket policy that the data should be AES256 (server side encrypted). Based on the documentation from Talend, it says 'By default, this check box is cleared and the data file will be uploaded to Amazon S3 using server-side encryption.', however this is not encrypting it. We are still getting Access Denied issue when we use the component. Please note that when we use tS3Put to write data into the S3 bucket we explicitly enable 'Server Side Encryption' option and it lets us write into the bucket successfully.
But the tRedshiftOutputBulkExec component do not have such explicit option as it is saying by default it will do server side encryption.
Let us know if we have to do something more to enable this?