I have an existing single-machine deployment of ArcGIS Enterprise on an AWS EC2 machine, and I'm trying to move the Portal component to a new machine. The Portal's content directory is the default local path (C:\arcgisportal\content).
This is a production system with loads of content used throughout the organization. Rebuilding it is simply not an option.
Esri has explained my only option for moving Portal is to use the join-site-and-migrate method. This method requires moving the existing content directory to a location accessible to the old and new Portal. So far my attempts to setup and use a shared folder have failed miserably.
I know it's possible to configure a new instance of Portal to use an S3 bucket for the content directory, but I have not found any documentation regarding moving an existing Portal's content to an S3 bucket to facilitate a highly available Portal deployment. I already went through the steps of configuring an S3 bucket and copied the content directory up to it, but then discovered that when configuring the Portal to use the S3 bucket, one just specifies the bucket name, and not a full path. Therefore, if this is even possible, I would have to know how to recreate the folder structure Portal wants in the S3 bucket.
I really hope this is possible.