Re: PG on AWS RDS and IAM authentication

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Ravi Krishna <sravikrishna3(at)gmail(dot)com>, PG mailing List <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: PG on AWS RDS and IAM authentication
Date: 2018-06-12 17:10:28
Message-ID: 8856b2ba-a041-9100-0ad8-634c11a99ccf@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 06/12/2018 08:45 AM, Ravi Krishna wrote:
>
>
>
> As per https://forums.aws.amazon.com/thread.jspa?threadID=258822&tstart=0 there was no IAM authentication for PG on AWS RDS. (It is there for MySQL).
> However the link is a year old. Has it changed since then? Can we use IAM authentication for PG.

IAM is a AWS feature, so you should probably talk to them to get the
official word.

The below would seem to indicate it is not possible:

https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html

>
> Thanks
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Philip Rhoades 2018-06-12 17:14:48 Software that can automatically make sense of a DB's tables and ID names
Previous Message Steve Krenzel 2018-06-12 16:37:12 Re: Semantics around INSERT INTO with SELECT and ORDER BY.