Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (19.1k points)

I have accepted the "Chromebook challenge." So far, I have successfully ssh'ed into my new Google Compute Engine from ChromeOS's built-in ssh terminal. But now I am faced with the task of connecting to an Amazon RDS (relational database service) instance that a consulting client has set up for me. I have found no tutorials on how to do this. I don't know if I should be ssh'ing into the RDS, or what.

 

Has anyone else done this successfully?

1 Answer

0 votes
by (44.4k points)

You cannot directly ssh into the RDS instance from a Chromebook. Instead, you will have to ssh into some other server and then from there connect to your RDS instance.

me@myserver$mysql -h myrdsinstanceaddress -P 3306 -u root -p

Related questions

0 votes
1 answer

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer

Browse Categories

...