How to setup AWS Opsworks in demon mode -


in aws opsworks, how can setup opsworks client or chef client in demon mode. in chef server can mention --demon option , run chef-client. but, in opsworks how can achieve this?

opsworks works via chef 0 (aka chef client in local mode), , such there's no chef server.

when need make change custom cookbook: push custom cookbook repository. (or maybe refer cookbook in berksfile, whatever).

after you've published changes way, need run update cookbooks have instances download new cookbooks.

that doesn't mean cookbooks run then. when they're run depend on when recipes run in opswork event lifecycle.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -