Skip to content

add a callout for new rds provider #1750

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 5, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions content/en/user-guide/aws/rds/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ RDS handles routine database tasks such as provisioning, patching, backup, recov
LocalStack allows you to use the RDS APIs in your local environment to create and manage RDS clusters and instances for testing & integration purposes.
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_rds/), which provides information on the extent of RDS's integration with LocalStack.

{{< callout >}}
We’ve introduced a new native RDS provider in LocalStack and made it the default.
This replaces Moto-based CRUD operations with a more reliable setup.

RDS state created in version 4.3 or earlier using Cloud Pods or standard persistence may not be compatible with the new provider introduced in version 4.4.
Recreating the RDS state is recommended for compatibility.
{{< /callout >}}

## Getting started

This guide is designed for users new to RDS and assumes basic knowledge of the AWS CLI and our [`awslocal`](https://github.com/localstack/awscli-local) wrapper script.
Expand Down