How to build a deployment Pipeline Using Bitbucket, Jenkins and ElasticBeanstalk

1k views Asked by At

We want to deploy our Java application war from Jenkins to AWS Cloud. Actually, we are doing manual deployments these days. We would like to build a deployment pipeline using Bitbucket, Jenkins and ElasticBeanstalk.

Can anyone guide me through the steps that needs to be taken to make it all work.

1

There are 1 answers

0
Matt Auerbach On

Try taking a look at http://awsdqs.com/. This guide walks you through setting up a CI environment with AWS Beanstalk.