Prerequisites

Prerequisites to install Data Discovery

Ensure that the following prerequisites are met before installing Data Discovery with PPC:

  • PPC Cluster Team Edition must be installed and accessible. For more information on installing PPC, refer Installing PPC for instructions.

  • Access to a Kubernetes cluster with sufficient permissions to manage the following resources:

    • Namespace
    • Deployment
    • Service
    • ConfigMap
    • Secret
    • HorizontalPodAutoscaler
    • Gateway API resources (HTTPRoute, ReferenceGrant, SecurityPolicy)
    • Karpenter resources (NodePool, EC2NodeClass)
  • Authorization to provision AWS m5.large instances.

  • Ensure that the jumpbox can connect to the required repositories. If not already authenticated, then log in to the required repository.

  • For connecting and deploying from the Protegrity Container Registry (PCR), use the following command and the credentials obtained from the My.Protegrity portal during account creation:

helm registry login registry.protegrity.com:9443
  • For connecting and deploying to the local repository, use your local credentials and local repository endpoint as required.
  • AWS credentials with permission to read SSM parameters in the target region (required only when overriding the AMI ID).

Option A (Recommended): Run the following AWS CLI command to retrieve the AMI ID dynamically

aws ssm get-parameter \
  --name /aws/service/bottlerocket/aws-k8s-1.34/x86_64/latest/image_id \
  --region <region> \
  --query "Parameter.Value" \
  --output text

Alternatively, refer to these example AMI IDs.

Option B: The following table provides the list of AMI IDs

RegionAMI ID
ap-south-1ami-07959c05dcdb79a72
eu-north-1ami-0268b0bfff0f25d31
eu-west-3ami-0ea9454aef60045a2
eu-west-2ami-0d5eee57a6a1398a3
eu-west-1ami-00a8d14029b60a028
ap-northeast-3ami-0e495c3ffd416c65e
ap-northeast-2ami-0fc18a24aec719c1c
ap-northeast-1ami-00ec85b83bf713aac
ca-central-1ami-03891f0d8b41eb296
sa-east-1ami-0a30f044a5781b4e0
ap-southeast-1ami-0ae51324bf2e89725
ap-southeast-2ami-0ef7e8095b163dc42
eu-central-1ami-00e36131a0343c374
us-east-2ami-0e486911b2d0a5f7e
us-west-1ami-01183e1261529749e
us-west-2ami-04f850c412625dfe6

Last modified : April 13, 2026