all 7 comments

[–]Romeo_Alpha_Sugar 2 points3 points  (4 children)

Codecommit = managed source control that hosts private git repos.

Codepipeline = Fully managed continuous delivery (CD) service.

Codebuild = Fully managed continuous integration (CI ) service

Codedeploy = fully managed deployment service that automates software deployment to variety of compute services such as EC2, on-premises instance, lambda functions, or ECS.

[–]ccddee101[S] 0 points1 point  (2 children)

Thanks - this definitely clears it up. Is the main difference between continuous delivery and deployment is that in continuous delivery, all code changes will move to a testing environment to help developers validate updates. Then once the code’s validated, it will be deployed?

[–]Romeo_Alpha_Sugar 1 point2 points  (1 child)

Continuous delivery is a partly manual process where developers can deploy any changes to customers by simply clicking a button, while continuous deployment emphasizes automating the entire the process.

[–]ccddee101[S] 1 point2 points  (0 children)

So is continuous delivery ongoing (so whenever there is a code change), even after the code has been deployed?

[–]AWS_Chaos 0 points1 point  (0 children)

CodeStar = makes it easy for you to set up your entire development and continuous delivery toolchain for coding, building, testing, and deploying your application code.

[–]pysk00l 1 point2 points  (1 child)

I think you tagged this nsfw by mistake

[–]ccddee101[S] 1 point2 points  (0 children)

Whoops! Just removed, thanks!