Hi @aldoc77148901 ,
In AEMaaCS, the Cloud Manager pipeline runs a built-in dispatcher warm-up service after deployment. It automatically warms pages by crawling the site’s sitemap.xml (or root URLs) to fill dispatcher/CDN caches.
You cannot provide custom scripts or a manual page list Adobe controls this part of the pipeline.
If you need specific pages cached on all dispatcher pods, the supported way is to:
Expose those URLs in your sitemap.xml (so the warm-up service hits them), or
Use a custom health check / monitoring job (external client or CDN prefetch) to request those pages after go-live.
Direct scripting on dispatcher pods is not supported in AEMaaCS.
https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/usi...
Hrishikesh Kagane