

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 後續步驟
<a name="gettingstarted-cookbooks-next-steps"></a>

**重要**  
 AWS OpsWorks Stacks 此服務已於 2024 年 5 月 26 日終止，並已針對新客戶和現有客戶停用。我們強烈建議客戶盡快將其工作負載遷移至其他解決方案。如果您對遷移有任何疑問，請透過 [AWS re：Post](https://repost.aws/) 或透過 [AWS Premium Support](https://aws.amazon.com/support) 聯絡 AWS 支援 團隊。

現在您已完成本演練，您可以透過檢閱下列資源，進一步了解 OpsWorks Stacks 對 Chef 技術指南的支援：
+ [技術指南和配方](workingcookbook.md) – 說明 Stacks OpsWorks 目前支援的 Chef 和 Ruby 版本。也示範如何在執行個體上安裝及更新自訂技術指南，以及如何在執行個體上執行配方。
+ [Learn Chef](https://learn.chef.io/) – 提供 Chef 教學的連結、Chef 技能程式庫、完整的 Chef 文件，以及 Chef 培訓課程。
+ [關於 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) – 說明如何使用陳述式撰寫 Chef 配方的程式碼，例如 `if`、`case`、`data_bag`、`data_bag_item` 及 `search`。
+ [About Templates](https://docs.chef.io/templates.html) – 說明如何使用內嵌式 Ruby (ERB) 範本動態產生靜態文字檔案，例如組態檔案。
+ [學習軌道](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》**書籍。