Skip to content

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
Filter Questions by:

Browse through the questions and answers listed below or filter and sort to narrow down your results.

617 results
how to setup the cicd pipeline in aws ? for ECS service
Accepted AnswerAWS CodePipeline
1
answers
0
votes
42
views

asked 4 days ago

We have built a working CI/CD auto-remediation pipeline using AWS DevOps Agent and the GitHub MCP Server, based on the blog "Automate CI/CD troubleshooting with AWS DevOps Agent and GitHub". Our cu...
2
answers
1
votes
47
views

asked 4 days ago

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
94
views

asked 4 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
97
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
124
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
145
views

asked 5 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
354
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
100
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
81
views

asked 8 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
110
views

asked 8 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
84
views

asked 8 months ago

  • 1
  • 2
  • 3
  • 4
  • 5
  • •••
  • 52
  • Page size
    12 / page