Did anyone one try using separate hosts for landing page and main meteor app? I am trying to use Amazon AWS S3 to host my landing page to use its CDN network and main app as a sub-domain on Digital Ocean using Mupx. I think I figured out the landing page part on AWS, but having trouble with configuring Digital Ocean as a sub-domain and how the two talk to each other. So, what I wanted to do is:
www.example.com/ (and example.com) on AWS S3
app.example.com/sign-in on Digital Ocean (using Mupx)
I am reading the documentation but kind of getting overwhelmed at the first go, not being a dev ops and all.
Did anyone try to use both AWS S3 and Digital Ocean? Any resources that you can point to? Is it a good set up to aim for or is it easier to run the two on the same host (Digital Ocean).
Thanks in advance