|
|
|
|
|
by mxz3000
1981 days ago
|
|
Working with multiple AWS accounts is definitely a pain, but it definitely should get better in the future given that it's a super important use case for internal services. Internally we have best practices that dictate to split services into their own accounts, with one account per stage (i.e. beta, gamma, prod). I'd like to also mention that CDK also makes working with cross-account/cross-stack resources a lot easier. |
|