Single CI/CD pipeline to deploy application in Multiple region including China

0

I am working for a customer for few workload. Earlier we were deploying application only in us-east-1 region. Now customer want to deploy same workload (with few geo specific changes) in AWS China Beijing region. Customer want to deploy same application at same time and ask me explore option to deploy it from a single pipeline. I gone through various AWS document, but nothing is available for same as China is not available in AWS Global region name.

Michel
asked a year ago432 views
2 Answers
2
Accepted Answer

You can build and deploy the application to both Regions using the AWS CI/CD services from the non-China Region. You can setup a pipeline only in US region with deploy option in China as well. You can refer https://aws.amazon.com/blogs/architecture/field-notes-how-to-deploy-end-to-end-ci-cd-in-the-china-regions-using-aws-codepipeline/ for same.

Disclaimer: This blog is published when AWS Code Pipeline was not available in China. As same is available now, solution can be fine tuned.

profile pictureAWS
Nirmal
answered a year ago
profile picture
EXPERT
reviewed a month ago
  • Suggested solution mentioned in the blog. Thanks for help.

0

What about using GitHub Actions for deployment?
I think there is a way to use GitHub to manage code and deploy with CodeDeploy in an environment where CodePipeline is available, and use GitHub Actions in the China region.

profile picture
EXPERT
answered a year 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