What determines how fast an instance goes into the running state from the time the api call is made to start an instance?
Are any of the following factors is startup and shutdown times: - instance type - image type - whether a disk is attached or not - whether a ephermal ip address is needed - etc.
Basically, how can I quicken boot times and shutdown times
By and large copying the image currently dominates start up time for GCE.
Things you can do to minimize this:
Typically, the instance type and attached disks won't affect time dramatically.