I've configured a Stack at AWS CloudFormation which creates an AutoScaling Group and starts a few servers.
The member servers are running a user-data script (#!/bin/sh) the first time they are up.
I would like to time the user-data process.
How would you do it?