What are the available options for caching an Umbraco website on AWS EC2?
So far, we've considered using Varnish but it's not recommended for a production environment. Is there a de-facto HTTP accelerator for IIS like Varnish? https://www.varnish-cache.org/
It is a legacy website, so I'm not 100% certain that all the necessary caching has been performed within the application code (e.g. macro caching)
We're aiming to meet a traffic profile of 60 page requests a second for 3 minute peak (excluding additional requests for CSS, JavaScript and other static assets.)
Would really appreciate some recommendations, particularly anyone who deals with Umbraco deployments on this scale!