Projects
Deploying web Application using CodeCommit, CodeDeploy and CodePipeline(CICD) on AWS
1. Git
2. CodeCommit
- 2.1 - Login to AWS Account
- 2.2 - Create Repository on CodeCommit
- 2.3 - Connecting Codecommit Repo with local machine using SSH
- 2.4 - Creating IAM user adding Codecommit policy
- 2.5 - Generating SSH Token at git bash
- 2.6 - Upload public at IAM user security credential
- 2.7 - Creating config file in Git Bash & Verify Codecommit connection
- 2.8 - Pushing the code to Codecommit & Verifying the code at codecommit Repository