Programmatic access to Amazon RDS
Amazon RDS provides you with the following tools to manage your Amazon RDS resources programmatically.
- AWS Command Line Interface (AWS CLI)
-
You can create and manage your RDS resources by using the AWS CLI in a command-line shell. The AWS CLI provides direct access to the APIs for AWS services, such as Amazon RDS. For syntax and examples for the commands for Amazon RDS, see rds in the AWS CLI Command Reference.
- AWS CloudFormation
-
With this AWS Infrastructure as Code (IaC) tool, you can create templates that describe all of the Amazon RDS resources that you want, and AWS CloudFormation provisions and configures those resources for you. For more information, see Creating Amazon RDS resources with AWS CloudFormation.
- AWS software development kits (SDKs)
-
AWS provides SDKs for many popular technologies and programming languages. They make it easier for you to call AWS services from within your applications in that language or technology. For more information about these SDKs, see Tools for developing and managing applications on AWS
. - Amazon RDS API
-
This API is the protocol-level interface for Amazon RDS. When using this API, you must format every HTTPS request correctly and add a valid digital signature to every request. For more information, see Amazon RDS API reference.
- Console-to-Code
-
With this tool, you can generate code for actions that you perform in the Amazon RDS console, and use that code in other tools such as AWS CloudFormation. For more information, see Use Console-to-Code to generate code for your Amazon RDS console actions.