amazon-web-servicesaws-cloudformationaws-codestar

AWS Multi-account AWS Cloudformation execution


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


Solution

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