Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Feature: Cross account management #263

@ejholmes

Description

@ejholmes

Just jotting this down here to make note of it. It'd be pretty cool if stacker could link cross account stacks. For example, if most of your resources are managed in account A, you may want to add an account B that's 100% isolated from account A, then give account A access to AssumeRole into B. Being able to manage resources via stacker in both A and B would be pretty rad.

I'm not sure the best way to do it, but it could integrate with AWS profiles, so you could tag certain stacks with a certain profile. e.g.

stacks:
  - name: vpc
     profile: A
  - name: emr
     profile: B
  - name: app
     profile: A
     variables:
       EMRAssumeRole: ${emr::Role}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions