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
625 results
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
56
views
asked 2 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
62
views
asked 2 months ago
Varun SharmaEXPERT
published 2 months ago0 votes110 views
I want to dynamically override AWS CodePipeline variables using Amazon EventBridge rules or schedules, and use those variables with entry conditions to conditionally skip pipeline stages. This article...
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
83
views
asked 2 months ago
Heverin, StephenEXPERT
published 2 months ago0 votes118 views
Join our experts LIVE on Twitch to learn how AWS Security Agent embeds security validation across every phase of your SDLC — from design to deployment!
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
105
views
asked 3 months ago
Elvis_PEXPERT
published 3 months ago1 votes145 views
Building a Multi-Region CI/CD Architecture on AWS - consider security, logging, and monitoring at the minimum
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
294
views
asked 5 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
65
views
asked 5 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
60
views
asked 5 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
84
views
asked 5 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
52
views
asked 5 months ago