Multiple prod accounts guidance #90
Replies: 1 comment 1 reply
-
We've handled multiple customer accounts in various ways. The first is to create an OU per customer, with each customer having its own SDLC, so you'd have
Another way is by inverting the SDLC into OUs. You'd have a
Here your tenant can be set to the customer still Perhaps the most common way that I've seen is you create an OU for customers specifically. Then you deploy all of your customer accounts there.
Really, this all comes down to how you want to structure your AWS accounts, and then how do you want to name your resources in regards to what is a tenant. Typically, a tenant represents an OU, but that's just a pattern that we've set before. It really comes down to what works for you, and when you're structuring these AWS accounts, the other thing to consider is SSO—and how you sign into those SSO permissions and accounts. Who has access to what logical groupings, and what customers or what accounts or OUs do team members have access to? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
We're using the Cloud Posse reference architecture and following the standard naming convention
{namespace}-{tenant}-{environment}-{stage}-{name}-{attributes}
.We now research a situation if we need to onboard multiple production AWS accounts, one per customer. I'm looking for guidance on how best to model this in line with your framework.
Specifically:
More generally:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions