У мене є клієнт boto3:
boto3.client('kms')
Але це відбувається на нових машинах, вони динамічно відкриваються і закриваються.
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()
Чому це відбувається? і чому лише частина часу?