Update:
I tried this external table setup in a regular redshift cluster (not a serverless one), and it works, after I do associate the role used to the cluster. For redshift serverless though, I do not see any clusters to attach the role to.
So even if the error says: "The requested role ... is not associated to cluster", there is no "cluster" to associate the role to, when running a serverless instance.
To corroborate that, I run:
aws redshift describe-clusters
And I got an empty response:
{ "Clusters": [] }
So I guess the questions is: is it possible (given the error), to associate a role to a clusterless redshift, as in when it runs serverless?
or:
Has anybody been able to create an external table in a redshift serverless instance? is that not supported?
Relevant questions
Redshift serverless: error while trying to create an external table
asked a month ago[Amazon](500310) Invalid operation when setting parameter to bpchar (JDBC)
asked 2 years agoAn error occurred (ModelError) when calling the InvokeEndpoint operation
asked a year ago[Amazon](500310) Invalid operation error
asked 2 years agoError (500310) Invalid Operation - When joining on WITH clause
asked 4 years agoAn error occurred (InvalidSsmlException) when calling the StartSpeechSynthesisTask operation: Invalid SSML request
asked 22 days agoException while calling EncryptionSDK.Encrypt
asked a month agoVM Export: An error occurred (Invalid Parameter) when calling the ExportImage operation: Access denied to the bucket
asked 4 months agoError 1054 Unknown Column while Inserting into Table in Aurora MySQL
asked a year agoUnable to see Glue catalog tables from Redshift serverless
asked 2 months ago