Search code examples
amazon-web-servicesaws-codestar

AWS Multi-account deployment


I have all my microservices hosted in codestar, with their cloudformation scripts. Everything working well.

I want to create a new Organizational Unit and deploy in a new account. What's the best way of doing this?

I've read that codestar does not support this functionality but I need to find a way to do it.

Thanks


Solution

  • You can do cross account deployments by using Codepipeline together with Codeploy for deploy action. This is a good place to start https://docs.aws.amazon.com/codepipeline/latest/userguide/pipelines-create-cross-account.html.

    I recently realized a cross account deployments to ECS following the steps described in the doc.