DEV Community

Discussion on: How We Scaled Our Serverless SaaS Platform in AWS

Collapse
 
thealexkates profile image
Alex Kates

Glad you enjoyed it. Single tenant AWS account means that the account contains resources for just one of your customers. It's a common architecture when building a SaaS product.

Collapse
 
magnusram05 profile image
magnusram05

Physical resources like EC2 instances, DBs?

Thread Thread
 
thealexkates profile image
Alex Kates

That's right!

Thread Thread
 
magnusram05 profile image
magnusram05

Cheers!