I am deploying via CodeDeploy
a logstash configuration in a target instance in /etc/logstash/
.
This is the last step in a 3-staged CodePipeline
.
However it fails with message
The deployment failed because a specified file already exists at this location: /etc/logstash/pipelines.yml
How can I instruct CodeDeploy
to overwrite files?