Top "Aws-codepipeline" questions

AWS CodePipeline is a continuous delivery service for fast and reliable application updates.

Execute Terraform apply with AWS assume role

I need to execute a Terraform template to provision infrastructure for an AWS account which I can access by assuming …

amazon-web-services terraform aws-codepipeline terraform-provider-aws
Use CAPABILITY_AUTO_EXPAND for nested stacks on CloudFormation

I am trying to use nested stack and when my ChangeSet is being executed, I got this error: Requires capabilities : […

amazon-cloudformation aws-codepipeline
Terraform, "ignore_changes" and sub-blocks

I have a AWS CodePipeline configured in a terraform file, like this: resource { name = "Cool Pipeline" ... stage { name = "Source" ... action { …

amazon-web-services terraform aws-codepipeline
When do I need to have CAPABILITY_NAMED_IAM

I was editing my CloudFormation templates and suddenly AWS tells me I need CAPABILITY_NAMED_IAM. I am curious as …

amazon-web-services amazon-cloudformation amazon-iam aws-codepipeline
AWS CodePipeline not able to access Organization's repositories

I am trying to setup Continuous deployments pipelines in AWS Codepipeline. While creating a pipeline I provide "Source provider" as …

amazon-web-services github continuous-deployment aws-codepipeline
Unable to delete cfn stack, role is invalid or cannot be assumed

I'm new to aws cloudformation; I'm wondering if anybody knows of a way to force delete a stack when it …

amazon-web-services amazon-cloudformation aws-codepipeline aws-codecommit
How to handle multiple environments in CodePipeline?

I'm using code pipeline to deploy my infrastructure and I would like to be able to deploy it in different …

amazon-web-services aws-lambda aws-codepipeline aws-codebuild
How Do You Add Environment Variables to CodeBuild buildspec.yml?

I'm trying to use a CloudFormation template to define CodeBuild and CodePipeline to automate the deployment of a static website …

amazon-web-services amazon-cloudformation hugo aws-codepipeline aws-codebuild
Is it possible to combine AWS CodeBuild and CodePipeline to build described CI workflow?

What I'm trying to do is to create a following CI flow with standard AWS tools: run a build of …

amazon-web-services aws-codepipeline
CodeDeploy can't find my AWS Lambda Function

I have an Issue with CodeDeploy and AWS Lambda when they work inside AWS CodePipeline. This is my setup: Source …

amazon-web-services amazon-s3 aws-lambda aws-code-deploy aws-codepipeline