# Reference: * https://docs.aws.amazon.com/codepipeline/latest/userguide/welcome.html * Getting started with Code Pipeline https://docs.aws.amazon.com/codepipeline/latest/userguide/welcome-get-started.html # AWS CodePipeline là gì * AWS CodePipeline là 1 CI service được sử dụng để model, visualize và tự động hóa các bước cần thiết để release software. Bạn có thể nhanh chóng lập mô hình và định cấu hình các giai đoạn khác nhau của quy trình phát hành phần mềm. CodePipeline tự động hóa các bước cần thiết để liên tục phát hành các thay đổi phần mềm của bạn # Code Pipeline Concepts * **Pipeline:** 1 workflow mô tả cách software thay đổi trong quá trình release software. Mỗi pipeline gồm nhiều **stages.** * **Stages:** Là 1 đơn vị logic được dùng để tách biệt và limit những thay đổi đồng thời trong môi trường. Mỗi stage chứa các actions được thực hiện trên **artifact.** * **Actions:** Là 1 tập các operations perform trên application code và được cấu hình sao cho actions chạy trong pipeline tại mỗi thời điểm. * **Pipeline executions:** Là 1 tập các thay đổi được tạo ra bởi pipeline. Mỗi pipeline là duy nhất và có ID riêng. * **Stage executions:** Là 1 quá trình hoàn thành tất cả các actions trong 1 stage. * **Action executions:** Là quá trình hoàn thành 1 configured action hoạt động trên các artifact. * **Action types:** Là các hành động được cấu hình sẵn để select trong Code Pipeline. * **Transitions:** A transition is the point where a pipeline execution moves to the next stage in the pipeline. * ![](https://hackmd.io/_uploads/HJODji2za.png) * **Triggers:** Là event bắt đầu pipeline. * **Artifacts:** Collection of data * **Source revisions:** A source revision is the version of a source change that triggers a pipeline execution # AWS Code Pipeline Setup * Reference: https://docs.aws.amazon.com/codepipeline/latest/userguide/getting-started-codepipeline.html # AWS Code PipeLine Tutorials * Create a simple pipeline (S3 bucket): [Đang làm :)))] https://hackmd.io/jIdzy631Q0GZaae8o-t_1g * Tutorial: Create a simple pipeline (CodeCommit repository): [Đang làm :)))] https://hackmd.io/cC_rzbNKQQ2A3e1nEh-7VA