aws-codepipeline Questions
5
Solved
I have a number of services in a single GitHub repository, each service has its own CodePipeline on AWS managed through Terraform. Instead of triggering all of the pipelines on commit, I'd like to ...
Polycythemia asked 27/1, 2022 at 9:26
2
Solved
OK, so I have a CodePipeline which does a very vanilla
CodeCommit -> Build Docker images -> CodeDeploy to ECS
In the buildspec.yml file, AWS requires outputting imagedefinitions.json as an...
Cowie asked 17/10, 2019 at 6:43
7
I am trying to set up a notification for the code pipeline using its notification rule which supporters SNS.
As you can see in the picture the status is "unreachable"
If I look at the l...
Infiltrate asked 22/3, 2021 at 9:10
2
As part of an AWS CodePipeline in an AWS CodeBuild action I deploy resources created with the Serverless Framework to a "UAT" (user acceptance testing) stage.
The pipeline runs in its own...
Talc asked 10/12, 2021 at 9:11
6
Solved
When starting a code build as part of a simple code pipeline, I get the following error within a few seconds.
Action execution failed
Error calling startBuild: Cannot have more than 0 builds in qu...
Fessler asked 6/1, 2019 at 15:49
11
Solved
I'm new to aws cloudformation; I'm wondering if anybody knows of a way to force delete a stack when it just won't delete. It fails with this error:
Failed to delete stack: Role arn:aws:iam::role/...
Deniable asked 9/2, 2018 at 15:46
6
Solved
I was trying to set up AWS Code Pipeline with AWS SAM for Lambda using Java-8 as mentioned in the documentations
http://docs.aws.amazon.com/lambda/latest/dg/automating-deployment.html
(example is...
Dollarbird asked 24/9, 2017 at 19:32
2
Solved
I am trying to setup a brand new pipeline with the last version of AWS CDK for typescript (1.128).
The creation of the pipeline is pretty straight forward. I have added sources and build stages wit...
Toland asked 21/10, 2021 at 15:56
4
Is it impossible to update a CloudFormation stack once it goes into the UPDATE_ROLLBACK_COMPLETE state? I am using CodePipeline to deploy things. I find that once a stack goes into some invalid sta...
Raseta asked 17/9, 2017 at 14:0
4
Solved
I have a Codepipeline that deploys an ECR image to an ECS cluster using an ECS Blue / Green Deployment action. The pipeline contains two sources: one for the ECR image using an AWS ECR action and a...
Flavoring asked 26/7, 2019 at 8:28
5
If you create a CodePipeline via CloudFormation. It starts it automatically, that can be a problem because the pipeline can rewrite the same stack...
Is there any way to disable this behaviour?
Tha...
Baste asked 23/6, 2020 at 17:45
2
Solved
My team has been running into issues with our CodePipeline where features were pushed out into production when they shouldn't have been due to our Docker image patching. A little background on our ...
Vmail asked 7/4, 2020 at 0:17
2
Solved
We use Cloud Formation for define a bunch of Lambda functions:
AWSTemplateFormatVersion: '2010-09-09'
Transform:
- 'AWS::Serverless-2016-10-31'
Resources:
MyLambda:
Type: 'AWS::Serverless::Func...
Gerrygerrymander asked 19/12, 2017 at 16:54
6
I'm newbie in AWS, with my free tier account I'm trying to build my nodeJS project with AWS CodeBuild but I get this error:
Build failed to start The build failed to start. The following error...
Seemly asked 9/4, 2019 at 20:27
3
Solved
I want my ECS task definition image tag updated when a newer tag exists.
In CodePipeline after I push the image with new tag, I try to update service with the following command, but it doesn't get ...
Skirr asked 23/4, 2023 at 10:14
4
Solved
I am using AWS CodeBuild and CodePipeline service to implement CI/CD in my project.
AWS CodeBuild using Bitbucket I am getting all repository of my Bitbucket account.
While Creating CodePipeLine an...
Juta asked 31/7, 2020 at 2:3
4
I have already authenticated the GitHub account.
My AWS CodePipeline is failing with this error:
CLIENT_ERROR: authorization failed for primary source and source version
Ting asked 11/10, 2020 at 2:42
3
Solved
The desired behavior is as follows:
Push code change
Run unit tests for each Serverless component
Provided all tests are successful, deploy the components into Staging environment and mark build a...
Moth asked 12/7, 2020 at 6:46
3
Solved
I have set a pipeline that watchs a codeCommit repository with a given branch and it works perfectly.
I want to restrict my pipeline to watch only a folder on my repo. Imagine my repo contains two...
Evans asked 29/8, 2019 at 14:45
4
I am learning on the codepipeline to push the build using CodeBuild to ECR. Below is my buildspec.yml file and the error from the Codebuild logs. Can anyone shed some lights what I am doing wrong? ...
Takin asked 13/7, 2021 at 11:27
7
Solved
I'm building a CI/CD pipeline using git, codebuild and elastic beanstalk.
During codebuild execution when build fails due to syntax error of a test case, I see codebuild progress to next stage and ...
Adamok asked 5/10, 2017 at 11:17
2
I came across some strange behaviour when calling npm ci within an AWS CodePipeline.
The NPM docs recommend using npm ci ("clean install") instead of npm install in automated environments...
Epigrammatize asked 14/12, 2022 at 16:49
2
Solved
I am getting this error while trying to copy a file from S3 bucket to the build artifacts, post build.
My build phase error logs says:
COMMAND_EXECUTION_ERROR: Error while executing command: aws s3...
Songful asked 23/1, 2021 at 11:1
2
Solved
I got this error message when try to do cdk deploy PipelineStack:
Webhook could not be registered with GitHub. Error cause: Invalid credentials [StatusCode: 401,
Body: {"message":"B...
Photophobia asked 17/4, 2022 at 20:42
8
Solved
I am attempting to get CodePipeline to fetch my code from GitHub and build it with CodeBuild. The first (Source) step works fine. But the second (Build) step fails during the "UPLOAD_ARTIFACTS" par...
Snuffer asked 13/1, 2017 at 2:36
1 Next >
© 2022 - 2024 — McMap. All rights reserved.