awsdocs/amazon-rds-user-guide

no UsingWithRDS.IAMDBAuth.Connecting.AWSCLI.PostgreSQL

Closed this issue · 1 comments

The web page is available at
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.Connecting.AWSCLI.PostgreSQL.html

It also has a small error:

export PGPASSWORD="$(aws rds generated-db-auth-token --hostname $RDSHOST --port 3306 --region us-west-2 --username jane_doe )"

it should be aws rds generate-db-auth-token …