This document provides an overview of a tutorial on using Amazon Machine Learning (ML) to build a predictive model. The tutorial involves the following key steps: 1) Preparing training data from the UCI Census dataset, 2) Creating an ML training datasource, 3) Creating and training an ML model, 4) Reviewing the model's performance and setting a prediction threshold, 5) Using the model to generate predictions, and 6) Cleaning up resources. The homework assignment asks students to repeat steps 1-4 and then write a Python script to generate real-time and batch predictions using the Amazon ML APIs instead of the graphical interface.