AWS API Batch Sizes – Lake Formation Push Mode¶
This section outlines the configurable batch size settings for various AWS API calls used when operating in Lake Formation Push Mode. These settings help optimize connector performance and manage AWS API rate limits effectively.
Configuration Parameters¶
You can configure batch sizes for the following AWS services:
- AWS Glue
- AWS Lake Formation
- AWS IAM
If not specified, all parameters default to a batch size of 100.
Setup¶
Warning
- All batch size values must be integers.
- Tune these values based on your workload and AWS API rate limits to avoid throttling.
- These settings are applicable only in Lake Formation Push Mode.
-
SSH into the instance where Privacera Manager is installed.
-
Open the Lake Formation connector configuration file for editing:
Note
If you have multiple connectors, replace
instance1
with the appropriate connector instance name.Bash -
Set the following properties to configure API batch sizes:
YAML Usage Guide
CONNECTOR_LAKEFORMATION_AWS_GLUE_API_BATCH_SIZE
: Used for listing Glue databases and tables.CONNECTOR_LAKEFORMATION_AWS_LAKEFORMATION_API_BATCH_SIZE
: Used for listing Lake Formation tags, resources, and permissions.CONNECTOR_LAKEFORMATION_AWS_IAM_API_BATCH_SIZE
: Used for listing IAM users, roles, and groups.
-
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.
Step 2 - Apply the Privacera Manager helm charts. Step 3 - Post-installation step which generates Plugin tar ball, updates Route 53 DNS and so on.
- Prev topic: Advanced Configuration