Book Image

Infrastructure as Code (IAC) Cookbook

By : Stephane Jourdan, Pierre Pomès
Book Image

Infrastructure as Code (IAC) Cookbook

By: Stephane Jourdan, Pierre Pomès

Overview of this book

Para 1: Infrastructure as code is transforming the way we solve infrastructural challenges. This book will show you how to make managing servers in the cloud faster, easier and more effective than ever before. With over 90 practical recipes for success, make the very most out of IAC.
Table of Contents (18 chapters)
Infrastructure as Code (IAC) Cookbook
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
Index

Chapter 5. Provisioning the Last Mile with Cloud-Init

In this chapter, we will cover the following recipes:

  • Using cloud-init on AWS, Digital Ocean, or OpenStack

  • Handling files using cloud-init

  • Configuring the server's time zone using cloud-init

  • Managing users, keys, and credentials using cloud-init

  • Managing repositories and packages using cloud-init

  • Running commands during boot using cloud-init

  • Configuring CoreOS using cloud-init

  • Deploying Chef client from start to finish using cloud-init

  • Deploying a remote Docker server using cloud-init