spotinst-sdk-python icon indicating copy to clipboard operation
spotinst-sdk-python copied to clipboard

Account creation - Prevent duplicated names

Open Maycon-Santos-sm opened this issue 4 years ago • 0 comments

On the create_account method, it doesn't check for duplicate entries, which can cause unwanted behavior when using this for automation.

A workaround is to loop through the get_accounts method and check if the account name already exists.

Maycon-Santos-sm avatar Dec 11 '20 13:12 Maycon-Santos-sm