Questions tagged [aws-codepipeline]

AWS CodePipeline is a continuous delivery service for fast and reliable application updates. CodePipeline builds, tests, and deploys your code every time there is a code change, based on the release process models you define.

AWS CodePipeline is a continuous delivery service for fast and reliable application updates. CodePipeline builds, tests, and deploys your code every time there is a code change, based on the release process models you define. This enables you to rapidly and reliably deliver features and updates. You can easily build out an end-to-end solution by using pre-built plugins for popular third-party services like GitHub or integrating your own custom plugins into any stage of your release process.

1526 questions
0
votes
1 answer

Creating Non-Lambda Proxy AWS API Gateway in CodePipeline

Created the Lambda Function (POST) and corresponding API Gateway using Code Pipeline. By default the API Gateway got created with lambda Proxy type integration. What parameters in SAM I should give that my API Gateway gets created with Non Lambda…
0
votes
4 answers

AWS Cloudformation template configuration is not valid

I am trying to use template configuration with aws cloudformation (using aws codepipeline). The idea is to use different configuration file for same SAM template for different stack or change set (test or prod stack). I did all the configuration…
0
votes
1 answer

NodeJS Lambda issue with order of operations

The main issue is when the code executes using CodePipeline it will download an input artifact, unzip the downloaded artifact and grep template.yml for a string called Function name. It works most of the time but will fail saying template.yml file…
kilomo
  • 249
  • 2
  • 6
  • 17
0
votes
1 answer

AWS Codepipeline with Codebuild FAILS in ap-southeast-2 WORKS in eu-west-1

I execute the command aws cloudformation deploy on templates that create an AWS::CodeBuild::Project resource to be used in a AWS::CodePipeline::Pipeline resource in the same template BUT I get the following error: CREATE_FAILED…
0
votes
1 answer

Can we use dynamic parameters in codepipe liine?

I want to use dynamic parameters while configuring a codepipeline. Like using a ssn parameter store variable while configuring a stage. Is it possible ? Example: I have a cloud formation stage in a codepipeline and I want to change the stack name…
user2225713
  • 253
  • 2
  • 9
0
votes
1 answer

Simple Continuous Deliver procedure for docker in aws

I am using AWS Code Pipeline, Code Build to create a new Docker container and push it to ECR. My application is a simple straight forward single Container based. What would be less friction approach to pull down current running Container and…
0
votes
1 answer

CodeDeploy fails at DownloadBundle saying Broken pipe @ io_write -

I am using CloudFormation, CodePipeline, CodeDeploy, & CodeCommit to deploy a Rails app to an EC2 instance. Once the stack is built, CodePipeline kicks off and the first deploy succeeds without issue, but each deploy after that fails at the…
0
votes
2 answers

.ebextensions with CodePipeline and Elastic Beanstalk

I started working on my first CodePipeline with node.js app which is hosted on github. I would like to create simple pipe as follow: Github repo triggers pipe Test env (Elastic Beanstalk app) is built from S3 .zip file Test env runs npm test and…
0
votes
1 answer

How can I solve HTTP 500 error when installing Wordpress in Elastic Beanstalk?

I'm getting a HTTP 500 error when installing Wordpress in AWS Elastic Beanstalk using Codepipeline and Github. I'm using a new downloaded WordPress with some minor changes in the config file, I tested the Beanstalk with a test index.php file and it…
Boris
  • 11,373
  • 2
  • 33
  • 35
0
votes
1 answer

AWS CodePipeline - How to create a change set cross account

I would like to in an account A run a codepipeline that create a changeset for a stack in account B. Is there a way to do that? Obs.: A and B are under the same root account Thanks
Filipe Santana
  • 361
  • 4
  • 12
0
votes
1 answer

How to setup aws codepipeline with aws code commit + aws code build + elastic beanstalk ? without jenkins , teamcity or any other 3rd party tool?

How can I setup aws codepipeline with aws code commit + aws code build + elastic beanstalk without using jenkins, teamcity or any other 3rd party tool?
mahendra rathod
  • 1,438
  • 2
  • 15
  • 23
0
votes
0 answers

not able to find mistake in python class

Below is my code. I am having an issue with this class. this is not a full code but only the class. if you check the if/else condition at last, I am calling the function " check_deployment_update_status(job_id)" which is outside of class. I am…
Meet101
  • 711
  • 4
  • 18
  • 35
0
votes
2 answers

GitHub Pipeline Integration - Always returns unable to access

I've authorised our GitHub account with CodePipeline and have selected my repository, however when running the pipeline I get the following: Invalid action configuration Either the GitHub repository "*****" does not exist, or the GitHub access…
Dean Whitehouse
  • 884
  • 1
  • 8
  • 25
0
votes
1 answer

Orchestrate Cloud Formation using Code Pipeline

I'm using Code Pipeline: Jenkins for Build and Code Deploy/Opsworks for deployment. I am able to Orchestrate Cloud Formation template with AWS CLI using Jenkins, specifying a Command line step. Is there any other option Orchestrate Cloud Formation…
0
votes
1 answer

AWS CodePipeline ElasticBeanstalk deploy failure

I recently created an AWS CodePipeline pipeline to pull from Github, build with Jenkins/Maven, and deploy to an existing ElasticBeanstalk project. The output of the build step and input to the deploy step is the built .war file. Upon successfully…
1 2 3
99
100