You can have your pipeline automatically rollback a stage on any failure in the actions in the stage. You can also manually rollback a pipeline execution in stage regardless of status of the latest pipeline execution in that stage.
All Content tagged with AWS CodePipeline
AWS CodePipeline is a fully managed continuous delivery service that helps you automate your release pipelines for fast and reliable application and infrastructure updates.
Content language: English
Select tags to filter
Sort by most recent
595 results
I managed to connect to my company self-hosted GitLab however the repository only shows my personal projects. When I entered the group/projectname i got 404 project not found error.
![Enter image des...
I have a Codepipeline Triggered by a Github Webhook Event(PR/Push) and would like to know in the buildspec.yml if I can access the event type that triggered the pipeline.
I was trying to access the C...
When I use Provider: Commands in codepipeline, I can set Environment variables using console but there is no provision in cloudformation template for it.
```
- Name: cfn-lint
ActionType...
I am trying to create codepipeline with cloudformation template. However stage action created has invalid subnets and security group. It includes characters `[ ` and `]` in it. If I generate Output fo...
I am getting this error every time I deploy an app in the pipeline:
*The provided role does not have the elasticbeanstalk:CreateApplicationVersion permission*
I tried to add a new policy with just one...
I´m getting this error "Cannot read properties of undefined (reading 'OwnerId')" when trying to setup GitHub as the Source repository for CodePipeline (using CodeStar Connections)
![Enter image descr...
Hi there,
I have a CodePipeline set up that is supposed to take my Next.js application from Git and deploy it to my EC2 instance. The pipeline fails during the Deploy stage, in the Install event. The...
Hi - I am encountering an error when running a CodePipeline that uses CodeDeploy to perform a blue/green deployment to ECS. It fails at step 3 'Rerouting production traffic to replacement task set' w...
I'm new to AWS and have successfully deployed my Django application on an AWS Fargate cluster. My pipeline runs smoothly through the Source and Build stages, but the Deploy stage consistently fails wi...
Is there a documented pattern for this?
Mono-repo with multiple services, some small, some large.
Goal is to have the ability to fully deploy from an empty account in some environments e.g. full CI...
I encountered a frustrating issue with AWS CodePipeline where I kept getting the error:
InvalidStructureException: CodePipeline is not authorized to perform AssumeRole on role arn:aws:iam::[your acco...
**Hey everyone,**
I’m facing an issue with **AWS CDK deployment through Jenkins**. We’re deploying a complex AWS infrastructure, and the pipeline is quite heavy, taking around **1 hour and 25 minut...