I have a current ECR container image deployed to test with tag v1.0.1. How do I deploy this same image with the same tag to production via AWS code deploy? I noticed that when deploying to production...
Hello Atlassian community , I'm new with the ECS Deploy pipe and have this error in the pipeline that i can't seem to understand . I'd really appreciate your help and thank you in advance. So i bui...
The BUNDLE_TYPE option is not working, I passed it tar, but when bitbucket calls codedeploy it pass it as zip There is a bug in the pipe.py file, That if statement is wrong ...
I'm trying to configure a simple CI/CD flow using AWS and Bitbucket Pipelines, everything is working as should, but when the deployment to CodeDeploy comes in, it stops with an error message. This i...
I have a pipeline to ec2 and using aws ec2 codedeploy pipe and i have set all variables.Bur still I am getting error. For reference check screenshot:
Hi folks, I would like to have a tutorial/blog/video that illustrates the complete installation and setting up of Bamboo server using AWS CodeDeploy. I have already done both express and custom ins...
I'm using the aws-code-deploy to deploy my code to AWS. I have various folders in my repo that I don't need in the upload stel (like .git, src and tests). I noticed that the aws-s3-d...
Can this pipe: atlassian/aws-code-deploy handle ECS CodeDeploy deployments? pipe: atlassian/aws-ecs-deploy does not support the CODE_DEPLOY controller.
I have an application that is being deployed by Amazon CodeDeploy using this pipe. The deploy step in my bitbucket-pipelines.yml file is configured like so: - pipe: atlassian/aws-code-deplo...
The examples in AWS Code Deploy pipe mentions that 'deploy' command will deploy the previously uploaded application zip from S3. Does this mean one has to write two scripts for the same pipe atl...
Hi, we are getting the below error with code-deploy pipeline through Bitbucket pipeline, How can we resolve this, I;ve checked it successfully run in Code-Deploy AWS but failed at bitbucket, it hap...
My Build uploading to S3 but after that i am getting below error INFO: Uploading $APPLICATION_NAME.zip to S3.aws s3 cp $APPLICATION_NAME.zip s3://$APPLICATION_NAME-codedeploy-deployment/my-ap...
I tried APPLICATION_NAME_STG and APPLICATION_NAME_PRD in the Repository variables but pipeline won't work. Same thing when I do the same with DEPLOYMENT_GROUP. It's just looking for an APPL...
Hi, I am trying to deploy code on aws elastic beanstalk through bitbucket pipeline, code is getting deployed but the latest code is not getting uploaded. I have tried many ways to resolve this, but ...
Hi, I am able to create and push docker image on ECR with Bitbucket pipeline. And, now I want to deploy my container using the pipe - AWS ECS deploy - provided by Bitbucket. But I think th...
I've setup my bitbucket pipelines yaml to deploy my application to dev instance in AWS using code deploy. I have staging and prod environments also. How do I configure my pipeline for the same app so...
Trying to use the pipe to deploy to ECS fails because the AWS API doesn't accept the --file-exists-behavior option. Please exclude this option for ECS and Lambda deployment types. aws deplo...
I have a requirement where i have to deploy a AWS Serverless Lambda webapi application using AWS CodeDeploy using bitbucket CICD pipeline. Please help me on this.
Hi Team, We facing an issue while deploying application code using code deploy pipe instead of code deploy add on We need an assistance for configure the deployment for EC2 instance. I...
I'm unable to use AWS CodeDeploy for Lambda via Bitbucket Pipelines. It's saying that the bundle needs to be YAML or JSON, but the documentation and examples indicate that I need to create a zip file...
Hi, I am trying to setup a bitbucket pipeline where the only step i require is the aws codedeploy step. I have another process that will generate and push the code deploy revision to ...
I am trying to continuous deploy my repository using AWS CodeDeploy, but in marketplace I can't find any plugin for AWS CodeDeploy. link where the plugin was expected to be present is:...
Copied to clipboard