- Lab
- A Cloud Guru
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.
Path 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.
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.