How to Setup Continuous Deployment Pipeline using AWS CodePipeline and AWS Elastic Beanstalk?

Avatar admin | February 20, 2021 7 Views 0 Likes 0 Ratings

7 Views 0 Ratings Rate it

This video covers setting up Continuous Integration and Continuous Deployment using AWS CodePipeline (AWS Code Build, AWS CodeDeploy) with Github as version control system and Elastic Bean Stalk.

Reference link: https://aws.amazon.com/getting-started/hands-on/continuous-deployment-pipeline/

AWS CodePipeline is a fully managed continuous delivery service that helps you automate your release pipelines for fast and reliable application and infrastructure updates. CodePipeline automates the build, test, and deploy phases of your release process every time there is a code change, based on the release model you define. This enables you to rapidly and reliably deliver features and updates. You can easily integrate AWS CodePipeline with third-party services such as GitHub or with your own custom plugin. With AWS CodePipeline, you only pay for what you use. There are no upfront fees or long-term commitments.

AWS Elastic Beanstalk is an easy-to-use service for deploying and scaling web applications and services developed with Java, .NET, PHP, Node.js, Python, Ruby, Go, and Docker on familiar servers such as Apache, Nginx, Passenger, and IIS.

You can simply upload your code and Elastic Beanstalk automatically handles the deployment, from capacity provisioning, load balancing, auto-scaling to application health monitoring. At the same time, you retain full control over the AWS resources powering your application and can access the underlying resources at any time.

There is no additional charge for Elastic Beanstalk – you pay only for the AWS resources needed to store and run your applications.


7 Views 0 Ratings Rate it

Written by admin