I’m using the Cloudformation quick-start templates, and so far I have successfully set up and deployed UiPath
However, I have a requirement to use Windows nodes for my automation suite robot installation as opposed to the Linux instances provided by UiPath out of the box.
I was hoping to find a Cloudformation template that caters to this sort of requirements, but I haven’t been able to
Does anyone know if there’s any documentation regarding this, please?
I’ve reviewed the documentation, but it seems focused on deploying robot Linux agents within containers.
In my situation, I’m aiming to deploy them on Windows EC2 instances.
UiPath offers very useful quick-start cloud formation templates, but they currently only deploy automation suite robots on Linux EC2 instances, whereas I need them deployed on Windows instances.
While the official template is built for Linux, you can attempt to modify it for Windows. This requires familiarity with CloudFormation and UiPath deployment processes. Consider these points:
EC2 Instance Configuration: Update the template to specify a Windows AMI (Amazon Machine Image) and configure necessary software like .NET Framework.
Robot Installation: Modify the user data script to download and install UiPath Robot for Windows instead of its Linux counterpart.
Orchestrator Connection: Ensure the template sets up connections and configurations suitable for Windows Robots connecting to Orchestrator.
Do you know if the UiPath MSI installer supports silent or unattended installation, this way I can get it installed as part of my general automation process without manual intervention.
Yes, UiPath MSI installer does support silent or unattended installation, which allows you to install UiPath without manual intervention. This is particularly useful for automating the installation process as part of your general automation workflows.
To perform a silent installation with UiPath MSI installer, you typically use command-line parameters along with the MSI file to specify installation options and configurations. The exact parameters and options may vary depending on the version of UiPath and your specific requirements.