I need to be able to create custom views from an AWS RDS read replica. Is this something we could achieve without making any modifications to parameter groups
I know the fact that we could make a read replica writable by adjusting the value of read_only parameter to 0 in parameter groups.
Is it possible to create custom views from a read replica without making any changes to parameter groups?