github.com/zhizhiboom/nomad@v0.8.5-0.20180907175415-f28fd3a1a056/website/source/intro/getting-started/next-steps.html.md (about) 1 --- 2 layout: "intro" 3 page_title: "Next Steps" 4 sidebar_current: "getting-started-nextsteps" 5 description: |- 6 After completing the getting started guide, learn about what to do next with Nomad. 7 --- 8 9 # Next Steps 10 11 That concludes the getting started guide for Nomad. Hopefully you are 12 excited about the possibilities of Nomad and ready to put this knowledge 13 to use to improve your environment. 14 15 We've covered the basics of all the core features of Nomad in this guide. 16 We recommend exploring the following resources as next steps. 17 18 * [Guides](/guides/index.html) - The Guides provide best practices and 19 guidance for using and operating Nomad in a real-world production setting. 20 21 * [Docs](/docs/index.html) - The Docs provide detailed reference information 22 all available features and options of Nomad. 23 24 * [Job Lifecycle](/guides/operating-a-job/index.html) - Additional details 25 specific to runnning a job in production. 26 27 * [Creating a Cluster](/guides/operations/cluster/bootstrapping.html) - Additional 28 details on creating a production worthy Nomad Cluster. 29 30 * [Example Terraform configuration](https://github.com/hashicorp/nomad/tree/master/terraform) - 31 Use Terraform to automatically provision a cluster in AWS. 32