Configure authorization using the built-in database with Windows - Amazon IoT SiteWise
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Configure authorization using the built-in database with Windows

This section covers configuring authorization rules using the built-in database for Windows deployments.

To add basic authorization rules
  1. Verify that the EMQX broker is deployed and running.

  2. Run the Amazon IoT SiteWise EMQX CLI tool:

    C:\greengrass\v2\bin\swe-emqx-cli.ps1 acl init

    The tool automatically creates and applies ACL rules allowing connections from localhost (127.0.0.1) to the broker. It allows access to all topics. This includes the IoT SiteWise OPC UA collector and IoT SiteWise publisher.

  3. Proceed to Update the EMQX deployment configuration for authorization.