tenongene / AWS_CICD

CI/CD Pipeline on AWS cloud
0 stars 0 forks source link

Setup CodeCommit #5

Open tenongene opened 1 year ago

tenongene commented 1 year ago

Image

Image

Setup HTTPS CodeCommit credentials for authentication to retrieve from codecommit

tenongene commented 1 year ago

Image

Generating ssh key for CodeCommit to Authenticate when pushing into repository

Image

Entering public key into IAM to generate Username (key ID) and password based on key

tenongene commented 1 year ago

Image

create config file in .ssh folder and permissions

Image

Point to private key file for matching with public key by codecommit

tenongene commented 1 year ago

Instance now fully configured with CodeCommit