AWS CodeDeploy Fail: The deployment failed because a specified file already exists at this location

前端 未结 5 1846
鱼传尺愫
鱼传尺愫 2021-01-04 01:59

I am trying to set AWS Code deploy with Github to automate my deloyment. the problem i am having is the ec2 instance is already active and has the web app code. the problem

5条回答
  •  时光说笑
    2021-01-04 03:01

    I had same issue when working in CodeDeploy with EC2 Instances.

    • I removed EC2 Instances from AWS CodeDeploy Deployment Group. I added new EC2 instances to the deployment group.
    • Otherwise, Replace new deployment group with an existing deployment group.

提交回复
热议问题