I'm trying to deploy two ESRI Enterprise Servers on AWS (Ubuntu) using ESRI's Enterprise Server AMI. To deal with the need for access to shared configuration, I'm trying follow https://enterprise.arcgis.com/en/server/10.8/cloud/amazon/configure-shared-configuration-store.htm. The portion that I'm unclear about is that the doc states that you'll need 3 EC2 instances; 2 will be connected the server site and the 3rd will be the "file share".
For my question, instances A and B will be connected in the Server Site, and instance C will be the "file share".
- Step 2b, should this be 6443, or do I need to enable HTTP?
- Step 3 is on instance A and B. No question here.
- Step 4-10, what instance(s) are these performed on, A, B or C?
- Steps 12-13 are performed on instance B. No question here.
So overall, if I am correct on steps 3, 12 and 13, I'm unclear on 4-10 and mainly where does instance C come into the process. Also does instance C need to remain running?
Thanks