I am getting this error when deploying code to AWS EC2 instance via S3 bucket. It is successfully stored to S3 bucket but when deploying it is getting failed.
I used the below YAML script:
image: atlassian/default-image:3
pipelines:
default:
- step:
script:
- apt-get update
- apt-get install -y zip
- zip-r application1.zip.
- pipe: atlassian/aws-code-deploy:0.2.6
variables:
AWS_DEFAULT_REGION: $AWS_DEFAULT_REGION
AWS ACCESS_KEY_ID: $AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY:
$AWS_SECRET_ACCESS_KEY
APPLICATION_NAME: $APPLICATION_NAME
S3_BUCKET: $S3_BUCKET
COMMAND: 'upload'
ZIP FILE: $ZIP_FILE
VERSION LABEL: 'my-app-1.0.0'
- pipe: atlassian/aws-code-deploy:0.2.6
variables:
AWS_DEFAULT_REGION: $AWS_DEFAULT_REGION AWS ACCESS_KEY_ID: $AWS ACCESS_KEY_ID
AWS SECRET ACCESS_KEY:
$AWS SECRET_ACCESS_KEY
APPLICATION_NAME: $APPLICATION_NAME
DEPLOYMENT_GROUP: $DEPLOYMENT_GROUP
S3_BUCKET: $S3_BUCKET
COMMAND: 'deploy'
WAIT: 'true'
WAIT_INTERVAL: 60
VERSION_LABEL: 'my-app-1.0.0'
IGNORE_APPLICATION_STOP_FAILURES: 'true'
FILE_EXISTS_BEHAVIOR: 'OVERWRITE'
Hi @Babu Selvam
Thank you for contacting Atlassian Community, my name is Norbert and I'm a Bitbucket Cloud Support Engineer, it's nice to meet with you!
Based on my observation you're using an old version of pipes (0.2.6). We've already released the 1.1.1 version. Can I ask you to try to upgrade your pipes to 1.1.1 and let us know if that makes any difference?
Best Regards,
Norbert
Atlassian Bitbucket Cloud Support
What errors are you getting when "it is getting failed" and exactly how are you trying to deploy it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am trying to deploy a code from bitbucket to EC2 instance using AWS code deploy.
While building in bitbucket, it throwing error like "Waiter DeploymentSuccessful failed"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.