aws-codedeploy-agent
aws-codedeploy-agent copied to clipboard
Host Agent for AWS CodeDeploy
Hi, I have a Lightsail instance configured to work with CodeDeploy. When I try to deploy I am sometimes getting an error at the **Install** event saying that the appspec.yml...
Specs: ``` OS: Amazon Linux 2023 codedeploy-agent: OFFICIAL_1.6.0-49_rpm. ruby 3.2.2 (2023-03-30 revision e51014f9c0) [x86_64-linux] aws region : us-east-1 ``` Please review this log generated by the codedeploy-agent, which attempted to...
Since 1.6.0 ruby 3.1 and 3.2 is supported, but the .deb package depends on an older ruby version being present: ``` Package: codedeploy-agent Version: 1.6.0-49 Architecture: all Depends: ruby2.0 |...
OS: Linux agent_version: OFFICIAL_1.0-1.1458_rpm I am giving the code deploy agent a pre-zipped file uploaded to s3 for deployment which contains a number of relative symlinks a few directories deep...
We have been successfully deploying our application to numerous Windows 2019 servers for some time now until this past weekend. A round of operating system updates were applied and it...
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 these values in the `appspec.yml` file....
It would be great if the `pattern` and `exclude` keys accepted bash file globs and worked properly across sub directories. For example, I have a Symfony4 app that looks like:...
According to the documentation at https://docs.aws.amazon.com/codedeploy/latest/userguide/deployments-view-logs.html#deployments-view-logs-instance-windows We need to look at logs the locations C:\ProgramData\Amazon\CodeDeploy\log\codedeploy-agent-log.txt C:\ProgramData\Amazon\CodeDeploy\deployment-group-ID\deployment-ID\logs\scripts.log The C:\ProgramData\Amazon\CodeDeploy\log\ can be redirected with :log_dir: https://docs.aws.amazon.com/codedeploy/latest/userguide/reference-agent-configuration.html but the deployment-group-ID is uniquely generated,...
CodeDeploy agent keeps trying to access an invalid application revision and fails to find scripts to run in application events. The original configuration where this occurred is a CodePipeline instance,...
Hello guys, I'm getting the following error when I try to deploy to my EC2 Instances. I have others applications, with the same structure, that is working perfectly. I got...