aws-codedeploy-agent icon indicating copy to clipboard operation
aws-codedeploy-agent copied to clipboard

Host Agent for AWS CodeDeploy

Results 71 aws-codedeploy-agent issues
Sort by recently updated
recently updated
newest added
trafficstars

Error: failed to find platform: no manifest found for platform: ubuntu, version 22.04, architecture arm64 Looks like this may be the same issue: https://github.com/aws/aws-codedeploy-agent/issues/277 but is not resolved in v1.3.2...

For lifecycle hooks taking longer than 1 hour add an [agent configuration parameter](https://docs.aws.amazon.com/codedeploy/latest/userguide/reference-agent-configuration.html) to alter the maximum allowable agent timeout.

enhancement
feature-request

here is no error message in codedeploy-agent.aws_wire.log. Codedeploy can sometimes be deployed successfully, but most of them fail this time. At first, I thought it was an S3 access problem...

Here is my root crontab file contents: ``` @reboot sudo systemctl start codedeploy-agent 43 14 * * * cd /home/ec2-user/DeltaNeutral_Live && source ./delta/bin/activate && python3 001automate_token_fyers.py && python3 fyers_test.py >>...

Need CodeDeploy agent to run on RHEL 9. RHEL 9 was released Sep-2022, and my customer is using it for a key project. Unavailability of the agent is a blocker.

Currently the windows service is set to AUTO_START but it would be nice to configure this value in case there is a need to bake into a custom ami without...

Currently, CodeDeploy lifecycle hooks in EC2 Auto Scaling are not working with Warm pool instances in Warmed:Pending:Wait state. Please make it possible for CodeDeploy to work with Warm pool instances.

In order to install CodeDeploy Agent on Amazon Linux 2 / CentOS / RHEL servers that are configured for the CIS Level 3 Benchmark (High), all packages must be digitally...

feature-request
needs triage
next release candidate

Deployment failed during Download bundle event : with unknown error "No such file or directory - getcwd" It's not a duplicate issue of #255, the error is different. Our production...

> The title only describes one problem. In this issue, I'm reporting several issues. I've used the instructions [here](https://docs.aws.amazon.com/codedeploy/latest/userguide/codedeploy-agent-operations-install-ubuntu.html) to install the CodeDeploy agent. (I know this is not the...