Deploy Angular App to AWS EC2 using BitBucket Pipelines and AWS CodeDeploy

Avatar admin | February 25, 2021 9 Views 0 Likes 0 Ratings

9 Views 0 Ratings Rate it

This tutorial will show you the simple way of using bitbucket pipeline and AWS Codedeploy to create a simple CI/CD process for an angular project. The outcome will be the code will automatically deploy to an Window server 2016 EC2 instance after your bitbucket repository master branch receive an commit.

Github link: https://github.com/jimkeecn/BitbucketCodeDeployAngularApplication

Bitbucket Pipelines is an integrated CI/CD service built into Bitbucket. It allows you to automatically build, test, and even deploy your code based on a configuration file in your repository.

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. You can use AWS CodeDeploy to automate software deployments, eliminating the need for error-prone manual operations.


9 Views 0 Ratings Rate it

Written by admin