We tried deploying the ArcGIS Enterprise 11.2 "arcgis-enterprise-allinone.template" using CloudFormation. The deployment appears successful - no errors in the CloudFormation stack, we can log in to Portal and validate the hosting server, we can run a successful describedatastore, we can access GIS Server Rest and Admin, however, we cannot access ArcGIS Server Manager. The login seems successful, but after that it just spins and says "Please Wait...".
This happens when we use any of the following:
- <custom subdomain>/<webadaptor>/manager
- <custom subdomain>:6443/arcgis/manager (from the machine itself)
- localhost:6443/arcgis/manager (from the machine itself)
- <private ip>:6443/arcgis/manager (from the machine itself)
- <hostname>:6443/arcgis/manager (from the machine itself)
We used an elastic ip with a custom subdomain pointing to that elasitc ip using a CNAME record in Route 53. Like I said, Server admin and rest resolve, but not manager. Any ideas? Thanks for your feedback