Amazon RDS (Relational Database Service) is a managed service that makes it easy to set up, operate, and scale relational databases in the cloud. It supports multiple engines like MySQL, PostgreSQL, MariaDB, Oracle, and SQL Server, and provides features such as automated backups, scaling, monitoring, and high availability.Documentation Index
Fetch the complete documentation index at: https://docs.superagentx.ai/llms.txt
Use this file to discover all available pages before exploring further.
Example
To create the RDS Handler, you must pass AWS credentials (access_key, secret_key, and region).
This enables you to interact with RDS resources, clusters, proxies, and their associations with EC2.
Provides a comprehensive inventory of RDS resources and their associations.
Fetches all RDS database instances in the account.
Fetches all Aurora RDS clusters.
Fetches all RDS database proxies.
Retrieves targets associated with a specific RDS proxy.
Finds EC2 instances that are associated with RDS security groups.
Fetches backup details such as retention period, backup window, and maintenance window for an RDS instance or cluster.

