Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.08 KB

AWS-CodePipeline.md

File metadata and controls

18 lines (14 loc) · 1.08 KB

AWS CODE PIPELINE

IN GENERAL CI CD PROCESS (WITHOUT USING AWS CODE-PIPELINE)

image

  1. jenkins -- implementing CI and invoking CD (ArgoCD)

CI CD PROCESS USING AWS CODE PIPLINE

  1. AWS code pipeline -- Implementing CI and Implementing CD
  2. CI -- is done by AWS CodeBuild
  3. CD -- AWS CodeDeploy
  4. image

AWS CodePipeline is paid, Jenkins is Free, Why Organizations are chosing aws

  1. Jenkins -- For example we have master slave architecture and, it is keep on increasing like code commit, pipeline and etc, For these we need more and more instance and there shoulld be devops engineer should mangement all the instances for update or other things. We can use docker as agent, and even we can use auto scaling groups.
  2. Codepipeline -- Here codepipeline will manage all the things for us. It is like manged service and pay as you go model. This is only for AWS provided only.