Data Discovery is currently in Private Preview and is not available for General Availability (GA). It should not be used in production environments, as features and functionality may change before the final GA release.

Configuring Environment Variables

Setting the environment variables for EKS.

Run the following steps to configure the environment variables.

  1. Navigate to the eks directory.

  2. Open the .env file and configure the following variables:

VariableDescriptionMandatory
CLUSTER_NAMEName for the cluster. Ensure that a unique name is provided to the cluster.No
CLASSIFICATION_DOCKER_IMAGERepository path where the docker image of Classification service is stored.Yes
ROBERTA_DOCKER_IMAGERepository path where the docker image of Roberta service is stored.Yes
PRESIDIO_DOCKER_IMAGERepository path where the docker image of Presidio service is stored.Yes
SUBNET_IDSSubnetwork IDs. Provide a comma-separated list. For example,"subnet-YYYY\\,subnet-XXXXX"Yes
AWS_REGIONRegion of AWS infrastructure.Yes
CLUSTER_IAM_ROLE_ARNIAM role ARN for the cluster. If left blank, CloudFormation will automatically create the role.No
NODE_IAM_ROLE_ARNIAM role ARN for the nodes. If left blank, CloudFormation will automatically create the role.No
  1. Save the changes.
Last modified : June 26, 2025