🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Deployment of RapidMiner on AWS/ Azure Cloud

User: "RG2000"
New Altair Community Member
Updated by Jocelyn
I am exploring using either the AWS or Azure Cloud instances. I wanted to confirm on the following 
a) Access to publishing from studio to AWS or Azure Cloud is not available for free studio
b) Are there restrictions on number of models that can be hosted- any linkage between number of models and server size
c) Are these models published on 'hot mode'- or on 'cold mode'- to be brought up when called
d) wanted to understand security capabilities, logs 
Where would documentation for cloud based services be available?

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "sgenzer"
    Altair Employee
    Accepted Answer
    hi @RG2000 I'm sorry for the delay but I was away last week. Let me see if I can answer some things here...

    (a) I don't see any reason why a local installation of RM Studio (free edition) cannot connect to a cloud install of RM Server. I just tested connecting a free local RM Studio license with one of our AWS RM Servers and it works fine:



    (b) there is no limit per se to the # of models on one server. Obviously you need to size your server to what kind of models you're running. You can probably run 100 Titanic Naïve Bayes models on one server every minute if you want, whereas running one 1.5M row x 100 column data set with DL or GBT is going to eat up some serious resources.

    (c) you can have models built on a reoccurring schedule (CRON jobs) or on-demand as an API call.

    (d) 
    https://docs.rapidminer.com/latest/server/configure/security/
    https://docs.rapidminer.com/latest/server/configure/logs/

    Scott