Skip to content

Commit 03f0231

Browse files
committed
Eliminating procedure, updating language [DOC-504]
1 parent ed3c8e3 commit 03f0231

File tree

1 file changed

+12
-4
lines changed
  • src/connections/storage/catalog/postgres

1 file changed

+12
-4
lines changed

src/connections/storage/catalog/postgres/index.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,22 @@ This guide explains how to set up a Postgres database with Heroku. Heroku is a c
6969

7070
## RDS Postgres
7171

72-
Create a new PostgreSQL database in Amazon's Relational Database Service (RDS) using Amazon's documentation, [Creating a PostgreSQL DB instance and connecting to a database on a PostgreSQL DB instance](http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_GettingStarted.CreatingConnecting.PostgreSQL.html). For best performance, create your database in one of the `US West` locations.
72+
You can set up a Postgres database with Amazon Relational Database Service (RDS). RDS simplifies the process of setting up and administering a Postgres database.
7373

74-
> note "Database name field"
75-
> While Database name is an optional field in the **Additional options** section, adding a value to this field creates the Postgres database at instance startup. Segment recommends filling this out to avoid manual creation of the database. This value is restricted to alphanumeric characters, and must be 64 characters or less.
74+
To get started, create a new PostgreSQL database in RDS by following the steps in Amazon's documentation, [Creating a PostgreSQL DB instance and connecting to a database on a PostgreSQL DB instance](http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_GettingStarted.CreatingConnecting.PostgreSQL.html).
75+
76+
> warning "Ensure your database is publicly accessible"
77+
> When creating your database, ensure that the **Public access** setting is set to **Yes**. Making your database publicly accessible allows the Segment app to connect to your database.
78+
79+
For best performance, create your database in the `US West` region.
80+
81+
When creating your database, Segment recommends entering a **Database name** value in the **Additional options** section. This setting creates the Postgres database at instance startup. The database name is restricted to alphanumeric characters, and must be 64 characters or less.
7682

7783
#### Network Permissions for Segment to RDS
7884

79-
To create an inbound rule allowing Segment to connect to your instance:
85+
Once you've created a database, you must create an inbound rule allowing Segment to connect to your instance.
86+
87+
To create a new inbound rule:
8088

8189
1. Open the RDS Console.
8290

0 commit comments

Comments
 (0)