I am using RStudio on an AWS EC2 instance. I created a for loop in R, to scrape an authorized website to create dataframes based on certain conditions.
After some time (like 12 hours), it seems my EC2 instance freezes, as I cannot access to RStudio interface when I go on the url address that I use. The small dataframes that I create contain texts with 8 columns and only 1 row, so we are talking about very small amount of data volume here. In that matter I don't understand how this could be a data volume issue.
I contacted EC2 Amazon support but they don't provide support to understand data volume issues caused by R scripts, only regarding EC2 instances.
I am thinking it is more related to CPU than RAM but I am not really knowledgeable on this... Thanks !