Skip to content

Instantly share code, notes, and snippets.

@felipekm
Created July 21, 2017 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipekm/489016629f1b765f3a01a50eebd16cdd to your computer and use it in GitHub Desktop.
Save felipekm/489016629f1b765f3a01a50eebd16cdd to your computer and use it in GitHub Desktop.
CodeDeploy restarter
# Stop the code deploy agent
sudo service codedeploy-agent stop
#clear all deployments under
cd /opt/codedeploy-agent/deployment-root
sudo rm -rf *
# Restart the code deploy agent
sudo service codedeploy-agent start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment