aws-codedeploy-agent
aws-codedeploy-agent copied to clipboard
Host Agent for AWS CodeDeploy
There is a gap where the appspec.yml can be a valid yaml but incorrectly formatted which can cause the Ruby interpreter to crash. An example is the permissions section: ```yaml...
I am using log collection/processing software to monitor the CodeDeploy agent logs and spot errors during the deployment process. Sometimes it is hard to tell if a particular Lifecycle Event...
https://github.com/aws/aws-codedeploy-agent/pull/310/files
https://github.com/aws/aws-codedeploy-agent/pull/302
*Issue #, if available:* *Description of changes:* `Dkpg::Options` vs. `Dpkg::Options` By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
https://github.com/aws/aws-codedeploy-agent/pull/167 ### Copied from PR description > Added 'debdpkg' install option to force using dpkg to install a deb package. This allows placing a custom config file before installing the...
https://github.com/aws/aws-codedeploy-agent/pull/70 ### Copied from PR description It looks like it is possible to use deployment specification values in hook scripts https://blogs.aws.amazon.com/application-management/post/Tx1PX2XMPLYPULD/Using-CodeDeploy-Environment-Variables However, I noticed that it wasn't possible to use...
We are unclear on what the CodeDeploy agent is doing. We see that it creates a ruby interpreter somewhere in a temporary folders in c:\windows\temp and then we see it...
Error on credential file load for local codedeploy agent 2023-03-10 16:54:50 ERROR [codedeploy-agent(18416)]: booting child: error during start or run: RuntimeError - Failed to load credentials from path credentials -...
I have followed the directions at https://docs.aws.amazon.com/codedeploy/latest/userguide/register-on-premises-instance-iam-user-arn.html to generate temporary IAM credentials and push them to the deployment server. However, the agent doesn't reload the credentials unless I create a...