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

Set up CI & CD pipeline using AWS Code Pipeline and Elastic Beanstalk for your project

submited by
Style Pass
2021-05-28 05:21:08

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.

Now it's time to head to the AWS console and find the service called “Elastic Beanstalk”, click “Create Application”.

Since this is a React JS Project make sure you select the Node JS Platform with the recommended versions they provide. Once done click create “Create Application”

This will create the required environment for your project, bad news is that it will take a while to create the complete setup, so please be patient 😂

Leave a Comment