AWS - Code Deployment is getting in Deployment
-
Hi Team,
I am following below link this to create a codepipeline to copy the file from Codecommit repository
https://docs.aws.amazon.com/codepipeline/latest/userguide/tutorials-simple-codecommit.html
I have created the appssec.yml file in the ProgramData folder as well still i am getting the same error
I have a Windows EC2 instance to copy the codecommit repo to the EC2 instance.When the CodePipeline is started the Codedeployment is getting failed and getting this error.Anyone can help me on this
The CodeDeploy agent did not find an AppSpec file within the unpacked revision directory at revision-relative path "appspec.yml". The revision was unpacked to directory "C:\ProgramData/Amazon/CodeDeploy/deployment-archive", and the AppSpec file was expected but not found at path "C:\ProgramData/Amazon/CodeDeploy/deployment-archive/appspec.yml". Consult the AWS CodeDeploy Appspec documentation for more information at http://docs.aws.amazon.com/codedeploy/latest/userguide/reference-appspec-file.html