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

Hi! I'm installing codedeploy-agent at the very end of my user_data content: wget https://aws-codedeploy-eu-west-1.s3.eu-west-1.amazonaws.com/latest/install; chmod +x ./install; ./install auto However this fails from time to time on my amazon linux...

*Issue #, if available:* N/A *Description of changes:* When running multiple deployments with a `tar`/`tgz` bundle on the same host with the same codeagent instance, there is a chance for...

We're periodically getting failed deployments with `Permission denied @ rb_sysopen`. This is on a new instance following an autoscaling action. Code Deploy agent 1.7.0.92_msi OS: Windows Server 2019 The agent...

We are trying to implement a whitelist for AWS Network Firewall for Egress filtering. A majority of the requests coming from CodeDeploy agent do properly have SNI such that Surricata...

I don't know if this is the right repo to submit this issue, so if this is not the right place, please forgive me. So i had a monorepo with...

*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

### Summary The presence or absence of a IAM credential file on the instance where the CodeDeploy Agent is installed produces different results. ### Environment **Common** * CodeDeploy Agent :...

while running code deploy agent on AL2023 , i am having this issue while running simple script having echo command. ERROR ``` LifecycleEvent - AfterInstall Script - build_config/codedeploy/scripts/run.sh [stderr]bash: _parse_usage:...

**Description:** We are currently using the AWS CodeDeploy agent in our deployment pipeline. However, we have encountered a limitation with the proxy settings. The agent only offers a single proxy...