CodePipeline

aws/developer-tools aws/service

💡 Definition

AWS CodePipeline is a fully managed continuous delivery service that helps you automate your release pipelines for fast and reliable application and infrastructure updates.

🔑 Key Concepts

⚙️ How it Works

  1. Source Stage: Detects change in CodeCommit or S3.
  2. Build Stage: Triggers CodeBuild to compile and test.
  3. Deploy Stage: Triggers CodeDeploy to deploy to EC2 or Lambda.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * CodeCommit * CodeBuild * CodeDeploy