- Lab
-
Libraries: If you want this lab, consider one of these libraries.
- Cloud

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.

Lab 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.
About the author
Real skill practice before real-world application
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.
Learn by doing
Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.
Follow your guide
All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.
Turn time into mastery
On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.