Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Add support for deployments to multiple accounts and regions #6

Open
1 task
whimzyLive opened this issue Dec 24, 2019 · 1 comment
Open
1 task

Add support for deployments to multiple accounts and regions #6

whimzyLive opened this issue Dec 24, 2019 · 1 comment
Assignees
Labels
Projects

Comments

@whimzyLive
Copy link
Contributor

whimzyLive commented Dec 24, 2019

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

Screen Shot 2020-07-27 at 7 04 09 pm
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

  • configure stacksets to trigger deployments to multiple accounts

blocked by #56

@whimzyLive whimzyLive self-assigned this Dec 24, 2019
@whimzyLive whimzyLive added enhancement New feature or request feature labels Dec 24, 2019
@whimzyLive whimzyLive added this to To do in Package Feb 6, 2020
@whimzyLive whimzyLive moved this from To do to In progress in Package Feb 6, 2020
@whimzyLive whimzyLive moved this from In progress to Selected for Development in Package Feb 13, 2020
@whimzyLive whimzyLive added development Requires development and removed enhancement New feature or request labels Feb 13, 2020
@whimzyLive 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
@whimzyLive whimzyLive moved this from Selected for Development to In progress in Package Apr 9, 2020
@whimzyLive whimzyLive moved this from In progress to Selected for Development in Package Apr 9, 2020
@whimzyLive
Copy link
Contributor Author

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.

@whimzyLive whimzyLive moved this from Selected for Development to Backlog in Package Apr 25, 2020
@whimzyLive whimzyLive moved this from Backlog to Selected for Development in Package Jul 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
Package
  
Selected for Development
Development

No branches or pull requests

1 participant