Cross account ecs fargate blue/green deploy from code pipeline

1

I want have the deploy stage cross account and using code pipeline+code build+code deploy i am creating dynamic taskdef.json and app-spec file in the build stage as output and want to include them as input in the cross account deployment.confused on how to achieve the cross account deployment.

1 Answer
1

Hello Piyush,

You can follow below document to use resources created or managed by another AWS account.

https://docs.aws.amazon.com/codepipeline/latest/userguide/pipelines-create-cross-account.html

Additionally, you can also refer to following AWS Blog which explain about building a Cross-Region/Cross-Account Code Deployment Solution using AWS CodeDeploy and AWS CodePipeline.

https://aws.amazon.com/blogs/devops/building-a-cross-regioncross-account-code-deployment-solution-on-aws/

Hope above documents will help you to achieve your use-case.

SUPPORT ENGINEER
answered 2 years ago
EXPERT
reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions