Course outlines for learning terraform.
expected time | requirements |
---|---|
60 minutes | A computer with az installed. |
Goal: Understand how to create images to spin up instances.
So far we’ve used images created by the cloud provider. Typically these images work, but sometimes extra configuration is required, think if these things:
In those situations it can be useful to create your own image using Packer.
Let’s go over the Azure README.md or GCP README.md.
16.04-LTS
is a bit old. Find a newer sku
./etc/motd
, packages, services, etc.See ubuntu.json
az vm image list --all --publisher Canonical
.