Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Log in RStudio with AWS EC2 instance

I managed to follow all the steps to create EC2 instance and install R Server on it.

But now when I go to RStudio to connect (which looks something like "ec2-[Public IP]-.eu-west-3.compute.amazonaws.com:8787") I am asked a username and a password but I did not configure any:

enter image description here

I tried rstudio (username) and rstudio (password) but it does not work. Anyone knows how I can find the username and the password to connect? Thanks. M

like image 839
ML_Enthousiast Avatar asked Oct 14 '25 03:10

ML_Enthousiast


1 Answers

If this is using the AMI from http://www.louisaslett.com/RStudio_AMI/, the default password recently changed to the instance ID of the EC2. A code starting with i- and 17 alphanumeric characters, for example.

Username is still rstudio.

like image 147
shiro Avatar answered Oct 16 '25 23:10

shiro