Esri / arcgis-gitops

GitHub Actions workflows for ArcGIS Enterprise deployment and operation
Apache License 2.0
6 stars 1 forks source link

Support ArcGIS Server config store in DynamoDB/S3 #64

Closed pbobov closed 6 months ago

pbobov commented 6 months ago

Currently, arcgis-enterprise-base-linux-aws-application and arcgis-enterprise-base-linux-aws-application workflows configure ArcGIS Server config store in the file server. On Linux the file server is highly available EFS server. On Linux it's single fileserver EC2 instance.

The workflows should support configuring a highly available ArcGIS Server with a shared configuration store on Amazon storage services.

pbobov commented 6 months ago

Added "config_store_type" := (FILESERVER|AMAZON) application.tfvars.json config file input variable.