Challenge 10 - Configure VM Scale Set to Run a Web Server Using cloud-init

< Previous Challenge - Home - Next Challenge >

Introduction

The goals of this challenge include understanding:

Description

We have provided a script (cloud-init.txt) that configures Apache web server on a Linux VMSS. When run on an individual VM instance, the script deploys a static web page that should be available at: http://<PublicIPofTheLoadBalancer>/wth.html

You can find the script in the Resources folder for /Challenge-10.

Your challenge is to:

Success Criteria

  1. Verify you can view the web page configured by the script

Learning Resources