2.5 Generating SSH Token at git bash – uploading public key to IAM user
Step 1 – Generating Token : Now we don’t have , so open Git bash and Generate Token, To generate token Run command the below
Step 1 – Generating Token : Now we don’t have , so open Git bash and Generate Token, To generate token Run command the below
Overview : To upload/connect AWS CodeCommit repository with Local Machine/Local Repository/Code, we need to establish a connection between AWS Codebuild and our PCHere we have
Step 1 – Connection Steps : Once, after the CodeCommit repository is created, it will show the below dashboard/page. Click on SSH and select your
Step 1 – Open CodeCommit: Search for CodeCommit at AWS Search Bar and open/select it Step 2 – Create repository : Click/Select Create repository Step –
Step – 1 > Login with your IAM Account(with Administrator Access) is Recommended 🔗AWS Login URL https://console.aws.amazon.com/console/home?nc2=h_ct&src=header-signin Or if you don’t have an IAM Account
Git is a version control tool and source code management tool, to handle the code changes and for uploading code from your pc to cloud
We have a web application source code in a git repository , we need to download the code from git repository using git clone and
Overview : We have created a repository, it has nothing, we need to push the code in it , to push/upload the code we have