Tengo un cliente boto3:
boto3.client('kms')
Pero sucede en máquinas nuevas, se abren y cierran dinámicamente.
if endpoint is None:
if region_name is None:
# Raise a more specific error message that will give
# better guidance to the user what needs to happen.
raise NoRegionError()
¿Por qué está pasando esto? ¿Y por qué solo una parte del tiempo?