hands-on lab

Using Chef Solo on Linux for AWS

Difficulty: Beginner
Duration: Up to 1 hour and 30 minutes
Students: 204
Get guided in a real environmentPractice with a step-by-step scenario in a real, provisioned environment.
Learn and validateUse validations to check your solutions every step of the way.
See resultsTrack your knowledge and monitor your progress.

Description

Lab Overview

The popular configuration management tool Chef is typically used in a client-server architecture where clients check a centralized server for configuration updates. Chef Solo brings most of the benefits of Chef to a single server. All of the concepts of Chef apply to Chef Solo: cookbooks, recipes, attributes, templates, roles, etc. In this Lab, you will gain experience with each of those concepts as you configure a Linux virtual machine in AWS using Chef Solo.

Lab Objectives

Upon completion of this lab you will be able to:

  • Configure a Chef node in AWS using Chef Solo
  • Write Chef cookbooks and recipes
  • Use Chef attributes and templates to generalize your cookbooks
  • Create Chef roles to define Chef node functions 

Lab Prerequisites

You should be familiar with the following:

  • Chef concepts
  • Working on the command line in Linux
  • Ruby programming basics are beneficial, but not required

Lab Environment

Before completing the lab instructions the environment will look as follows:

After completing the lab instructions the environment should look similar to:

 

Updates

June 22nd, 2023 - Updated VCF

January 10th, 2019 - Added a validation Lab Step to check the work you perform in the Lab

Covered topics

Lab steps

Logging In to the Amazon Web Services Console
Connecting to the Virtual Machine using SSH
Setting Up Chef Solo on Linux
Running Your First Recipes with Chef Solo
Staying Organized with Cookbook Files
Notifying Chef Resources of Changes
Using Attributes and Templates in Your Cookbooks
Defining Chef Node Functions with Roles - AWS