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

Building an Amazon EBS-Based Packer Image
Packer allows us to use JSON or HCL code to describe and generate machine images, such as AWS AMIs. In this lab, we'll explore using Packer alongside AWS, from initial key creation to final Packer build as we write a Packer template from scratch using the `amazon-ebs` builder and a selection of provisioners.

Lab Info
Table of Contents
-
Challenge
Create Access Key and Secret Key, Discover Subnet
- Navigate to IAM > Users, and click on our cloud_user.
- Click the Security credentials tab, and select Create access key. Make a note of the Access key ID and Secret access key.
- Navigate to VPC > Subnets, and copy the subnet ID.
-
Challenge
Write Template Based on Provided Instructions
- Change to the
packer/booksite
directory. - Create a
packer.json
file. - Write the template based on the details in the instructions.
- Change to the
-
Challenge
Test the Build
Validate and run 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.