Questions tagged [aws-code-deploy]

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

AWS CodeDeploy is a service that automates code deployments to Amazon EC2 instances. AWS CodeDeploy makes it easier for you to rapidly release new features, helps you avoid downtime during deployment, and handles the complexity of updating your applications. You can use AWS CodeDeploy to automate deployments, eliminating the need for error-prone manual operations, and the service scales with your infrastructure so you can easily deploy to one EC2 instance or thousands.

1086 questions
-1
votes
1 answer

Why codedeploy show this error AccessDeniedException in the logs of AWS in Ubuntu 22?

0 i install correctly with the script in the last comment, but the logs of code deploy in the instance show this error: 2022-09-12 17:53:57 INFO [codedeploy-agent(2538)]: Version file found in /opt/codedeploy-agent/.version with agent version…
-1
votes
1 answer

No matching distribution found for discord-ext-bot==1.0.1

I'm trying to deploy my discord bot to AWS. The error occurs from the requirements.txt file which was created automatically using pip freeze I have installed pycord manually from the console coz of the same fail before, but the failure still…
DeadPool
  • 185
  • 2
  • 13
-1
votes
1 answer

Deploy Django Code with Docker to AWS EC2 instance without ECS

Here is my setup. My Django code is hosted on Github I have docker setup in my EC2 Instance My deployment process is manual. I have to run git pull, docker build and docker run on every single code change. I am using a dockerservice account to…
newbie
  • 1,023
  • 20
  • 46
-1
votes
1 answer

AWS Code Deploy Deployment Failed "ScriptFailed"

I am using code deploy to deploy asp.net project deployment failed and this is the event log Event Logs Event details Error code ScriptFailed Script name scripts/stop_service Message " Script at specified location: scripts/stop_service run as…
-1
votes
2 answers

Azure DevOps Pipeline with AWS CodeDeploy – Copy appspec.yml and hooks scripts to the same location as the build artifact

(Sorry for the long post! I wanted to put in as much detail as possible) Using Azure DevOps I am trying to deploy using AWS CodeDeploy. I already have a successful AWS pipeline that utilizes AWS CodeBuild and AWS CodeDeploy So I know everything…
ErnieAndBert
  • 1,344
  • 3
  • 21
  • 43
-1
votes
1 answer

could not run codedeployagent on windows 10

I am following this note: https://docs.aws.amazon.com/codedeploy/latest/userguide/register-on-premises-instance-iam-user-arn.html however could not run AWS CodeDeployAgent on Windows 10 machine. Log file: 2019-11-23T20:28:51 INFO …
beewest
  • 4,486
  • 7
  • 36
  • 63
-1
votes
1 answer

Steps to deploy to an ec2 instance using Jenkins

What are the steps to deploy to an ec2 instance using Jenkins. I am new to this field and completely confused.
-1
votes
1 answer

Unable to specify buildsec.yml path in codebuild

S3 is my source for codebuild, i am passing zip file. buildspec.yml is inside zip file, how do i pass the path for codebuild in buildspec configuration.
-1
votes
1 answer

AWS Code deploy without appspec.yml

We are successfully using code deploy for deployment , however we have a request from client to separate deployment script repository and code repository , right now code repository contains the appspec.yml and other script which need to be run and…
P-Kumar
  • 11
  • 1
  • 6
-1
votes
2 answers

Error installing CodeDeploy Agent on AWS EC2

When installing the CodeDeploy Agent on my newly created EC2 instance (Ubuntu 14.04), I ran into an error with rpm as I was following the steps on the Install or Reinstall the AWS CodeDeploy Agent guide. Commands: wget…
-1
votes
1 answer

Can I use AWS Codedeploy along with Jenkins for this use case?

I am exploring the approach of using Jenkins to trigger the build process and bring the required git branch to an Amazon S3 bucket and then trigger an AWS Codedeploy deployment to take it from there to deploy on the relevant instances. Architecture…
Sandeepan Nath
  • 9,966
  • 17
  • 86
  • 144
-1
votes
2 answers

Exploring tools to trigger build script to rollout specific git branch to a subset of the amazon ec2 instances

We have multiple amazon ec2 instances behind a load balancer. Our build script is written in phing and is integrated with git. We are looking for a tool (like Jenkins or Amazon code deploy) which could display all the active instances currently…
Sandeepan Nath
  • 9,966
  • 17
  • 86
  • 144
-2
votes
1 answer

Could not deploy code in ec2 using s3 bitbucket

The overall deployment failed because too many individual instances failed deployment, too few healthy instances are available for deployment, or some instances in your deployment group are experiencing problems.
-2
votes
1 answer

how to Deploy my repository in bitbucket to AWS with CodeDeploy?

I have a repository in bitbucket. now I want to deploy it to my aws EC2 instance using amazon code-deploy.how can I do that? what steps should I follow?
-2
votes
1 answer

AWS code deploy error before install

I am getting following error while deploying using code deploy agent /opt/codedeploy-agent/deployment-root/6d3f114b-72a9-4d1a-9d65-1227b6839916/d-FWIG1AI1M/deployment-archive/appspec.yml The problem is the appspec.yml gets created in folder inside…
1 2 3
72
73