Versions Compared

Key

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

...

With AWS IoT now properly provisioned and IBSNOW installed, IBSNOW must be configured. To configure it, you must be able to access it via SSH. Ensure you can access it via the Access Instructions here. Once you can access it, you must copy the three certificate files you captured when provisioning the AWS IoT Core thing. Again, these files are:

  • UUID.certcertificate.pem.crt
  • UUID.private.pem.key
  • AmazonRootCA1.pem

On the target EC2 instance, the following directory exists to hold the certificates.

...

Now copy the three files to the /opt/ibsnow/conf/certs directory. When done, it should look similar to what is shown below.<TODO>Add Image</TODO>

Image Added

Note the files should be owned by root and not readable by other users. To set the ownership and permissions as shown above, run the following commands.

Code Block
languagebash
sudo chown root:root /opt/ibsnow/conf/certs/*
sudo chmod 600 /opt/ibsnow/conf/certs/*


Now, modify the file /opt/ibsnow/conf/ibsnow.properties file. Set the following:

...