Database Monitoring Quick Install for RDS enables you to quickly set up Agents to monitor your RDS Postgres instances. After you specify a few options, Datadog generates a CloudFormation template that configures your instance for monitoring, and uses Amazon ECS to deploy the Agent to the RDS instance with recommended DBM configurations.

Prerequisites

  • A security group must be configured on the instance to allow incoming connections from the instance’s VPC and outgoing connections to the internet.
  • The RDS instance’s admin access username and password must be stored in an AWS Secret within AWS Secrets Manager. Ensure that you note the Amazon Resource Name (ARN) of this secret, since Datadog uses it to access the credentials during setup and operation.
Datadog does not store the admin credentials. They are only used temporarily to connect the Agent, and no data is retained after the process is completed.

Installation

  1. Navigate to the Database Monitoring Setup page.
  2. On the Unmonitored Hosts tab, click Add Agent for the RDS instance where you want to install the Agent.
  3. If you don’t have an ECS cluster installed for your account and region, click Create Cluster.
  4. Select a security group from the Security Group dropdown list.
  5. Click Select API Key, select an API key from the list, and then click Use API Key.
  6. Click Launch CloudFormation Stack in AWS Console. A new page opens, displaying the AWS CloudFormation screen. Use the provided CloudFormation template to create a stack. The template includes the configuration required to deploy the Agent to monitor your RDS instance.

Further reading