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...
1
answers
0
votes
27
views
asked a day ago
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...
1
answers
0
votes
23
views
asked 3 days ago
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...
1
answers
0
votes
23
views
asked 5 days ago
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...
1
answers
0
votes
30
views
asked 6 days ago
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...
1
answers
0
votes
116
views
asked 7 days ago
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...
2
answers
0
votes
62
views
profile pictureAWS
asked 12 days ago
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...
2
answers
0
votes
55
views
asked 22 days ago
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...
1
answers
0
votes
52
views
asked a month ago
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...
2
answers
0
votes
60
views
profile picture
asked a month ago
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...
1
answers
0
votes
71
views
asked a month ago
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...
1
answers
0
votes
77
views
asked a month ago
**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...
1
answers
0
votes
27
views
profile picture
asked 2 months ago