We had this option using AWS, but since we are building a SaaS and wanted our
users to have a free tier, we actually were not able to fully embrace
one-tenant-per-account on AWS, because some services we require (e.g.
Elasticsearch) have lower bounds of cost which are > 0.
https://twitter.com/owolf/status/1026409594829070336
1 reply
This means we would be spending money for every evaluating user, even if the did
not use the service.
It would have made our code and the permission management for AWS resources so
much easier.
If you can build your solution only using PaaS, it's really amazing.