Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Waiter DeploymentSuccessful failed: Waiter encountered a terminal failure state

Babu Selvam February 5, 2022

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'

2 answers

0 votes
Norbert C
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 11, 2022

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

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 6, 2022

What errors are you getting when "it is getting failed" and exactly how are you trying to deploy it?

Babu Selvam February 6, 2022

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"

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events