aws-codepipeline-devsecops-amazoneks icon indicating copy to clipboard operation
aws-codepipeline-devsecops-amazoneks copied to clipboard

AWSCodeCommit deprecated

Open durdina opened this issue 10 months ago • 3 comments

This project is currently broken due to AWS CodeCommit no longer accepting new customers.

AWS CodeCommit no longer allows creation of new repositories as is documented here: https://aws.amazon.com/blogs/devops/how-to-migrate-your-aws-codecommit-repository-to-another-git-provider/

Therefore attempts to create new AWSCodeCommit repository by CF stack template codecommit_ecr.yaml inevitably fail.

durdina avatar Jan 17 '25 12:01 durdina

Thanks @durdina . That's a valid point. New AWS CodeCommit repositories wont be created. So the cloudformation template codecommit_ecr.yaml will fail. I will work on the changes and fix the code in few days.

maheshr-amzn avatar Jan 17 '25 12:01 maheshr-amzn

Hi @maheshr-amzn, for what it's worth I have already worked on fixing the issue and replacing AWS CodeCommit dependency with a GitHub connection. I am ready to submit PR for my changes by EOD.

It was a good exercise for me. Thank you and your org for creating these sample projects I found it really useful in my crash course to AWS infrastructure for CI/CD.

durdina avatar Jan 17 '25 13:01 durdina

@durdina Please raise a PR for AWS CodeCommit dependency replacing with Github changes. We will review it and work accordingly

maheshr-amzn avatar Jan 17 '25 14:01 maheshr-amzn