From the course: AWS Certified Developer - Associate (DVA-C02) Cert Prep

Unlock this course with a free trial

Join today to access over 23,200 courses taught by industry experts.

AWS CodeCommit overview

AWS CodeCommit overview

- [Instructor] AWS CodeCommit is a fully managed source control service that hosts private Git-based repositories. CodeCommit work similarly to a lot of code repo out there, like GitHub. So if you have experience using any of these services before in your project, then you now have an idea of CodeCommit. You can use the same Git commands that you're familiar with to push or pull codes into your own CodeCommit Repository. CodeCommit is natively secure as it only uses HTTPS or SSH for authenticating file transfers. There are no limits on the number of repositories that you can create, and you can store any file type of any size, including application assets, such as images and libraries, alongside your code. This is possible because under the hood, CodeCommit uses Amazon S3 and DynamoDB for storing repository data. So besides its unlimited storage, high availability and durability are also guaranteed. So why would you…

Contents