Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

Questions tagged [aws-code-deploy]

AWS CodeDeploy is a service that automates code deployments to Amazon EC2 instances.

aws-code-deploy
0 votes
0 answers
9 views

Why my AWS ECS cluster is not showing the option to switch to code-deploy controller?

I am creating an application & deployment group in aws aws code-deploy, but I am facing the issue while creating the same. Screenshot for reference: I have tried to update the code-deploy ...
Abhishek Lc's user avatar
1 vote
1 answer
14 views

Amazon ECS service deployment state change events is not created nor sent to event bridge

When i deploy ecs service none of the Amazon ECS service deployment state change events are called event bridge does not receive any events for this rule: { "source": [ "aws.ecs" ],...
Rofler's user avatar
  • 25
0 votes
0 answers
15 views

Trigger an AWS Code Deploy from an API call

I am trying to create a deployment strategy when the code deploy should start deploying the application when it receives a trigger from an API call. I have an application which onboards a user, where ...
dude0786's user avatar
0 votes
0 answers
20 views

Django App is delayed or does not reflect the changes in the new code

We have a django app deployed to AWS EC2 instances (autoscaled) via codedeploy. The deployment is successful, and I can see the new code when connected to the instances. However, the django app did ...
user26015405's user avatar
0 votes
0 answers
23 views

Can appspec.yml contain more than 1 lambda?

Here is my example appspec.yml, but when I deploy on CodeDeploy it causes error to appspec.yml can contain only 1 lambda. My scenario is using 1 CodeDeploy action in 1 CodePipeline stage.
hooopp's user avatar
  • 1
0 votes
1 answer
23 views

Can't use .sh file in appspec.yml hooks in ECS Fargate green/blue deployment

I have a CI/CD structure on AWS with CodePipeline, CodeBuild, CodeDeploy, TaskDefinition, ECR, ECS green/blue deployment. I used AWS Fargate as a ECS service. I have Laravel and React apps which have ...
Jeyhun Rashidov's user avatar
3 votes
1 answer
138 views

How to use a blue/green deployment style with CodeDeploy and Auto Scaling Groups that allows for repetitive deployments in Terraform?

I have a load-balanced EC2 instance that hosts a web API that I am trying to use AWS CodeDeploy to deploy new versions of the API with. I am trying to make use of a blue/green deployment style, where ...
Timothy G.'s user avatar
  • 8,113
0 votes
0 answers
26 views

not able to detect the error im using node 20 facing error in next.js deployment through code deploy on ubuntu 22.04

not able to detect the error I'm using node 20 and facing an error in next.js deployment through code deploy this is my appspec.yml version: 0.0 os: linux files: - source: / destination: /home/...
ashish kamble's user avatar
0 votes
0 answers
20 views

Getting this error in AWS console : code deploy phase 2: Downloadbundle:

Getting this error in AWS console Code deploy phase 2: Downloadbundle: arn:aws:ec2:ap-south-1:xxx unknown error: The specified key does not exist. View more..........##? Is the prolem with IAM or ...
Vivek Saskar's user avatar
0 votes
0 answers
55 views

ASP.NET Core 8.0 Web API : deployment error: deployment completed, but with errors

I am trying to deploy an ASP.NET Core 8.0 Web API to AWS Beanstalk using AWS CodePipeline with both build and deploy stage and source code is on Github. Now my build stage seems to be working with a ...
Shail Shah's user avatar
0 votes
0 answers
52 views

CodeDeploy in AWS gives error of timeout after 60 minutes in INSTALL Event of Development Lifecycle

CodeDeploy in AWS gives error of timeout after 60 minutes in INSTALL Event of Development Lifecycle. Docker Image size is around 310 MB some time it is success but most of the time it fails. I have ...
user2028676's user avatar
0 votes
0 answers
17 views

Remote origin issue when using Github and AWS Codepipeline Integration for on-premise instances

I am using AWS Codepipeline to deploy/update a repository to an on-premise instance, the source of the repository is sourced from Github. When deploying the repository through codedeploy the origin of ...
Amir Voloshin's user avatar
0 votes
1 answer
68 views

Deploying huggingface model

I have been trying to use a Llava endpoint in sagemaker when following this tutorial (https://github.com/aws-samples/multimodal-rag-on-slide-decks/blob/main/Blog1-TitanEmbeddings-LVM/notebooks/...
makala's user avatar
  • 1
0 votes
0 answers
76 views

AWS CodeDeploy with Bitbucket pipe line

I'm trying to deploy AWS EC2 deployment using the Bitbucket pipeline and the AWS code deployment. I'm getting this error when trying to deploy. It mentions some errors related to Auto Scaling groups ...
Chathuran D's user avatar
  • 2,380
0 votes
1 answer
52 views

Creating an API Gateway endpoint with a stage variable using a Lambda.Function.lambda_from_arn in AWS CDK doesn't work

I have multiple AWS stacks where, among other things, I create AWS Lambdas and API Gateway endpoints, let's consider this stack the lambda_unified_crud_stack and a second one called ...
Tomás Santos's user avatar

15 30 50 per page
1
2 3 4 5
74