I started learning amazon redshift, and followed its documentation for creating a cluster.
I opted for 2 months free trail. When I try to connect to the Redshift db from SQL workbench/J it says "Connection timed out error".
I checked and all the details I have entered are correct! I'm accessing the Redshift db from my laptop through corporate LAN. I think this as an issue. Tell me how to connect to Redshift from my corporate LAN connection?
The response from SQL workbench/J when I try to connect is:
[Amazon][500150] Error setting/closing connection: Connection timed out:connect.
Check if your cluster has public access: Go to the Redshift console to see if it's "Yes" for Publicly Accessible.
Check if security group allow access from your IP. You can use "nc -v endpoint port" to check if the cluster's port is pingable.