You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, the AWS template for ArcGIS Server on Windows cannot be implemented using PowerShell DSC as it was planned originally. The ArcGIS PowerShell DSC modules do not support "solo" mode like the Chef cookbooks. The DSC modules require WinRM to orchestrate multi-machine deployments. WinRM requires an administrator user account with the same username and password on all the machines. In EC2 workgroup networks passwords are different for Administrator user on different EC2 instances. Creating another administrator user account with same password on all the EC2 instances is not a good security practice.
Branch issue112_draft contains an unfinished implementation of arcgis-server-windows template with draft workflows for building image, provisioning infrastructure, and creating ArcGIS Server site on primary machine.
Add a template that provides GitHub Actions workflows for ArcGIS Server deployment & operations on Windows platform.
The template should use:
The text was updated successfully, but these errors were encountered: