Referencing this blog https://www.esri.com/arcgis-blog/products/arcgis-enterprise/3d-gis/publishing-large-scene-layers-in-a-snap/.
Is there an example python workflow or GUI based workflow for publishing the large scene layers with data in S3 in the i3sREST format? I have successfully published using this python script & workflow for data that was converted and exported to a NAS. I have not had the same luck with S3 - I receive an error 99999 when attempting to publish the service in the last step of the script. I encounter no issues with registering the S3 bucket as a cloudstore in ArcGIS Server.
I also noticed that the code specifically grabs the server ID from the hosting server however the comments note that the server can just be a federated server. Is that true?