Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
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.
608 results
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
25
views
asked 17 days 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
31
views
asked 18 days 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
19
views
asked 18 days 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
42
views
asked 2 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
102
views
asked 2 months ago
Hi All,
I have created AWS accounts which will be used as a preInteg stage in our service pipeline. To test the account with load testing, I need to set up infrastructure in that account before addi...
1
answers
0
votes
78
views
asked 3 months ago
Hello,
I am trying to set up a pipeline, but it is not auto-triggering. The source is github repo.
I have to use release change everytime.
What could be wrong?
 region.
The pipeline is not running any stages when triggered, and under Pipeline execution details → Logs, b...
1
answers
0
votes
129
views
asked 4 months ago
So my requirement is there are two pipelines attached to main branch, it triggeres whenever code push on main branch. Now i want that primary should run automatically but disaster should wait until pr...
2
answers
0
votes
89
views
asked 5 months ago
Here is my `apprunner.yaml`:
```
version: 1.0
runtime: nodejs22
build:
commands:
build:
- npm install && npm run build
- cd showcase && npm install && npm run build
run:
command: ...
3
answers
0
votes
94
views
asked 5 months ago
I am current experiencing an internal error with codepipeline while trying to deploy it to my eb environment. Error code 5bab9cf5-b28d-4676-9866-8443477cbd71.
1
answers
0
votes
113
views
asked 6 months ago