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?
Asked
Active
Viewed 993 times
-2

Nayananga Muhandiram
- 394
- 1
- 3
- 14
-
I don`t understand why all the negative feedbacks? – Nayananga Muhandiram Feb 10 '19 at 05:04
-
You should first do some research, google `bitbucket aws codedeploy` for example and see what comes up. And then if you still have doubts come here and ask for help – Juan Fuentes Aug 08 '19 at 15:07
1 Answers
1
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

Sunil Valmiki
- 586
- 6
- 11