Passing the AWS KMS alias to the job scheduler

The AWS KMS alias must be provided as a startup parameter on the job scheduler.
  1. In the job scheduler startup script (startScheduler.bat or startScheduler.sh), add this Java parameter:
    -Dwb.tenant.aws.kms.alias=<alias>

    Replace <alias> with the name of the alias that was created as part of tenant creation.

  2. Restart the job scheduler machine.