Implement multi region code pipeline

0

"I currently have a pipeline set up in our infrastructure account that runs in the production environment upon code merge. To enhance disaster redundancy, I would like to implement the same pipeline in another region. Is it possible to achieve this, and if so, what would be the detailed strategy for implementing a multi-region pipeline?"

2 Answers
2
Accepted Answer

Hi,

You have a complete example with code here: https://github.com/symphoniacloud/multi-region-codepipeline

To go 1 step beyond (cross-account), I would also suggest to read this log post: https://aws.amazon.com/blogs/devops/aws-building-a-secure-cross-account-continuous-delivery-pipeline/

Best,

Didier

profile pictureAWS
EXPERT
answered 3 months ago
profile picture
EXPERT
reviewed a month ago
  • Thank you very much. It worked !

  • Glad that you found a solution for your use case! Thanks for accepting my answer Didier

1

Using AWS CDK Pipelines construct for a multi-region setup is an ideal solution in your case. check out the following two links:

If this has resolved your issue or was helpful, accepting the answer would be greatly appreciated. Thank you!

profile picture
EXPERT
answered 3 months 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