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
{{ message }}
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.
Currently pipeline bootstrapped by doostrapper is only capable of deploying to same region and in a same account. This is not very useful for many projects. doostrapper should be able to create pipeline that can perform cross-region and cross-account deployments.
Idea
It needs to behave something like this,
i) Tools account contains all deployment resources, (i.e dootstrapper resources)
ii) Dev account is more like a sandbox where all merged code gets deployed as part of build process to verify that last commit was a success
iii) Test accounts contains almost stable (releases)
iv) Prod account
whimzyLive
changed the title
add support for deployments to multiple accounts and regions
Add support for deployments to multiple accounts and regions
Feb 13, 2020
Cloudformation stacksets are not yet implemented in cdk aws/aws-cdk-rfcs#66, so if stacksets needs to be used, cdk apps must be transformed to cloudformation stacks first.
Overview
Currently pipeline bootstrapped by doostrapper is only capable of deploying to same region and in a same account. This is not very useful for many projects. doostrapper should be able to create pipeline that can perform cross-region and cross-account deployments.
Idea
It needs to behave something like this,
i) Tools account contains all deployment resources, (i.e dootstrapper resources)
ii) Dev account is more like a sandbox where all merged code gets deployed as part of build process to verify that last commit was a success
iii) Test accounts contains almost stable (releases)
iv) Prod account
read more here
Checklist
blocked by #56
The text was updated successfully, but these errors were encountered: