We got Nginx webserver. And sitemaps that we generate every week or so ...
We migrated to multiple web-servers under single load-balancer lately, and keeping a sitemaps on every webserver seem kinda silly. As we are on AWS, is there a way to store sitemaps on, lets say, S3 and somehow redirect sitemaps to S3 link ? But to keep the full domain name with 'www'. I do not see the way to doing it with domain names, maybe with some NGINX rule ?
I did not find many resources on this. How do you solve this ?