RDS for PostgreSQL is a fully managed database service from AWS. However there are still some DBA tasks required...
https://aws.amazon.com/blogs/database/common-administrator-responsibilities-on-amazon-rds-and-aurora-for-postgresql-databases/To find out key information about the RDS databases deployed in your AWS account...
aws rds describe-db-instances
aws rds describe-db-instances | grep -E 'DBInstanceIdentifier|Engine'
The parameter group is the AWS equivalent of the postgresql.conf file.
AWS recommend use of pgBadger (1).
Autovacuuming
Long-running queries and sessions
CloudWatch
Performance Insights
RDS - Database - Modify... In the Monitoring section click Enable Enhanced Monitoring. Choose rds-monitoring-role if it exists, otherwise choose Default and allow AWS to create the necessary IAM role automatically.