You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❓ File already exists at given location on target instance
This happens if the new change detected by github is already present on target instance. For example, if a new file is added on github repo, but it was already lying around on EC2; then the pipeline will give an error at Install state.
The option to overwrite target files is not present inside pipeline.
The solution is to either create a manual deployment from the CodeDeploy application or remove the file from EC2 and release the CodePipeline again