0

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

Leandro
  • 870
  • 2
  • 13
  • 27

1 Answers1

0

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

Leandro
  • 870
  • 2
  • 13
  • 27