I want to deploy a project in AWS using:
$ aws --region eu-central-1 deploy push --application-name DemoApp --s3-location s3://paquirrin-codedeploy/Project1.zip --ignore-hidden-file --source .
But I got this error:
A client error (ApplicationDoesNotExistException) occurred when calling the RegisterApplicationRevision operation: Applications not found for 289558260222
but the application exists:
$ aws deploy list-applications { "applications": [ "DemoApp" ] }
and the codedeploy agent works
[ root@ip-171-33-54-212 ~]
but I did not find the deployment-root folder inside /opt/codedeploy-agent !
source share