Using AWS as a Configuration Management Service from TIBCO Business Studio™ for BusinessWorks™

You can use AWS Systems Manager Parameter store for configuration management services in TIBCO Business Studio for BusinessWorks by defining a token such as #/<BWCE_APP_NAME>/<PROFILE_NAME>/<property name># in the application properties, where <property name> is the name of the configuration parameter.

For example, #/http.application/docker/testparam1#.

Prerequisites

Ensure that the TIBCO ActiveMatrix BusinessWorks™ Plug-in Component for AWS Common Services Software plug-in is installed in TIBCO Business Studio for BusinessWorks.

Procedure

Follow these steps to use configurations from AWS Systems Manager Parameter store in TIBCO Business Studio for BusinessWorks:
  1. Set the environment variable AWS_ACCESS_KEY, AWS_SECRET_KEY, AWS_REGION, and APP_CONFIG_PROFILE. For more information, see Environment Variablesfor Docker.
  2. Select the desired profile as the default profile inside TIBCO Business Studio for BusinessWorks in order to fetch the values from AWS Server.
  3. In your AWS parameter store, define the keys using the format /<BWCE_APP_NAME>/<PROFILE NAME>/<KEY Name>.

    For example, /http.application/docker/testparam1