Tag Archives: codepipeline

Deploy to EC2 using AWS Code Deploy and CodePipeline.

By | December 4, 2022

In this article, we will go through the Continuous deployment of the source code on the EC2 instances which are under AutoScaling using the AWS native services, CodeDeploy and CodePipeline. Generally, it’s not straightforward to deploy the new releases in the servers which are dynamic and can be added or destroyed anytime. CodeDeploy fulfills the… Read More »