Installing Control Room on Windows EC2 instance - Silent mode
- Updated: 2025/11/27
You can also install the Control Room in silent mode. The silent mode runs the entire installation process in the background without requiring user interaction or displaying pop-up messages. This mode allows you to automate the installation process.
Create a customized PowerShell script with required parameters and execute the script to install the Control Room on a Windows EC2 instance:
The newly introduced $aws_config variable binds the Control Room to the AWS account. You must configure the following parameters for this variable.
| Control Room installation parameters | |
|---|---|
| Installation parameter | Description |
| vAA_CLOUD_SERVICE_AWS_ACCOUNT_ID | Add the 12-digit AWS account ID without the hyphens. |
| vAA_CLOUD_SERVICE_AWS_REGION | Add the AWS region in which the account is hosted. Ensure that you enter the region as per AWS naming standards. |
Procedure
Next steps
Complete the Control Room configuration and validation as detailed in Configuring post installation settings.