I am trying to setup AWS RDS and it seems that I am still missing something. I am getting an error message from the mysql command (step 2) which I found on this SO, Trying to migrate local mysql server to AWS
mysql -h [endpoint] -u [user] -p [dbname] < dumpfilename.sql
ERROR 2003 (HY000): Can't connect to MySQL server on 'myfishdb.blahblah.us-west-2.rds.amazonaws.com' (60)
Here is my RDS inbound:
MYSQL TCP 3306 sg-2928d04c (awseb-e-blahblah-stack-AWSEBSecurityGroup-FTX0Z7AKRHZ2)
SSH TCP 22 72.xxx.xx.226/32
I am running maverick os local and the AWS is a free tier account.