You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just checked, we generate Julia code based off of https://github.com/aws/aws-sdk-js which does not have an endpoint for generating a DB auth token so it's not available to us either.
I would like to setup IAM access to a RDS database. Following this official documentation one need to call
aws rds generate-db-auth-token --hostname $RDSHOST --port 5432 --region us-west-2 --username jane_doe
I haven't found this generate-db-auth-token functionality under RDS. Is it missing?
The text was updated successfully, but these errors were encountered: