Skip to main content
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.

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.
Get RDS Association Details:
Provides a comprehensive inventory of RDS resources and their associations.
List RDS Instances:
Fetches all RDS database instances in the account.
List RDS Clusters:
Fetches all Aurora RDS clusters.
List RDS Proxies:
Fetches all RDS database proxies.
Get Proxy Targets:
Retrieves targets associated with a specific RDS proxy.
Get EC2 Associations:
Finds EC2 instances that are associated with RDS security groups.
Get Backup Configuration:
Fetches backup details such as retention period, backup window, and maintenance window for an RDS instance or cluster.