Implementing Cookbooks for OpsWorks Stacks - AWS OpsWorks

Implementing Cookbooks for OpsWorks Stacks

Important

The AWS OpsWorks Stacks service reached end of life on May 26, 2024 and has been disabled for both new and existing customers. We strongly recommend customers migrate their workloads to other solutions as soon as possible. If you have questions about migration, reach out to the AWS Support Team on AWS re:Post or through AWS Premium Support.

Cookbook Basics introduced you to cookbooks and recipes. The examples in that section were simple by design and will work on any instance that supports Chef, including OpsWorks Stacks instances. To implement more sophisticated cookbooks for OpsWorks Stacks, you typically need to take full advantage of the OpsWorks Stacks environment, which differs from standard Chef in a number of ways.

This topic describes the basics of implementing recipes for OpsWorks Stacks instances.

Note

If you are not familiar with how to implement cookbooks, you should start with Cookbook Basics.