- Lab
- A Cloud Guru
Use an InSpec Test
In this hands-on lab, you are tasked with creating an InSpec testing profile and will need to change that profile to perform certain checks on the server's file system. The InSpec tests will need to pass with no errors. You will be provided a configured Chef Workstation with Chef InSpec pre-installed for you.
Path Info
Table of Contents
-
Challenge
Log In to the Provided Server and Ensure It Is Ready
Log in to the server as
cloud_user
with the provided password to ensure you can login. The server has Chef Workstation already installed. When the fileSERVER-READY
is listed in the/home/cloud_user
folder, then you can start the tasks. If theSERVER-READY
file is not listed, please log out and in a few minutes, log back in to check it again. -
Challenge
Create and Edit Chef InSpec Test Profile
Use the appropriate commands and create an InSpec test profile called
filesystem-test
. Accept any licenses. Use thecd
command to move the test profile. Locate the appropriate test file used by InSpec and edit it to test read/write permissions of the/reporting
folder for the usercloud_user
. -
Challenge
Run Chef InSpec Test Profile and Check for Errors
Using the appropriate InSpec commands, run the test profile called filesystem-test and check for errors. Unless you have already created the folder called /reporting with the appropriate permissions, it is expected that your test profile, once run, will show errors. Fix the errors so that none are shown. Re run the InSpec test. Once there are no errors then the Lab is complete.
NOTE: You may need to run the InSpec command using sudo or as the root user.
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.