I have scoured the interwebs for months trying to find a solution, so any guidance will be a huge help to me.
So my task is that I have a RoR app that is using Fargate. I have a sitemap index and three sitemaps(links split up in 50k increments). These sitemaps needs to be accessible via my url (mysite.com/sitemap...).
So from my understanding, containers are ephemeral and adding the sitemap to my public folder will have undesirable results with indexing on Google.
I have found countless tutorials on how to upload the sitemap using Heroku via S3 - but this option appears to use the public url of the S3 and not the url from my domain.
My guess is I need to use something like Elastic File Storage or maybe even S3 - but I am lost. I can even put it this way, how do companies like Airbnb and Github store their sitemaps?