OHDSI / ArachneExecutionEngine

Arachne Execution Engine is a component used to execute remote SQL or R code. It is used by both Arachne Data Node as well as WebAPI
7 stars 7 forks source link

AWS version of Arachne Execution Engine #353

Open ablack3 opened 1 year ago

ablack3 commented 1 year ago

Arachne Execution Engine uses Docker to encapsulate the R runtime environment. While this works great for some organizations, many organizations have restrictions on the use of docker.

Generalizing Arachne EE so that it can be built using a variety of virtualization technologies would expand the number of organizations that could use it with Atlas or Arachne.

This issue is to propose creating a cloud formation template for Arachne EE on AWS. Users would be able to easily set up and Arachne EE instance on AWS EC2 without the use of Docker at all.