- Lab
- A Cloud Guru
Building a Google Compute-Backed Image with Packer
Packer allows us to use JSON or HCL code to describe and generate machine images, such as Google Compute images. In this lab, we'll explore using Packer with GCP, including credential creation, before writing our build from scratch to save an image of a web instance.
Path Info
Table of Contents
-
Challenge
Access the Console, Create Credentials, and Pull Down Files
- In the GCP console, navigate to APIs & Services > Credentials.
- Click Create Credentials > Service account.
- Set the name of the new API service account, and then give it Project Editor permissions.
- Press Continue > Done.
- Navigate to the Compute Engine dashboard.
- Next to the provisioned
packer-workstation
instance, click SSH to access the instance. - Create a working directory, and add the necessary lab files.
- Create the account key.
-
Challenge
Create the Template
Review the provided files, and create a template for our GCP builder following the details provided in the instructions; be sure to work from the
packer/booksite
directory. -
Challenge
Test the Build
Validate and test the build.
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.