• Patrick Lucas's avatar
    Fix race condition after launching EC2 instance · e17984fa
    Patrick Lucas authored
    It is possible for an instance to not immediately exist after it is
    launched. Previously, InstanceStateRefreshFunc would crash if this race
    condition were realized.
    
    This change takes the exact same approach of the function above,
    AMIStateRefreshFunc, treating 'InvalidInstanceID.NotFound' as if there
    were an empty result.
    e17984fa
state.go 3.69 KB