Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
drichards-87 committed Oct 28, 2024
1 parent 449000e commit 7a6b525
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 22 deletions.
35 changes: 35 additions & 0 deletions content/en/database_monitoring/setup_rds_easy_install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: Database Monitoring Easy Install for Postgres RDS
---

Database Monitoring Easy Install for RDS enables you to quickly set up Agents to monitor your RDS Postgres instances. After specifying a few options, Datadog generates a CloudFormation template that configures your instance for monitoring and deploys an Agent with recommended DBM configurations.

## Installation types

### RDS instance

Datadog uses AWS ECS to deploy the Agent to the RDS instance.

### RDS cluster

## Prerequisites

### RDS instance

- The RDS instance's admin access username/password must be stored in an AWS Secret.
- A security group must be configured on the instance to allow incoming connections from its VPC and outgoing connections to the internet.

## Installation

### RDS instance

1. Navigate to the [Database Monitoring Setup][1] page.
1. On the **Unmonitored Hosts** tab, click **Add Agent** for the RDS instance where you want to install the Agent.
1. If you don't have an ECS cluster installed for your account and region, click **Create Cluster**.
1. Select a security group from the **Security Group** dropdown list.
1. Click **Select API Key**, select an API key from the list, and then click **Use API Key**.
1. Click **Launch CloudFormation Stack in AWS Console**.

### RDS cluster

[1]: https://app.datadoghq.com/databases/setup
22 changes: 0 additions & 22 deletions content/es/database_monitoring/setup_rds_easy_install.md

This file was deleted.

0 comments on commit 7a6b525

Please sign in to comment.