-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploying multiple stages to different accounts #391
Comments
It actually works fine for me. I messed up the role assumption permissions. |
According to best practices of organizing environments, you suppose to have "Deployment" account. You can read more about it here: https://docs.aws.amazon.com/pdfs/whitepapers/latest/organizing-your-aws-environment/organizing-your-aws-environment.pdf So So asset publishing jobs (in GitHub workflow) will assume role in "Deployment" account. And |
I have a simple application that I would like to deploy in two stages to a
dev
and aprod
account.The generated workflow creates asset publishing jobs that try to deploy the shared assets to two different accounts, e.g.:
cdk.out/publish-Assets-FileAsset2-step.sh
Currently, the credentials either have permission to publish to one or the other account, but not both.
Is this a valid use case? How is this supposed to work?
The text was updated successfully, but these errors were encountered: