1 Answer
- Newest
- Most votes
- Most comments
0
Hello.
You can replicate between regions using the method AWS introduces in the blog below.
https://aws.amazon.com/jp/blogs/devops/replicate-aws-codecommit-repository-between-regions-using-aws-fargate/
Relevant content
- asked 2 months ago
- asked a year ago
- asked 2 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 4 years ago
Alright, that sounds like a promising idea. However, I recently came across this article... https://medium.com/geekculture/replicate-aws-codecommit-repositories-between-regions-using-codebuild-and-codepipeline-39f6b8fcefd2 anyone to use it?
Setting up only CodeBuild and CodePipeline may be simpler than using ECS. When using ECS, settings such as VPC are also required. On the other hand, if you only use CodeBuild and CodePipeline, you don't need to set up a VPC. I think there are multiple ways to do this, so it's best to choose the one that fits your environment and skill set.
Thank you, everyone. I'm pleased to share that I've successfully met my requirements by utilizing AWS CodeCommit, CodeBuild, CodePipeline, and AWS Secrets Manager to manage my AWS resources.