6
client boto3 NoRegionError: è necessario specificare un errore di regione solo a volte
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 …