magenx / Magento-2-aws-cluster-terraform

Magento 2 AWS autoscaling cluster with Terraform and Packer or ImageBuilder. Adobe Commerce Cloud alternative. The best ecommerce infrastructure. Drive more sales online. Transparent billing. Developer-friendly. No hidden bottlenecks.
https://www.magenx.com
124 stars 41 forks source link

Codecommit retirement #46

Open alexnauda opened 2 weeks ago

alexnauda commented 2 weeks ago

Looks like AWS is not allowing new users into Codecommit as of earlier this year.

After careful consideration, we have made the decision to close new customer access to AWS CodeCommit, effective July 25, 2024. AWS CodeCommit existing customers can continue to use the service as normal. AWS continues to invest in security, availability, and performance improvements for AWS CodeCommit, but we do not plan to introduce new features.

https://aws.amazon.com/blogs/devops/how-to-migrate-your-aws-codecommit-repository-to-another-git-provider/

Would you consider plans to do this using a different git provider?

magenx commented 2 weeks ago

i was looking into this issue, and probably github is the only best option for code tracking and development, it can be github actions also for build and push, but aws codebuild and codedeploy pipeline with github repository.

right now testing in ec2_v5 branch aws codebuild pipeline to pull code from github and build and deploy to instances. there are manual actions required to activate connections to private repository.