This question is NOT the same as: AWS EC2 and Redshift Security group connection error
i am trying to access my RedShift (using EC2-classic and not using VPC) from SQL workbench in my local computer. The EC2 security group used in my redshift allows:
All TCP,
All UDP,
ALL ICMP
from sources 0.0.0.0/0
over port numbers 0-65535
It still says "Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections".
What am i missing out?
Redshift cluster security group screen

EC2 security group screen
