You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[Failover Connection Plugin](./using-plugins/UsingTheFailoverPlugin.md)|`failover`| Aurora | Enables the failover functionality supported by Amazon Aurora clusters. Prevents opening a wrong connection to an old writer host dues to stale DNS after failover event. This plugin is enabled by default. | None |
67
-
|[Host Monitoring Connection Plugin](./using-plugins/UsingTheHostMonitoringPlugin.md)|`host_monitoring`| Aurora | Enables enhanced host connection failure monitoring, allowing faster failure detection rates. This plugin is enabled by default. | None |
68
-
|[IAM Authentication Connection Plugin](./using-plugins/UsingTheIamAuthenticationPlugin.md)|`iam`| Any database | Enables users to connect to their Amazon Aurora clusters using AWS Identity and Access Management (IAM). |[Boto3 - AWS SDK for Python](https://aws.amazon.com/sdk-for-python/)|
69
-
|[AWS Secrets Manager Connection Plugin](./using-plugins/UsingTheAwsSecretsManagerPlugin.md)|`aws_secrets_manager`| Any database | Enables fetching database credentials from the AWS Secrets Manager service. |[Boto3 - AWS SDK for Python](https://aws.amazon.com/sdk-for-python/)|
70
-
|[Federated Authentication Connection Plugin](./using-plugins/UsingTheFederatedAuthenticationPlugin.md)|`federated_auth`| Any database | Enables users to authenticate via Federated Identity and then database access via IAM. |[Boto3 - AWS SDK for Python](https://aws.amazon.com/sdk-for-python/)|
|[Failover Connection Plugin](./using-plugins/UsingTheFailoverPlugin.md)|`failover`| Aurora | Enables the failover functionality supported by Amazon Aurora clusters. Prevents opening a wrong connection to an old writer host dues to stale DNS after failover event. This plugin is enabled by default. | None |
67
+
|[Host Monitoring Connection Plugin](./using-plugins/UsingTheHostMonitoringPlugin.md)|`host_monitoring`| Aurora | Enables enhanced host connection failure monitoring, allowing faster failure detection rates. This plugin is enabled by default. | None |
68
+
|[IAM Authentication Connection Plugin](./using-plugins/UsingTheIamAuthenticationPlugin.md)|`iam`| Any database | Enables users to connect to their Amazon Aurora clusters using AWS Identity and Access Management (IAM). |[Boto3 - AWS SDK for Python](https://aws.amazon.com/sdk-for-python/)|
69
+
|[AWS Secrets Manager Connection Plugin](./using-plugins/UsingTheAwsSecretsManagerPlugin.md)|`aws_secrets_manager`| Any database | Enables fetching database credentials from the AWS Secrets Manager service. |[Boto3 - AWS SDK for Python](https://aws.amazon.com/sdk-for-python/)|
70
+
|[Federated Authentication Connection Plugin](./using-plugins/UsingTheFederatedAuthenticationPlugin.md)|`federated_auth`| Any database | Enables users to authenticate via Federated Identity and then database access via IAM. |[Boto3 - AWS SDK for Python](https://aws.amazon.com/sdk-for-python/)|
71
71
| Aurora Stale DNS Plugin |`stale_dns`| Aurora | Prevents incorrectly opening a new connection to an old writer host when DNS records have not yet updated after a recent failover event. <br><br> :warning:**Note:** Contrary to `failover` plugin, `stale_dns` plugin doesn't implement failover support itself. It helps to eliminate opening wrong connections to an old writer host after cluster failover is completed. <br><br> :warning:**Note:** This logic is already included in `failover` plugin so you can omit using both plugins at the same time. | None |
72
-
|[Aurora Connection Tracker Plugin](./using-plugins/UsingTheAuroraConnectionTrackerPlugin.md)|`aurora_connection_tracker`| Aurora | Tracks all the opened connections. In the event of a cluster failover, the plugin will close all the impacted connections to the host. This plugin is enabled by default. | None |
73
-
|[Read Write Splitting Plugin](./using-plugins/UsingTheReadWriteSplittingPlugin.md)|`read_write_splitting`| Aurora | Enables read write splitting functionality where users can switch between database reader and writer instances. | None |
74
-
|[Fastest Response Strategy Plugin](./using-plugins/UsingTheFastestResponseStrategyPlugin.md)|`fastest_response_strategy`| Aurora | A host selection strategy plugin that uses a host monitoring service to monitor each reader host's response time and choose the host with the fastest response. | None |
72
+
|[Aurora Connection Tracker Plugin](./using-plugins/UsingTheAuroraConnectionTrackerPlugin.md)|`aurora_connection_tracker`| Aurora | Tracks all the opened connections. In the event of a cluster failover, the plugin will close all the impacted connections to the host. This plugin is enabled by default. | None |
73
+
|[Read Write Splitting Plugin](./using-plugins/UsingTheReadWriteSplittingPlugin.md)|`read_write_splitting`| Aurora | Enables read write splitting functionality where users can switch between database reader and writer instances. | None |
74
+
|[Fastest Response Strategy Plugin](./using-plugins/UsingTheFastestResponseStrategyPlugin.md)|`fastest_response_strategy`| Aurora | A host selection strategy plugin that uses a host monitoring service to monitor each reader host's response time and choose the host with the fastest response. | None |
75
+
|[Limitless Connection Plugin](using-plugins/UsingTheLimitlessPlugin.md)|`limitless`| Aurora | Enables client-side load-balancing of Transaction Routers on Amazon Aurora Limitless Databases. | None |
75
76
76
77
In addition to the built-in plugins, you can also create custom plugins more suitable for your needs.
77
78
For more information, see [Custom Plugins](../development-guide/LoadablePlugins.md#using-custom-plugins).
0 commit comments