Skip to content

Commit

Permalink
Update quickstart.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rasika-chivate committed Jul 25, 2023
1 parent ef9d653 commit 75c795c
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,40 +40,8 @@ To install PMM server, do the following

## Add database for monitoring

=== "Amazon RDS"

You can use PMM for monitoring [Amazon RDS](https://aws.amazon.com/rds/). By using the PMM web interface, you connect to the Amazon RDS DB instance.

You only need to provide the [IAM user access key](https://docs.percona.com/percona-monitoring-and-management/setting-up/client/aws.html#creating-an-access-key-for-an-iam-user) or assign an [IAM role](https://docs.percona.com/percona-monitoring-and-management/setting-up/client/aws.html#creating-an-iam-role) and PMM discovers the Amazon RDS DB instances available for monitoring.

Before you add Amazon instance for moniitoring you should have the following:

- AWS RDS Access Key and RDS Secret Access Key. This key should have permission to monitor RDS.
- Recommended: Enable *Enhanced Monitoring* option in the settings of your Amazon RDS DB instance.
- Database username and password with access to login to the RDS instance.
- Access to the RDS instance via a TCP port.

To add an Amazon RDS database instance to PMM, do the following:

1. In the PMM web interface, go to *Configuration* → *PMM Inventory* → *Add Instance*.

2. Select *Amazon RDS – Add a remote instance*.

3. Enter the *access key ID* and the *secret access key* of your IAM user or leave these fields empty if an IAM role was created.

4. Click *Discover* for PMM to retrieve the available Amazon RDS instances.

5. For the instance that you would like to monitor, select *Start monitoring*.

6. On the resulting page you do not have to change any values, just enter the credentials for your database instance.

7. Optional: Enter the information on the *Labels* or *Additional Options* section.

8. Click *Add Service* at the bottom.

For more information on adding Amazon RDS, see [here](https://docs.percona.com/percona-monitoring-and-management/setting-up/client/aws.html).

=== "MySQL 8.0"
=== "MySQL 5.7 or 8.0"

Before you add MySQL datbase for moniitoring you should have a database account for PMM. To create an account using MySQL CLI, see [here](https://docs.percona.com/percona-monitoring-and-management/setting-up/client/mysql.html#create-a-database-account-for-pmm).

Expand Down Expand Up @@ -128,6 +96,38 @@ To install PMM server, do the following

For more information on adding PostgreSQL database, see [here](https://docs.percona.com/percona-monitoring-and-management/setting-up/client/postgresql.html).

=== "Amazon RDS"

You can use PMM for monitoring [Amazon RDS](https://aws.amazon.com/rds/). By using the PMM web interface, you connect to the Amazon RDS DB instance.

You only need to provide the [IAM user access key](https://docs.percona.com/percona-monitoring-and-management/setting-up/client/aws.html#creating-an-access-key-for-an-iam-user) or assign an [IAM role](https://docs.percona.com/percona-monitoring-and-management/setting-up/client/aws.html#creating-an-iam-role) and PMM discovers the Amazon RDS DB instances available for monitoring.

Before you add Amazon instance for moniitoring you should have the following:

- AWS RDS Access Key and RDS Secret Access Key. This key should have permission to monitor RDS.
- Recommended: Enable *Enhanced Monitoring* option in the settings of your Amazon RDS DB instance.
- Database username and password with access to login to the RDS instance.
- Access to the RDS instance via a TCP port.

To add an Amazon RDS database instance to PMM, do the following:

1. In the PMM web interface, go to *Configuration* → *PMM Inventory* → *Add Instance*.

2. Select *Amazon RDS – Add a remote instance*.

3. Enter the *access key ID* and the *secret access key* of your IAM user or leave these fields empty if an IAM role was created.

4. Click *Discover* for PMM to retrieve the available Amazon RDS instances.

5. For the instance that you would like to monitor, select *Start monitoring*.

6. On the resulting page you do not have to change any values, just enter the credentials for your database instance.

7. Optional: Enter the information on the *Labels* or *Additional Options* section.

8. Click *Add Service* at the bottom.

For more information on adding Amazon RDS, see [here](https://docs.percona.com/percona-monitoring-and-management/setting-up/client/aws.html).



Expand Down

0 comments on commit 75c795c

Please sign in to comment.