Deploying multiple Meteor apps with mup

I’m going to attempt to deploy 3 Meteor applications, each with their own SSL’d sub domain, to one EC2 instance using mup.

Each application is a integrated Meteor application, with its own copy of MongoDB.

Is this possible with my wildcard SSL using mup on EC2?

For example I’d like admin.my_domain.com, client1.my_domain.com, and my_domain.com to be on one EC2 instance. I’d access each site using HTTPS.

I don’t mind having 3 different mup projects.

Is this possible using ssl? What are the downsides?

Yes. That’s possible. You need to deploy them as three different projects. Then simply point your DNS correctly.

admin.xxx.xxx goes to ip1
client1.xxx.xxx goes to ip2