• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Linux Question dealing with AWS

JC0133

Senior member
So I am trying connect to my rds database on amazon aws. I am logging into my virtual machine on linux and ssh ing into aws. I googled this error and it said to make sure my RDS instance is connected with my EC2 instance. I did that. But I still keep getting this error when I run the command to connect to the database.

mysql -h dB-endpoint -P 3306 -u username -p I get this error. And I tried running as root, but each time I enter my password for my login name of Linux and I get this error. I have googled this error and they all say it is AWS server being down OR to make sure RDS and EC2 instance is connected which I did.

ERROR 2005 (HY000): Unknown MySQL server host 'endpoint' (1)
 
Back
Top