Q1
What is CI/CD?
💬Answer
- CI (Continuous Integration): Developers merge code into a shared repository frequently. Automated builds and tests run on every commit to catch bugs early.
- CD (Continuous Delivery): Code builds and tests automatically, preparing a deployment release artifact that is ready to deploy to production at the click of a button.
- CD (Continuous Deployment): Automates the entire release pipeline, pushing every code change that passes the build/test stages straight to production with zero human intervention.
Related AWS Questions
View All AWSQuestions →
Created by
Apurv Gujjar
DevOps & Cloud Engineer
Specialized in:DevOpsAWSGCPKubernetesTerraformDocker
View Portfolio