Monday 6 October 2014

AWS OpsWorks: "Update Custom Cookbooks" using aws cli

I was certain it would be a subcommand of update-stack, but it's actually under create-deployment.

aws opsworks create-deployment --region us-east-1 --stack-id ${STACKID}  --command '{"Name":"update_custom_cookbooks"}'