-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
449000e
commit 7a6b525
Showing
2 changed files
with
35 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.