Skip to content

Advanced Configuration for AWS Glue

Configure S3 policy

  1. SSH to the instance where Privacera Manager is installed.
  2. Open the vars.dataserver.aws.yml file in an editor:
    Bash
    vi config/custom-vars/vars.dataserver.aws.yml
    
  3. Modify the following property:
    YAML
      GLUE_USE_S3POLICY: "true"
    
  4. Once the property is configured, refer to the Privacera Manager Quickstart.

Configure Kinesis policy

  1. SSH to the instance where Privacera Manager is installed.
  2. Open the vars.dataserver.aws.yml file in an editor:
    Bash
    vi config/custom-vars/vars.dataserver.aws.yml
    
  3. Modify the following property:
    YAML
      GLUE_USE_KINESIS_POLICY: "true"
    
  4. Once the property is configured, refer to the Privacera Manager Quickstart.

Comments