# AWS OpsWorks example cookbooks Example cookbooks running on AWS OpsWorks using Chef 12.2 on Windows. These cookbooks are part of the blog post [Using AWS OpsWorks to Customize and Automate App Deployment on Windows](https://blogs.aws.amazon.com/application-management/post/Tx1BBK730NQL2F4/Using-AWS-OpsWorks-to-Customize-and-Automate-App-Deployment-on-Windows). Find all the blog posts of the [Application Management Blog](http://blogs.aws.amazon.com/application-management). ## Run tests To run tests execute the following commands from the repository root directory: ```bash bundle install rake ```