Ongoing service disruptions
For the most recent update on ongoing service disruptions affecting the AWS Middle East (UAE) Region (ME-CENTRAL-1), refer to the AWS Health Dashboard. For information on AWS Service migration, see How do I migrate my services to another region?
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
Filter content
Select tags to filter
Sort by
Sort by most recent
618 results
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 ...
1
answers
0
votes
105
views
asked 23 days 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
26
views
asked 25 days 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
32
views
asked a month 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
38
views
asked a month 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
27
views
asked a month 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
71
views
asked 3 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
131
views
asked 3 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
109
views
asked 4 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
152
views
asked 5 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
100
views
asked 6 months ago