I wanted to deploy let’s say 5 bots for 5 different processes (all foreground, none background) on a Windows server hosted on AWS. So, to do that what would be feasible as well as practical to implement from below?
Using a single server with bigger storage and good specifications having 5 users logged in from 5 accounts running their own processes.
Using 5 different servers with minimum required specifications having 1 user each.
The context of asking these questions is that I have never worked with multiple bots and users.
According to this thread, it is possible to do the FIRST one.
If first option is possible, do I have to select single user while installing UiPath on each User on the server or I can install for all users?
Please help me with any settings required for such setup. Is there any environment variables involved with the setup? Or is it just like the regular setup?