AWS CodeCommit tutorial: your first Repo, Commit and Push

Published: 19 January 2022
on channel: Data Science Garage
41,261
381

In this video I demonstrate how to create your first Git repository on AWS CodeCommit, and make your first commit and push to the repo. There are many similarities with Github, but also AWS CodeCommit introduces many advantages as well.

AWS CodeCommit is private Git repositories, featured by:
Fully managed, highly available.
Code only in AWS Cloud account (increased security and compliance).
Secure (encrypted, access control, etc.).
Integrated with Jenkins/AWS CodeBuild/ other Continuous Integration (CI) tools.
Version control: is the ability to understand the various changes that happened to the code over time (and possibly roll-back), such as Git version control.
Collaboration with other developers.
Making sure that the code is backed-up somewhere.
Making sure that it is fully viewable and auditable.
No size limit on repositories (scale seamlessly).

AWS CodeCommit works in this way:
The developers push the code often to their code repository and it can be expensive. The industry has several players that has Github (where Github offers a bunch of free public repositories), and also free one or paid private ones based on if you are a company or not, BitBucket. etc.

This tool can be integrated into CI/CD pipelines for your MLOps projects. In the context of AWS infrastructure, you can build these pipelines and workflows together with AWS Code Build, CodeDeploy, and CodePipeline with all benefits from these products.

Read more from official documentation:
AWS CodeCommit: https://aws.amazon.com/codecommit/
AWS CodeDeploy: https://aws.amazon.com/codedeploy/
AWS CodeBuild: https://docs.aws.amazon.com/managedse...
AWS CodePipeline: https://aws.amazon.com/codepipeline/

Knowing AWS CodeCommit is a one of the crucial topics in the preparation for the AWS DevOps Professional certification exam. More tutorials on this will be soon.

#aws #git #codecommit


Watch video AWS CodeCommit tutorial: your first Repo, Commit and Push online without registration, duration hours minute second in high quality. This video was added by user Data Science Garage 19 January 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 41,261 once and liked it 381 people.