Ho un client boto3:
boto3.client('kms')
Ma succede su nuove macchine, si aprono e si chiudono dinamicamente.
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()
Perché sta succedendo? e perché solo una parte del tempo?