Self-hosted
Vizzly Query Engine
AWS S3

Storing the config from AWS S3

To load the Vizzly config from S3, you will need to set the following environment variables;

  • VIZZLY_CONFIG_S3_BUCKET_REGION
  • VIZZLY_CONFIG_S3_BUCKET_NAME
  • VIZZLY_CONFIG_S3_KEY

for example;

VIZZLY_CONFIG_S3_BUCKET_REGION=eu-west-2
VIZZLY_CONFIG_S3_BUCKET_NAME=your-bucket-name
VIZZLY_CONFIG_S3_KEY=/folder/subfolder/vizzly-config.json

This method does not support saving the Vizzly config back to S3. To deploy any changes, you will need to export the config, upload it to the S3 bucket and restart the Vizzly Query Engine.