class Aws::InstanceProfileCredentials

def refresh_offset

Compute an offset for refresh with jitter
def refresh_offset
  300 + rand(0..60)
end