Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

IoT Bridge for Snowflake is not quite ready but will be released in early Q2 of 2023.

Prerequisites

Before being able to access the AMI you must have completed the installation process here. Once the AMI in AWS Marketplace has been used to create an EC2 instance in AWS it is possible to access the filesystem of the EC2 instance via SSH.

...

Code Block
languagetext
@ This is the core configuration file where Snowflake and MQTT Server configuration is performed - details can be found here:
# https://docs.chariot.io/display/CLD80/IBSNOW%3A+Configuration
/opt/ibsnow/conf/ibsnow.properties

# This is the log file directory. Cirrus Link support may ask for these files to resolve configuration, connectivity, or other
# issues.
/opt/ibsnow/log

# For support tickets and debugging purposes Cirrus Link support may ask you to make modifications to this file on occasion
/opt/ibsnow/conf/logback.xml

# This starts the IoT Bridge service - note the service starts automatically on boot so using this script directly
# is only generally needed for debugging
sudo /etc/init.d/ibsnowsystemctl start ibsnow

# This stops the service
sudo /etc/init.d/ibsnowsystemctl stop ibsnow