MariaDB with R on a Amazon EC2 instance
In Online Chapter, Pushing R Further (https://www.packtpub.com/sites/default/files/downloads/5396_6457OS_PushingRFurther.pdf), apart from creating a Linux Ubuntu virtual machine with RStudio Server on Microsoft Azure, we have also launched an Amazon Linux EC2 instance. In this section we will deploy an Ubuntu instance with RStudio Server, but this time on Amazon EC2.
Preparing the EC2 instance and RStudio Server for use
The good news is that you should already know how to do this. Initially, simply follow steps 1 through 13 of the section on Creating your first Amazon EC2 instance from Online Chapter, Pushing R Further (https://www.packtpub.com/sites/default/files/downloads/5396_6457OS_PushingRFurther.pdf). Choose a Free Usage Tier Linux Ubuntu instance and (in step 6) create your new key pair with a distinct name, for example rstudio_mariadb.pem
. Also in the same step (step 6), add another custom TCP rule for port 3306
. This will allow connectivity...