` Automating provisioning of additional tenant infrastructure » Motion design agency graphics studios

Automating provisioning of additional tenant infrastructure

Say you have a multi-tenant web application using the database per tenant approach. And each tenant requires it’s own S3 bucket as well. I can see how one would use IaC (Terraform) to bootstrap/deploy this initial application (zero tenants). But if you wanted to be able to dynamically create a new tenant automatically (from a website sign up form), what strategies or IaC tools would be used? I feel like this is a common enough problem but I can’t find much specific information on it (or I’m not using the right search terms).

submitted by
---
[fixed][/fixed]
jodo