I am running my production instance on AWS, deployment is done with mupx. Now I would like to add a prerender.io server, in order to optimize for SEO.
Is there a tutorial available that shows how such a setup is done in a best-practice way, using mupx and EC2 instances?
I think, it would be best if the prerender.io service would run on a separate EC2 instance, but it would also be ok for me to run it on the same instance as the Meteor server.