Questions tagged [bitbucket-aws-code-deploy]
37 questions
1
vote
0 answers
Dynamic or Common bitbucket-pipeline.yml file
I am trying to setup the automated deployment through Bitbucket pipeline , but still not succeed might be my business requirement is not fulfill by the Bitbucekt pipeline.
Current Setup :
Dev Team push the code to default branch from their local…

shahid
- 11
- 6
1
vote
4 answers
AWS static ip address
I am using AWS code deploy agent and deploying my project to the server through bitbucket plugin.
The code deployment agent first executes the script files which has the command to execute my spring-boot project.
Since I have two environments one…

Artist
- 93
- 1
- 10
0
votes
0 answers
AWS CodeDeploy running util timeout then failing even though no erros
I am running a CICD code deploy that is triggered via a Bitbucket pipeline. It all runs as expected, i.e. the code builds, deploys and the server starts perfectly with no errors.
Problem
However, the deployment will continue to run until it times…

Richard
- 8,193
- 28
- 107
- 228
0
votes
0 answers
Bitbucket pipeline error "RevisionDoesNotExistException when calling the GetApplicationRevision operation, No application revision found for revision"
An error occurred (RevisionDoesNotExistException) when calling the
GetApplicationRevision operation: No application revision was found
for revision. ✖ Failed to fetch revision.
Below point are checked:
IAM user access id-key user permission, s3…

Paras Nakum
- 238
- 2
- 8
0
votes
1 answer
how to change the source branch of the AWS codepipeline through aws lambda(python)?
Using AWS code pipeline, here in source i configured a branch of a repo(using bitbucket repo) and ill release the pipeline it will build and deploy. I used to change the source branch manually by editing the pipeline. Now i want to do this through…
0
votes
1 answer
Cannot find logs for CodeDeployAgent
Deployment fails at BeforeInstall event.
Error cod :UnknownError
Script name
Message : CodeDeploy agent was not able to receive the lifecycle event. Check the CodeDeploy agent logs on your host and make sure the agent is running and can connect to…

kbc
- 65
- 1
- 7
0
votes
1 answer
AWS CodePipeline throws error "You have failed to authenticate your account" when I try to connect with Bitbucket
I have my project on Bitbucket and I am trying to connect BitBucket with AWS CodePipeline. When I try to connect AWS CodePipeline with Bitbucket it says "You have failed to authenticate your account." Error
But when I go to my Bitbucket account it…

Rehan Shakeel
- 3
- 3
0
votes
1 answer
AWS CodeDeploy says script missing even though it exists
I am trying to deploy an application onto EC2 instances with AWS CodeDeploy. I am getting up to the point where CodeDeploy errors out at the BeforeInstall hook. The error message I am getting is related to a ScriptMissing. The exact error is:
Script…

Dave Michaels
- 847
- 1
- 19
- 51
0
votes
0 answers
push request from one bucket to another bucket
I want to push my repositories from master branch of GitHub into Bitbucket branch except master branch in bibucket as master branch is used by other customers, so we have to create push request from github master branch to bitucket branch except…

bp_db
- 21
- 5
0
votes
0 answers
Showing error in creating bitbucket pipeline for aws codedeploy on ec2
I am trying to create bitbucket pipeline for performing an EC2 deployment using AWS CodeDeploy but it is showing warning at the time of creation which is:
Expected a section but found sequence.
What is this warning about even if I am doing exactly…

Digvijay
- 2,887
- 3
- 36
- 86
0
votes
1 answer
Why is my Docker container stuck in a state of "Created"?
I am trying to deploy to EC2 using Bitbucket Pipelines and AWS CodeDeploy. I have everything setup so that the upload step for the CodeDeploy Agent works as it should, it's just that when I try running the statement in the deploy step, my script.sh…

NickC
- 21
- 1
- 8
0
votes
1 answer
Is bitbucket enterprise server allowed with AWS codebuild?
I am looking to integrate enterprise bitbucket server with aws ci/cd pipeline features.
I have tried creating a project within aws codebuild but do not see any option for bitbucket enterprise .
If this is not possible then what is the long route…

Ksam
- 3
- 1
0
votes
1 answer
Bitbucket CodeDeploy integration: This app is hidden from public view because it no longer meets the requirements for Atlassian Marketplace
I am trying to deploy(continuous deployment) my bitbucket repository using AWS CodeDeploy and following the blog by aws https://aws.amazon.com/blogs/apn/announcing-atlassian-bitbucket-support-for-aws-codedeploy/
While adding AWS CodeDeploy plugin to…

Kuldeep Yadav
- 1,664
- 5
- 23
- 41
0
votes
2 answers
AWS codedeploy deployment failure due to node modules names with special characters
We are using AWS code deploy with bitbucket to deploy our applications on our ec2 instances. This is a new issue that we faced for our angular project repository. This repo has node modules as we are using angular with node and hence these…

coderunner
- 925
- 1
- 18
- 33
0
votes
1 answer
How to automate the code from Bitbucket to Amazon Ec2 Instance
I want to automate the process by which when I push my code to my private repository on Bitbucket, it will directly update on my EC2 Instances. For that I gained some knowledge which was like:
AWS CodeDeploy is used for that. What I have learned…

Aks
- 1,092
- 3
- 12
- 29