When deploying multi machine AGS sites in AWS, why do we use DynamoDB for the server config store instead of a simple fileshare?
Is it only because DynamoDB is highly available by design as compared a fileshare?
or is it because ArcGIS Server requires the millisecond latency and high throughput that DynamoDB provides?
Is the configuration store accessed that frequently by AGS? The storage space requirements are quite small for a config store anyway.
If we use Amazon FSx for the fileshare, do we still need DynamoDB just for the config-store? We could use FSx for storing everything including portal content, config store, server directories etc., as FSx too is highly available by design.