amazon-web-servicesamazon-ec2bitbucketaws-code-deploybitbucket-aws-code-deploy

how to Deploy my repository in bitbucket to AWS with CodeDeploy?


I have a repository in bitbucket. now I want to deploy it to my aws EC2 instance using amazon code-deploy.how can I do that? what steps should I follow?


Solution

  • Use AWS code-pipeline to take source code from the bitbucket and If you want build it, you can build using the code-build and then deploy it using the code-deploy. Follow this link for more details: https://docs.aws.amazon.com/codepipeline/latest/userguide/tutorials-simple-codecommit.html