AWS - Automated Code Deployments
-
Hi Team,
I have a code is being uploaded to the internal GIT repository and that is automatically uploaded to the CodeCommit Repository.
The code which is available in the CodeCommit repository needs to be cloned to the EC2 instance which i am running.Once the clone is done the same needs to be uploaded to other servers which is connected to the same VPC in AWS instanceWhether this requires to do a CodeBuild,CodeDeploy and CodePipeline to clone the code to the EC2 ?
Code1 > Copied to CodeCommitRepository > Copy the pulled code to the EC2 and that needs to be copied to the other servers which is already connected to it in the same VPC
Whether any one have done this before ?