Important
The SingleStore 9.1 release candidate (RC) is available now. It will be promoted to general availability (GA) soon and at that time it will be renamed to SingleStore 10.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10, while SingleStore 9.0 is recommended for production workloads.
Setup an Unlimited Database on an EC2 Cluster using IAM Role
The following steps should be used only if you are using a regular AWS EC2 based cluster.
-
On the AWS EC2 console, find your instance.
Right-click, go to SecuritythenModify IAM Role. -
Change the IAM role to
AmazonS3FullAccess. -
Do this for each node in your cluster.
-
Connect to the MA and execute:
CREATE DATABASE <dbname> INTO S3 '<bucket_name>/<path_in_bucket>' CONFIG '{"region":<region>}' CREDENTIALS '{}'; -
If it does not work, it should give you the IP of the problematic node, recheck that node to ensure the IAM role is set correctly.
-
If you get an error about delete protection in your bucket, turn off delete protection in your bucket.
Last modified: