Ey Cloud Recipes
A starter repo for custom chef recipes on EY's cloud platform. These are for reference, and do not indicate a supported status.
Install / Use
npx skills add engineyard/ey-cloud-recipesInstalls into whichever agent you are using.
README
EY Cloud Recipes for EY Stack v4
Introduction
The ey-cloud-recipes repository is a collection of chef cookbooks that setup and configure commonly used tools for ruby applications, as well as cookbooks that can be used to modify parts of the EY Cloud environment.
Note: These cookbooks are for reference, and do not indicate a supported status. They are for EY Cloud Stack v4. For EYC v5 stack or later, please see documentation for Migrating Custom Chef Recipes from V4 to V5.
Quick Start Guide
- Clone this repository
- Uncomment the recipes that you wish to use in
cookbooks/main/recipes/default.rb - Make any changes that are mentioned in the individual cookbook's
readme.mdfile - Install the engineyard gem, if you haven't already (
gem install engineyard). - Upload your recipes to EY Cloud using
ey recipes upload -e ENVIRONMENT, whereENVIRONMENTis the name of your environment. - Run your recipes on the environment using
ey recipes apply -e ENVIRONMENT
EY Cloud Documentation
A full guide to customizing your EY Cloud environment with chef can be found at the following URL:
- https://support.cloud.engineyard.com/entries/21009867-Customize-Your-Environment-with-Chef-Recipes
The following pages may also be of some use:
- https://support.cloud.engineyard.com/entries/21009927-engine-yard-cli-user-guide#eyrecipesapply
- https://support.cloud.engineyard.com/entries/21406977-custom-chef-recipes-examples-best-practices
Chef Documentation
Below is a list of chef documentation pages that you may find useful, especially if you are just getting started with chef:
- http://docs.opscode.com/chef_solo.html
- http://docs.opscode.com/chef/chef_overview.html
- http://docs.opscode.com/chef/resources.html
- http://docs.opscode.com/chef/essentials_cookbook_attribute_files.html
There is also a great RailsCast on the use of chef-solo (however, it is only available to RailsCasts Pro subscribers):
- http://railscasts.com/episodes/339-chef-solo-basics
FAQ
What version of chef is used on EY Cloud?
We use chef-solo on EY Cloud. If you are using the new Gentoo 2012 stack, then you will be using chef 10. If you are running on an older version of the stack, then it will be chef 0.6.
How can I view the recipes uploaded to an environment?
You can view the recipes that have been uploaded to an environment in two ways:
- You can download the recipes for an environment using
ey recipes download, which will be downloaded into a directory calledcookbooksin the current directory. - You can login to any of your instances and navigate to
/etc/chef-custom/recipes/cookbooks, which is the location that your custom cookbooks are located.
An error occurred during my chef run, where can I find the logs?
Next to each instance, on the dashboard, there are two links entitled "Base" and "Custom", the "Custom" link will take you to the chef log for the last run of your custom chef recipes, for that instance.
The chef log for your custom recipes is also located on each instance at /var/log/chef.custom.log
Related Skills
gortex
1.1kHigh-performance code-intelligence engine for AI agents and IDE, supports 257 languages, multi repositories, based on graph, with access via CLI, MCP Server, and API. AI coding agents teammate - expose only needed information, cutting token usage up to 50x. 100% local.
techrogue
TechRogue – Roguelike technical quiz for engineers. Usage: /techrogue | /techrogue build | /techrogue settings
cc-switch
125.7kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io
cc-switch
125.7kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

