Questions 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
Filter questions
Select tags to filter
Sort by
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
615 results
Since roughly 2026-07-25, starting a pipeline execution with a source revision override has stopped
working for our `CodeStarSourceConnection` (GitHub) source actions. The pipeline builds and deploys
...
3
answers
0
votes
59
views
asked a month ago
Hi!
We have a CDK project that uses `aws-cdk-lib/pipelines/CodePipeline` construct. This pipeline builds a docker image and then creates a lambda function. Now we need to refactor the Dockerfile and ...
2
answers
0
votes
86
views
asked 3 months ago
If I setup a codepipeline EC2 action in the console there is an option to set the target directory where install files are copied. If I define the action using a deploy spec YAML file this option doe...
Accepted AnswerAWS CodePipeline
3
answers
0
votes
92
views
asked 4 months ago
I'm trying out a code pipeline with a the EC2 deploy action. I've added the required permissions for logs and SSM to the codepipeline service role and ensured the instanced in registered in SSM.
The...
3
answers
2
votes
120
views
asked 4 months ago
I have developed a backend service using Express Gateway and set up a continuous deployment pipeline using AWS CodePipeline integrated with Amazon ECS.
In the pipeline, I am using the ECS standard de...
1
answers
0
votes
138
views
asked 4 months ago
Hello,
I am upgrading one of my projects from .Net 8.0 to .Net 10.0 framework. I use Codebuild to build and deploy the project.
On referring to the AWS Codebuild doco, it looks like .Net SDK 10.0 is ...
2
answers
0
votes
340
views
asked 7 months ago
Stuck on my Secure S3 Static Website deployment with GitHub Actions 😮💨 Pipeline fails at Configure AWS credentials with: “Input required and not supplied: aws-region” If you’ve solved this before, ...
Accepted AnswerAWS CodePipeline
1
answers
0
votes
96
views
asked 7 months ago
Event logs
Event details
Error code
ScriptFailed
Script name
deployment/scripts/validate_service.sh
Message
Script at specified location: deployment/scripts/validate_service.sh run as user ubuntu fail...
1
answers
0
votes
73
views
asked 7 months ago
need to deploy code using code deploy via deployment.sh file
give .sh file which will be able to zip code with code deploy files created in repo like appsec.yml,stop-server.sh,etc and push to s3 which...
1
answers
0
votes
101
views
asked 7 months ago
#!/bin/bash
set -euo pipefail
APPLICATION_NAME="app"
DEPLOYMENT_GROUP_NAME="app"
S3_BUCKET="codedeploy"
AWS_REGION="us-east-1"
COMMIT_ID=$(git rev-parse --short HEAD)
ENVIRONMENT="uat"
ZIP_NAME="ba...
1
answers
-1
votes
73
views
asked 7 months ago
We’re in the process of migrating our workloads from Middle East (Bahrain) – me-south-1 to Middle East (UAE) – me-central-1.
In me-central-1 we can successfully:
Create and run Elastic Beanstalk env...
3
answers
0
votes
107
views
asked 9 months ago
I'm trying to configure an AWS CodePipeline with a GitHub (OAuth) source action. However, the pipeline fails at the source stage with the following error:
Unable to use Connection: arn:aws:codeconnect...
3
answers
0
votes
261
views
asked 9 months ago