Git in AWS
-
AWS provides a fully managed Git Server(Git Remote ) which will be private repo => AWS Code Commit.

-
Create a Repository

-
Create an IAM User

-
Navigate to security credentials for the user

-
And Generate ssh or https credentials

-
Download http credentials

-
For SSH Credentials refer here
Code Build

- Is a fully managed Build and Test Execution Tool
- For codebuild try to create a buildspec.yaml file (Purpose is similar to Jenkinsfile) ReferHere
