-
Notifications
You must be signed in to change notification settings - Fork 52
Redshift cluster 404 #58
Comments
Hi, Looking at the error you provided, it seems that you are trying to use the temporary credentials auth method and the returned error is from AWS API saying that the provided redshift cluster name Please verify that you have provided a valid and existing cluster name for temporary credentials. |
I have the right name of the cluster is there anything else is needed for the provider config ? provider "redshift" { |
I think this is the key. The terraform runs from my machine. The users use it using workspaces. (public access, VPN to private cluster, or proxy.) |
Another possible root cause for your issue is that cluster is defined in a different region than the one defined in your config. Please check if setting |
Hello, I am trying to create a redshift data share and I am getting below error. The cluster is not accessible externally. Does this plugin requires it be public ?
operation error Redshift: GetClusterCredentials, https response error StatusCode: 404, RequestID: 54f7c64e-ecba-4910-a982-0134da944dcf, ClusterNotFoundFault: Cluster redshift-cluste not found.
The text was updated successfully, but these errors were encountered: