Table of Contents
Video
[youtube _Wk3jMKLQ1I 423 752]
About the Talk
Have you ever wanted to preconfigure your Droplet — the cloud provider’s scalable virtual machine — before you deploy it? Do you want to use an operating system not currently available on the cloud provider? Packer is a tool that allows you to build your own custom cloud images and deploy them.
In this Tech Talk, we'll use Packer and Ansible to build our own custom cloud image and deploy it to the cloud provider.
What You'll Learn
- How to build a custom cloud image using Packer
- How to configure a custom cloud image using Packer and Ansible
- How to use Packer to deploy your custom cloud image to the cloud provider
This Talk is Designed For
- Software developers
- DevOps engineers/SREs
- Anyone who wants to build your own custom image and deploy it to the cloud provider
Resources
Custom Images are Linux and Unix-like images you import to the cloud provider. You can create Droplets based custom images, which lets you migrate and scale your workloads without spending time recreating your environment from scratch.