You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a specific use case where your advice matters a lot. I want to create developer sandbox accounts, where
Each developer can access some specific set of services, like AWS Lambda, VPC, Aurora DB, etc. I believe this can be achieved using Service Control Policies (SCP), but unsure, how to use them at this time
Each developer has a budget of $XX per month. I think we need to use AWS Budgets, but not sure how to use that with cdk-organizations.
Hello,
Thank you for https://constructs.dev/packages/@pepperize/cdk-organizations package. This is really helping me find a better way to organize the developer accounts.
I am working on a specific use case where your advice matters a lot. I want to create developer sandbox accounts, where
cdk-organizations
.Some relevant links that I found on web are below
Setting a budget for sandbox accounts
Creating Sandbox environments
How to manage cost overruns in your AWS multi-account environment – Part 1
Control developer account costs with AWS CloudFormation and AWS Budgets
Could you please advise how I can achieve my goals using
cdk-organizations
?Thanks
The text was updated successfully, but these errors were encountered: