spotinst-sdk-python
spotinst-sdk-python copied to clipboard
Account creation - Prevent duplicated names
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.