Creating Snapshots With Packer

What is Packer?

Packer is a server imaging tool developed by HashiCorp. Server imaging; or alternatively, immutable infrastructure; is a popular alternative to runtime configuration tools, such as Ansible or Puppet. It is based on the idea that once a server is deployed, you never change it; instead, you deploy a new server with your changes and then tear down the old one. This makes server maintenance easier, and allows you to more efficiently scale across a large number of machines.

While Packer doesn't support Vultr out of the box, there is a plugin that adds that support. Instructions for installing Packer with Vultr support can be found on the plugin's README. The rest of this article assumes that you have Packer installed, as well as the Vultr plugin.

How it works

The purpose of Packer is to produce server images, or artifacts that can be used to create a new server exactly as it was at imaging time. For Vultr, those artifacts are called Snapshots. The plugin works by deploying a new VPS, running your defined provisioners on it, creating a Snapshot of it, and then tearing down the VPS. When you want to create a new server from your image, simply call Vultr's API to deploy a new VPS with the desired Snapshot as its OS.

Using Packer

Packer takes a JSON file defining the build that it should run as input. Here is a sample file defining a Vultr build:

{
  "variables": {
    "vultr_api_key": "{{env `VULTR_API_KEY`}}"
  },
  "builders": [
    {
      "type": "vultr",
      "api_key": "{{user `vultr_api_key`}}",
      "snapshot_description": "My Awesome App",
      "region_id": "2",
      "plan_id": "201",
      "os_id": "167",
      "ssh_username": "root"
    }
  ]
}

This file has two top-level keys, variables and builders. The variables key is used to define custom variables, and in this case is used to incorporate the VULTR_API_KEY environment variable in a way that can be used later. The builders key contains a list of builds to run, in this case only our Vultr build. Let's break that build down a little:

  • type: This defines the builder to actually use, and for Vultr builds this should always be vultr.
  • api_key: In order to run the build, you need an API key, which is defined here. This example defines it as the value of the vultr_api_key user variable, which further up is set to the value of the VULTR_API_KEY environment variable.
  • snapshot_description: The description of the resulting snapshot.
  • region_id: The region to deploy a VPS to. This doesn't affect the final snapshot, only the server that the snapshot is created from.
  • plan_id: The plan to use for the VPS. Future uses of this snapshot must define a plan that is at least this large.
  • os_id: The Operating System to base the snapshot on.
  • ssh_username: The username that will be used when SSH'ing into the server for provisioning. For Linux servers, this will usually be root.

To use it, save this file with a name like server.json, and then run the command packer build server.json. You will see some output indicating the status of the build, which will take a few minutes.

When you run this build, a new server named Snapshotting: My Awesome App will be created, snapshotted, and then destroyed. With no provisioners defined, that is all that happens. For more information on defining provisioners, refer to Packer's documentation.

Once the build is finished, Packer will output the ID of the resulting snapshot.

Defining region, plan, and OS

These three values are required for every Vultr build, but can be defined in one of several ways. For each one, you should specify exactly one of its variations in order to avoid ambiguity:

Region

Region information can be queried via the API: https://www.vultr.com/api/#regions_region_list

  • region_id: The ID of the region, e.g. 2
  • region_code: The code of the region, e.g. ORD

Plan

Plan information can be queried via the API: https://www.vultr.com/api/#plans_plan_list

  • plan_id: The ID of the plan, e.g. 201

OS

Operating System information can be queried via the API: https://www.vultr.com/api/#os_os_list

  • os_id: The ID of the OS, e.g. 167


Leave a Comment

¿Puede la IA luchar con un número cada vez mayor de ataques de ransomware?

¿Puede la IA luchar con un número cada vez mayor de ataques de ransomware?

Los ataques de ransomware van en aumento, pero ¿puede la IA ayudar a lidiar con el último virus informático? ¿Es la IA la respuesta? Lea aquí, sepa que la IA es una bendición o una perdición

ReactOS: ¿Es este el futuro de Windows?

ReactOS: ¿Es este el futuro de Windows?

ReactOS, un sistema operativo de código abierto y gratuito, está aquí con la última versión. ¿Puede satisfacer las necesidades de los usuarios de Windows de hoy en día y acabar con Microsoft? Averigüemos más sobre este estilo antiguo, pero una experiencia de sistema operativo más nueva.

Manténgase conectado a través de la aplicación de escritorio WhatsApp 24 * 7

Manténgase conectado a través de la aplicación de escritorio WhatsApp 24 * 7

Whatsapp finalmente lanzó la aplicación de escritorio para usuarios de Mac y Windows. Ahora puede acceder a Whatsapp desde Windows o Mac fácilmente. Disponible para Windows 8+ y Mac OS 10.9+

¿Cómo puede la IA llevar la automatización de procesos al siguiente nivel?

¿Cómo puede la IA llevar la automatización de procesos al siguiente nivel?

Lea esto para saber cómo la Inteligencia Artificial se está volviendo popular entre las empresas de pequeña escala y cómo está aumentando las probabilidades de hacerlas crecer y dar ventaja a sus competidores.

La actualización complementaria de macOS Catalina 10.15.4 está causando más problemas que resolver

La actualización complementaria de macOS Catalina 10.15.4 está causando más problemas que resolver

Recientemente, Apple lanzó macOS Catalina 10.15.4, una actualización complementaria para solucionar problemas, pero parece que la actualización está causando más problemas que conducen al bloqueo de las máquinas Mac. Lee este artículo para obtener más información

13 Herramientas comerciales de extracción de datos de Big Data

13 Herramientas comerciales de extracción de datos de Big Data

13 Herramientas comerciales de extracción de datos de Big Data

¿Qué es un sistema de archivos de diario y cómo funciona?

¿Qué es un sistema de archivos de diario y cómo funciona?

Nuestra computadora almacena todos los datos de una manera organizada conocida como sistema de archivos de diario. Es un método eficiente que permite a la computadora buscar y mostrar archivos tan pronto como presiona buscar.

Singularidad tecnológica: ¿un futuro lejano de la civilización humana?

Singularidad tecnológica: ¿un futuro lejano de la civilización humana?

A medida que la ciencia evoluciona a un ritmo rápido, asumiendo muchos de nuestros esfuerzos, también aumentan los riesgos de someternos a una singularidad inexplicable. Lea, lo que la singularidad podría significar para nosotros.

Una mirada a 26 técnicas analíticas de Big Data: Parte 1

Una mirada a 26 técnicas analíticas de Big Data: Parte 1

Una mirada a 26 técnicas analíticas de Big Data: Parte 1

El impacto de la inteligencia artificial en la atención médica 2021

El impacto de la inteligencia artificial en la atención médica 2021

La IA en la salud ha dado grandes pasos desde las últimas décadas. Por tanto, el futuro de la IA en el sector sanitario sigue creciendo día a día.