Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
As far as I can see, you’ve set the region to fra1, however, in the docs it is suggested the following:
Due to an AWS-specific behavior in all versions of the SDK except Python 3, to successfully create a new Space, you must specify an AWS region, such as us-east-1, in your configuration. This is because, when creating a Space, the SDK sends an entirely different payload if a custom region is specified, which results in an error. Region does not affect any other examples listed in this page.
Note, specifying us-east-1 does not result in slower performance, regardless of your Space’s location. The SDK checks the region for verification purposes but never sends the payload there. Instead, it sends the payload to the specified custom endpoint.
Note that you should keep your endpoint as it is.
I could suggest trying this out. Let me know how it goes!
Best,
Bobby