I am trying to connect the app with a database in Amazon RedShift, but it sends me connection error. The values I am using are:
Name: RedShitDB
Type: RedShift
Host: jdbc: redshift: // [clustername]. [Region] redshift.amazonaws.com:xxxx/dbname
Port: xxxx
Database: dbname
Username: myusername
Password: mypassword
It’s wrong?
Tks!!