When we start instances and pass in the user-data, when is the data transmitted to the VM and where is it stored?
My first take on it was it is set as the USER_DATA env var, but we can also pass it as a file. So, the next question is where is that file stored? Is it generic to all instances or varies depending on AMI?