You can deploy Unified Access Gateway to Amazon AWS EC2 by using the uagdeployec2.ps1 PowerShell command.
Procedure
-
From the Omnissa Customer Connect, go to Unified Access Gateway (UAG) PowerShell Scripts file and click DOWNLOAD NOW.
A zip fileuagdeploy-xx.xx.x.x-xxxxxxxxis downloaded on your local machine. -
Extract the files from the zip file. Ensure that the following PowerShell scripts are available on your machine.
uagdeployec2.ps1anduagdeploy.psm1 -
Open PowerShell and run the command.
uagdeployec2.ps1 <file_name>.ini.
Where, file_name is the name of your INI file.
What to do next
- Stop the Unified Access Gateway instance.
- Clear the
userDatavalue from the current instance of Unified Access Gateway by using the following command:edit-EC2InstanceAttribute -InstanceId i-12345678 -Attribute userData -Value "blank".
Was this page helpful?