RDS PostgreSQL Security
Security Group
Security Group
Create Inbound rules to define which IP ranges (CIDR format) can connect to PostgreSQL (the port is generally 5432).
NOTE: It is NOT recommended to open your database to the world using 0.0.0.0/0.User Management
User Management
RDS_SUPERUSER role.
IAM Database Authenticationhttps://aws.amazon.com/blogs/database/using-iam-authentication-to-connect-with-pgadmin-amazon-aurora-postgresql-or-amazon-rds-for-postgresql/ https://aws.amazon.com/blogs/database/managing-postgresql-users-and-roles/ https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
Bibliography
Bibliography
User Managementhttps://aws.amazon.com/blogs/database/managing-postgresql-users-and-roles/ https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html https://aws.amazon.com/blogs/database/using-iam-authentication-to-connect-with-pgadmin-amazon-aurora-postgresql-or-amazon-rds-for-postgresql/ https://aws.amazon.com/premiumsupport/knowledge-center/reset-master-user-password-rds/