Cross account stage deployment addPost step #25627
Unanswered
willruggiano
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@willruggiano did you get anywhere with resolving this? I'm running into the same thing, and was curious if had managed to solve it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Basically, I am creating a number of canonical stages (in the case of the above sample code, just two: "staging" and "release") which will deploy stacks into separate accounts (separate from the pipeline account, which the above CodePipeline will be deployed into). I'd like to add post-deployment steps to validate the stack deployments in each of the accounts at each stage, however whichever way I try I always run into the same error:
I'd just like to be able to run the post-deployment validation step (which is a CodeBuildStep) in the application VPC deployed into the application/stage specific account.
Beta Was this translation helpful? Give feedback.
All reactions