Skip to content

Load Interval for Lake Formation Pull Mode

The following properties define the interval at which the connector fetches and syncs data from AWS Lake Formation.

  1. SSH to the instance where Privacera Manager is installed.
  2. Run the following command to open the .yml file to be edited.

    If you have multiple connectors, then replace instance1 with the appropriate connector instance name.

    Bash
    vi ~/privacera/privacera-manager/config/custom-vars/connectors/lakeformation/instance1/vars.connector.lakeformation.pull.yml
    
  3. Update the following properties to set the sync intervals (in seconds):

    YAML
    1
    2
    3
    4
    5
    6
    7
    8
    CONNECTOR_LAKEFORMATION_TAGDEF_SYNC_INTERVAL: "60"
    CONNECTOR_LAKEFORMATION_RESOURCE_TAG_SYNC_INTERVAL: "60"
    CONNECTOR_LAKEFORMATION_RESOURCE_POLICY_SYNC_INTERVAL: "60"
    CONNECTOR_LAKEFORMATION_TAG_POLICY_SYNC_INTERVAL: "60"
    CONNECTOR_LAKEFORMATION_IAM_ROLE_SYNC_INTERVAL: "60"
    CONNECTOR_LAKEFORMATION_RECONCILE_RESOURCE_POLICY_INTERVAL: "600"
    CONNECTOR_LAKEFORMATION_RECONCILE_TAG_POLICY_INTERVAL: "600"
    CONNECTOR_LAKEFORMATION_RECONCILE_RESOURCETAGS_INTERVAL: "600"
    

    Modify these values if needed, otherwise the default values (as listed above) will be applied.

  4. Once the properties are configured, run the following commands to update your Privacera Manager platform instance:

    Step 1 - Setup which generates the helm charts. This step usually takes few minutes.

    Bash
    cd ~/privacera/privacera-manager
    ./privacera-manager.sh setup
    
    Step 2 - Apply the Privacera Manager helm charts.
    Bash
    cd ~/privacera/privacera-manager
    ./pm_with_helm.sh upgrade
    
    Step 3 - Post-installation step which generates Plugin tar ball, updates Route 53 DNS and so on.

    Bash
    cd ~/privacera/privacera-manager
    ./privacera-manager.sh post-install
    

Comments