UR実行用PCを物理PCからAWSへ移行する際の実現方法を教えて下さい。

お世話になっております。

URの実行環境をデスクトップの物理PCからAWSへの移行する事を検討しております。

現在、複数のアカウントを使ってURを実行しております。
具体的にはUR実行用のデスクトップPCでは、通常はWindowsのロック画面となっており、ロボットに応じて異なるアカウントでWindowsにサインインして実行しています。

このような運用がAWS上でも実現できるのか、教えて頂けないでしょうか。
よろしくお願い致します。

Hi @naozumi_ogawa,

Yes, migrating UiPath Robot execution from physical Windows desktop to AWS EC2 while supporting multiple accounts (different Windows logins) is fully possible using Windows Server EC2 instances.

Quick Migration Steps

Launch Windows Server 2019/2022 EC2 instance matching your PC specs.

Create separate Windows user accounts per robot; add to “Remote Desktop Users” group.

Install UiPath Robot in service mode, connect to Orchestrator.

In Orchestrator, provision multiple robots to same machine (one license per concurrent execution), assign different Windows credentials per robot.

Multi-Session Key

Set LoginToConsole=false in Robot settings for RDP multi-session support (unlimited on Server vs. 1 console max).

Use Orchestrator triggers for automated login/logout if needed.

Scale Securely

Automate with CloudFormation custom AMIs; secure RDP via Session Manager.

Test first!

こんにちは

AWSへの移行

具体的にどのサービスを利用することを検討していますか?EC2でのVMでしょうか?あるいはAmazonWorkspaceでの仮想デスクトップでしょうか?あるいはそれ以外でしょうか?