Last active
June 18, 2018 07:50
-
-
Save vsudilov/03a4c52c69c8304d9c38e5c4fb01983d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo -i | |
/opt/aws/opsworks/current/bin/chef-zero & | |
cd /var/chef/runs/*/ | |
opsworks-agent-cli get_json > attributes.json | |
/opt/aws/opsworks/current/bin/chef-shell -c client.rb -j attributes.json -z -S http://localhost:8889 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment