amazon web services - chef provisioning recipe to make AWS security groups, how to run from server vs chef client -
i need keep track of aws security groups better.
the recipes use chef/provisioning/aws_driver let me make recipes per sg , track ips added/etc.
i can run them fine locally chef-client -z -r
what want upload cookbook chef server , run time need change sg. chef seems require recipes apply nodes, not aws cloudiness.
basically want run chef-client workstation , have execute cookbook doesn't impact running servers, or create them, rather hits aws , converges resources specified.
if create client.rb workstation chef server url , keys:
chef_server_url "http://servername/organizations/myorg" validation_key "path/to/validation/key" client_key "path/to/client/key"
you should able run provisioning recipes have been uploaded server. e.g. if they're in 'provisioning' cookbook:
chef-client -c client.rb -o provisioning::myrecipe
Comments
Post a Comment