0
votes

Codestar generates a pipeline where the deploy has two steps: GenerateChangeSet and ExecuteChangeSet

enter image description here

I've read this https://docs.aws.amazon.com/codepipeline/latest/userguide/pipelines-create-cross-account.html but it's related to CodeDeploy.

I want to run the deploy (AWS Cloudformation) steps in another account.

Is this possible?

Thanks in advance

1

1 Answers

0
votes

This is not possible, I'm analyzing StackSet to do that.