

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 后续步骤
<a name="gettingstarted-cookbooks-next-steps"></a>

**重要**  
该 AWS OpsWorks Stacks 服务于 2024 年 5 月 26 日终止，新客户和现有客户均已禁用。我们强烈建议客户尽快将其工作负载迁移到其他解决方案。如果您对迁移有疑问，请通过 re [AWS : Post 或通过 Pre](https://repost.aws/) mium Su [AWS pp](https://aws.amazon.com/support) ort 与 AWS 支持 团队联系。

现在你已经完成了本演练，你可以通过查看以下资源来详细了解 OpsWorks Stacks 对 Chef 食谱的支持：
+ [说明书和诀窍](workingcookbook.md)— 描述 OpsWorks Stacks 目前支持的 Chef 和 Ruby 版本。此外，还演示如何在实例上安装和更新自定义说明书，以及如何在实例上运行配方。
+ [Learn Chef](https://learn.chef.io/) – 提供 Chef 教程、Chef 技能库、完整 Chef 文档和 Chef 培训课程的链接。
+ [All about Chef](https://docs.chef.io/) – 提供完整的 Chef 文档。相关特定主题包括：
  + [About Cookbooks](https://docs.chef.io/cookbooks.html) – 介绍主要说明书组件，如属性、配方、文件、元数据和模板。
  + [About Recipes](https://docs.chef.io/recipes.html) – 介绍配方的基础知识，例如，如何使用数据包、如何包括其他配方以及如何在配方中使用 Ruby 代码。
  + [Resources](https://docs.chef.io/resources.html#resources) – 介绍如何使用所有内置 Chef 资源，如 `apt_package`、`cookbook_file`、`directory`、`execute`、`file` 和 `package`。
  + [About the Recipe DSL](https://docs.chef.io/dsl_recipe.html) – 介绍如何使用语句 (如 `if`、`case`、`data_bag`、`data_bag_item` 和 `search`) 为 Chef 配方编写代码。
+ [About Templates](https://docs.chef.io/templates.html) – 介绍如何使用 Embedded Ruby (ERB) 模板不断生成静态文本文件，如配置文件。
+ [Learning Tracks](https://learn.chef.io/tracks) – 介绍如何使用 Chef 管理实例、管理基本的 Web 应用程序、开发和测试基础设施代码、使用 Chef 分析等等。
+ [http://shop.oreilly.com/product/0636920032397.do](http://shop.oreilly.com/product/0636920032397.do) – Chef 简介。由 O'Reilly Media 出版。
+ [Learning Chef code examples](https://github.com/learningchef/learningchef-code) – 提供随附于由 O'Reilly Media 出版的书籍 *Learning Chef* 的代码示例。