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.
Navigate to the
eksdirectory.Open the
.envfile and configure the following variables:
| Variable | Description | Mandatory |
|---|---|---|
| CLUSTER_NAME | Name for the cluster. Ensure that a unique name is provided to the cluster. | No |
| CLASSIFICATION_DOCKER_IMAGE | Repository path where the docker image of Classification service is stored. | Yes |
| ROBERTA_DOCKER_IMAGE | Repository path where the docker image of Roberta service is stored. | Yes |
| PRESIDIO_DOCKER_IMAGE | Repository path where the docker image of Presidio service is stored. | Yes |
| SUBNET_IDS | Subnetwork IDs. Provide a comma-separated list. For example,"subnet-YYYY\\,subnet-XXXXX" | Yes |
| AWS_REGION | Region of AWS infrastructure. | Yes |
| CLUSTER_IAM_ROLE_ARN | IAM role ARN for the cluster. If left blank, CloudFormation will automatically create the role. | No |
| NODE_IAM_ROLE_ARN | IAM role ARN for the nodes. If left blank, CloudFormation will automatically create the role. | No |
- Save the changes.