Re: PostgreSQL on Amazon EC2/EBS

From: Alan Hodgson <ahodgson(at)simkin(dot)ca>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: PostgreSQL on Amazon EC2/EBS
Date: 2011-08-20 18:55:33
Message-ID: 201108201155.33299@hal.medialogik.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On August 20, 2011, J <archjpres(at)yahoo(dot)com> wrote:
> We are unsure the best and most secure way to configure hba.conf to
> accept connections from the apache webserver when the IP addresses of
> the webserver tend to change.
>

You have to allow 10.0.0.0/8. Only your own instances will be able to talk
to the port anyway, with appropriate ec2 security groups setup.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Ennio-Sr 2011-08-22 20:36:31 Data corruption after an update set ...?
Previous Message J 2011-08-20 17:15:09 Re: PostgreSQL on Amazon EC2/EBS