Will there be a guide on how to use aws organisati...
# guide
m
Will there be a guide on how to use aws organisations using cdk? Or does anyone have a good package/library that does this easily?
f
Hey @mkarsene, it comes down to how you’d want to manage ur environments across multiple AWS account. From SST/CDK’s perspective, u r just providing a set of IAM credentials and SST will deploy using it.
We are putting together a guide (hopefully launching next week). The approach that worked for a lot of team is having an AWS account for each developer, an account for each of the permanent environments (qa, staging, prod), and finally 1 account for ephemeral environments (pull request).