aws-codedeploy-agent
aws-codedeploy-agent copied to clipboard
Host Agent for AWS CodeDeploy
Our code deploy agent is running too long to download artifacts from S3. Our artifact is around 25GB but it's taking over an hour to download into an EC2 instance...
I like to ask for Debian (12 Bookworm) support for the codedeploy agent. Currently we are using Debian 11 and we can install and use codedeploy agent for our use...
So, pretty much as reported in the title. Here's the log: ` "x-amzn-RequestId: 67ecf932-8e90-4ae3-992c-675e003c9fd2\r\n" -> "Date: Sun, 06 Aug 2023 09:40:49 GMT\r\n" -> "Content-Type: application/x-amz-json-1.1\r\n" -> "Content-Length: 34\r\n" -> "connection:...
Hello all, Aftes installing codedeploy-agent on a AWS Linux 2023, service has started but with errors. Instalation followed this steps: https://docs.aws.amazon.com/codedeploy/latest/userguide/codedeploy-agent-operations-install-linux.html ``` Sep 25 19:04:07 myserver.local bash[5385]: /usr/bin/sh: _parse_usage: line...
Opening a new issue because the problem described here https://github.com/aws/aws-codedeploy-agent/issues/32 still exists. Basically, when codedeploy finishes, the agent doesn't release the memory back to the OS and the workaround is...
Trying to reboot the instance the instance during deployment causes an error: ``` Script - scripts/reboot.sh [stderr]+ reboot [stderr] [stderr]Session terminated, terminating shell... ...terminated. ``` It'd be nice to have...
Issue aws#143: ### TL;DR To fix an error that occurs when the target location is not a regular file, Add symlink copy force option to CopyCommand. ### A long story...
* Bump version of `gli` * Bump version of `json_pure` * Bump version of `rake` * Change expectation of a test for changed error message in OpenSSL *Description of changes:*...
version : OFFICIAL_1.6.0-49 ec2 : amazon linux , t2micro Sometimes not 100% downloading file from s3. ------------- Log when error **Downloading artifact** bundle from bucket 'cicd-github-s3' and key 'abc.zip', version...
*Issue #, if available:* V394150318 (internally) *Description of changes:* This changeset adds a launchd entrypoint and the corresponding launchd plist file. This makes it easier to run the CodeDeploy agent...