Question 189:
Your team is currently working on source code that’s defined in a Subversion repository. The company has just started using AWS tools for their CI/CD process and has now mandated that source code be migrated to AWS CodeCommit. Which of the following steps would you perform to fulfill this requirement? Choose 2 answers from the options given below.
Answer options:
A.Migrate the code as it is to the AWS CodeCommit Repository. B.Migrate the code to a Git Repository first. C.Migrate Git code to AWS Code Commit. D.Ensure to clone the current repository from Subversion before committing it directly to AWS CodeCommit.