Adding or Modifying Firewall Rules
When you create a Cloud cluster, you can provide firewall rules that define
the IP addresses or CIDR blocks that are allowed to connect to your cluster.
To add or modify a cluster's firewall rules, highlight the name of a cluster
in the navigation tree and select Update Firewall Rules from the
Actions
drop-down menu.

The Firewall Rules popup displays the currently defined rules for your
cluster. You can click the + Add Firewall Rule bar to open a new line (as
shown below) and add a new firewall rule, or modify the current rules:

To add or modify a firewall rule:
-
Use the
Typeselector in the left column to specify the incoming connection type. You can create a rule that connects with: -
A Postgres client like pgAdmin or psql on port
5432. - An SSH client on port
22. -
An HTTPS client on port
443. -
Use the
Source Typeselector in the right column to specify the type of connection source that is allowed to connect with this rule. You can choose from the following options: -
An IP address, specifying a single host or CIDR block.
- A prefix list, specifying a managed set of CIDR blocks.
-
A security group, specifying a set of AWS instances.
-
Use the
Sourcesfield in the left column to specify details about the connection source that will be allowed access to your cluster with the rule. -
To remove a source, click the
Xin the rule'sSourcesfield. -
To add a source, click in the
Sourcesfield and select from the predefined options, or type directly in the field. -
Use the
Applies Toselector to choose the node or nodes to which the rule applies.
When you're finished, select Update Firewall Rules to modify your cluster's
firewall. While the firewall is being modified, a blue dot to the left of the
cluster name indicates that the changes are being applied. During this time,
your cluster remains available for connections, but you must wait to make
further modifications to the cluster definition.
Note
Duplicate firewall rules are not allowed; you will receive a message if any of your rules duplicate previously defined rules.