Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify EC2 instance size requirements #222

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions install/amazon_rds/04_install_collector_ec2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ For this step, you first need to choose whether you want to install the collecto

The [pganalyze collector](https://github.com/pganalyze/collector) is a daemon process that continuously collects database statistics, and submits them to the pganalyze dashboard in recurring intervals.

You can either run it on a small instance (a `t3.small` suffices), or add it to an existing EC2 instance in your environment.
You can either run it on a small instance, or add it to an existing EC2 instance in your environment.

When monitoring a single medium-sized database `t3.micro` is usually large enough, though you may need `t3.small` to monitor multiple large databases.

## Starting a new EC2 instance

Start a new `t3.small` instance, Amazon Linux 2 based, that has the IAM role applied:
Start a new Amazon Linux 2 based instance that has the IAM role applied:

<p>
<ImgRdsNewInstanceRole />
Expand Down