Aws-cli: add support for RDS Postgresql engine

Created on 16 Nov 2013  路  2Comments  路  Source: aws/aws-cli

Right now this command:

aws rds create-db-instance --engine postgresql ...

gives this error:

A client error (InvalidParameterValue) occurred: Invalid DB engine: postgresql

Most helpful comment

I figured it out. The amazon docs are wrong, use
aws rds create-db-instance --engine postgres ...
instead of
aws rds create-db-instance --engine postgresql ...

All 2 comments

I figured it out. The amazon docs are wrong, use
aws rds create-db-instance --engine postgres ...
instead of
aws rds create-db-instance --engine postgresql ...

Fuck AWS!!

Was this page helpful?
0 / 5 - 0 ratings