SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

DEVOPS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Your organization is trying to store its website using git, which will then be deployed to your servers. Which AWS service would be suitable for storing the code?
A
AWS CodePipeline
B
GitHub
C
AWS CodeStore
D
AWS CodeCommit
Explanation: 

Detailed explanation-1: -CodeCommit eliminates the need for you to manage your own source control system or worry about scaling its infrastructure. You can use CodeCommit to store anything from code to binaries. It supports the standard functionality of Git, so it works seamlessly with your existing Git-based tools.

Detailed explanation-2: -You can use the SSH protocol instead of HTTPS to connect to your CodeCommit repository. With SSH connections, you create public and private key files on your local machine that Git and CodeCommit use for SSH authentication.

Detailed explanation-3: -Assign permissions to the IAM user. Set up CodeCommit to connect to a repository using HTTPS, SSH, or git-remote-codecommit. Configure the AWS CLI if you want to use the command line or terminal for all operations, including creating the repository.

There is 1 question to complete.