Question
AWS has PaaS services called CodeDeploy and CodePipeline. What are the differences between these?
Answer
“AWS CodeDeploy is a fully managed deployment service that automates software deployments to a variety of compute services such as Amazon EC2, AWS Fargate, AWS Lambda, and your on-premises servers.” (Taken from https://aws.amazon.com/codedeploy/.)
“AWS CodePipeline is a fully managed continuous delivery service that helps you automate your release pipelines for fast and reliable application and infrastructure updates.”
…
Continue reading “What Is The Difference between AWS CodeDeploy and AWS CodePipeline?”