Disable AWS Services using Provider Management APIs

Overview

This guide explains how to disable specific AWS services across multiple AWS integrations (providers) using the Veza API. Limiting AWS service extraction can reduce processing overhead, help teams focus on relevant services, or exclude analytics platforms like DATABRICKS that may not be deployed or required for visibility in Veza. This is particularly useful for organizations with many AWS accounts who need to disable unused services at scale.

In the JSON AWS provider configuration, the services array acts as an allow list that controls which AWS services Veza will discover and extract:

  • Empty array [] = All available AWS services are enabled for discovery

  • Populated array = Only the listed services are enabled; all others are disabled

To disable specific services, you must populate the array with only the services you want to monitor.

Before you start

Before you update AWS provider services, ensure:

  • You have API access credentials for your Veza instance (see Authentication for API key setup)

  • You have the VEZA_TOKEN environment variable configured

  • You have the VEZA_URL environment variable set to your instance (e.g., https://yourcompany.cookiecloud.ai)

  • You have appropriate permissions to modify provider configurations

  • You understand that empty services arrays mean ALL services are enabled

Disable specific AWS services across providers

Step 1: Discover your current AWS providers

First, retrieve all AWS provider configurations to understand your current setup:

Understanding the response:

  • Providers with empty services: [] arrays have ALL services enabled

  • Providers with populated services arrays only extract the listed services

  • Note the id, name, and account_id fields for providers you want to modify

Example response structure:

Step 2: Identify target providers and services

  1. Identify which providers to modify based on:

    • Provider names that match your AWS accounts

    • Account IDs that correspond to your AWS accounts

    • Current services configuration

  2. Determine your desired services configuration:

    Option A: Disable DATABRICKS only

    Option B: Enable only specific services

    Option C: Custom configuration

Step 3: Test with a single provider

Before updating all providers, test with one provider first:

Verify the change:

Check that the response shows your desired services array.

Step 4: Apply to multiple providers

Update each provider individually using their specific IDs:

Bulk approach (for many providers)

Create a script for bulk updates. Use with caution as this affects all AWS providers:

Step 5: Verify changes

After updating providers, verify the changes took effect:

Reversing changes

Re-enable all services

To return a provider to monitoring all services:

Modify service configuration

To change which services are monitored:

Available AWS services

The following AWS services can be included in the services array:

  • S3 - Simple Storage Service

  • RDS_POSTGRES - PostgreSQL databases

  • RDS_MYSQL - MySQL databases

  • RDS_ORACLE - Oracle databases

  • RDS - General RDS service

  • DYNAMODB - DynamoDB NoSQL database

  • REDSHIFT - Redshift data warehouse

  • REDSHIFT_CLUSTER - Redshift cluster management

  • EC2 - Elastic Compute Cloud (virtual machines)

  • LAMBDA - Serverless functions

  • EKS - Elastic Kubernetes Service

  • ECR - Elastic Container Registry

  • EMR - Elastic MapReduce (big data)

  • AWS_IAM - Identity and Access Management

  • KMS - Key Management Service

  • SECRETS_MANAGER - AWS Secrets Manager

  • COGNITO - User authentication service

  • SSO - AWS Single Sign-On

  • ORGANIZATIONS - AWS Organizations

  • DATABRICKS - Analytics platform

Important notes:

  • Service availability may vary by Veza version and configuration

  • Some services may require specific permissions or setup

  • When in doubt, check your Veza UI to see which services are available for your AWS providers

See also

Last updated

Was this helpful?