Bitbucket AWS CodeDeploy Setup SummaryThis doc will explain how to setup a deployment pipeline using Bitbucket AWS plugin + AWS CodeDeploy.CodeDeploy applications are at (link may vary depends on the region):https://us-west-2.console.aws.amazon.com/codedeploy/home?region=us-west-2#/applicationsThe result of this setup will enable developers to trigger a deployment directly from Bitbucket UI. Prerequisite An AWS account with necessary permissions (eg: creating […]

Prerequisite:Make sure you already config AWS CodeDeploy for your desired AWS EC2 server. Check this blog if you want to set it up. Steps: Install Jenkins Plugins: Amazon Web Services SDK , AWS CodeDeploy Plugin for Jenkins , Bitbucket Plugin Generate key, if you don’t have one already: $ ssh-keygen -o -a 100 -t ed25519 […]