Skip to content

Instantly share code, notes, and snippets.

@kappa4
Last active May 31, 2018 10:36
Show Gist options
  • Save kappa4/c2353c1fd8eaf76a137add7a2c7eb637 to your computer and use it in GitHub Desktop.
Save kappa4/c2353c1fd8eaf76a137add7a2c7eb637 to your computer and use it in GitHub Desktop.
インスタンスは生きているのに ElasticBeanstalk の監視から外れたので復帰させた ref: https://qiita.com/kappa4/items/846993d61b942d4b9a05
sudo kill $(ps -ef | grep "\[healthd\]" | awk '{ print $2 }')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment