Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Modifying Aurora zero-ETL integrations with Amazon Redshift - Amazon Aurora

Modifying Aurora zero-ETL integrations with Amazon Redshift

You can modify only the name, description, and data filtering options for a zero-ETL integration with Amazon Redshift. You can't modify the AWS KMS key used to encrypt the integration, or the source or target databases.

If you add a data filter to an existing integration, Aurora reevaluates the filter as if it always existed. It removes any data that is currently in the target Amazon Redshift data warehouse that doesn't match the new filtering criteria. If you remove a data filter from an integration, it replicates any data that previously didn't match the filtering criteria (but now does) into the target data warehouse. For more information, see Data filtering for Aurora zero-ETL integrations with Amazon Redshift.

You can modify a zero-ETL integration using the AWS Management Console, the AWS CLI, or the Amazon RDS API.

To modify a zero-ETL integration
  1. Sign in to the AWS Management Console and open the Amazon RDS console at https://console.aws.amazon.com/rds/.

  2. In the navigation pane, choose Zero-ETL integrations, and then choose the integration that you want to modify.

  3. Choose Modify and make modifications to any available settings.

  4. When all the changes are as you want them, choose Modify.

RDS console

To modify a zero-ETL integration
  1. Sign in to the AWS Management Console and open the Amazon RDS console at https://console.aws.amazon.com/rds/.

  2. In the navigation pane, choose Zero-ETL integrations, and then choose the integration that you want to modify.

  3. Choose Modify and make modifications to any available settings.

  4. When all the changes are as you want them, choose Modify.

To modify a zero-ETL integration using the AWS CLI, call the modify-integration command. Along with the --integration-identifier, specify any of the following options:

The following request modifies an existing integration.

For Linux, macOS, or Unix:

aws rds modify-integration \ --integration-identifier ee605691-6c47-48e8-8622-83f99b1af374 \ --integration-name my-renamed-integration

For Windows:

aws rds modify-integration ^ --integration-identifier ee605691-6c47-48e8-8622-83f99b1af374 ^ --integration-name my-renamed-integration

To modify a zero-ETL integration using the AWS CLI, call the modify-integration command. Along with the --integration-identifier, specify any of the following options:

The following request modifies an existing integration.

For Linux, macOS, or Unix:

aws rds modify-integration \ --integration-identifier ee605691-6c47-48e8-8622-83f99b1af374 \ --integration-name my-renamed-integration

For Windows:

aws rds modify-integration ^ --integration-identifier ee605691-6c47-48e8-8622-83f99b1af374 ^ --integration-name my-renamed-integration

To modify a zero-ETL integration using the RDS API, call the ModifyIntegration operation. Specify the integration identifier, and the parameters that you want to modify.

To modify a zero-ETL integration using the RDS API, call the ModifyIntegration operation. Specify the integration identifier, and the parameters that you want to modify.

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.