1 Answer
- Newest
- Most votes
- Most comments
4
In an Amazon Aurora PostgreSQL cluster, certain operations such as creating roles and installing extensions are cluster-wide, meaning they apply to the entire cluster and not just to a single instance.
When you perform these operations on the writer instance, the changes are synchronized to the read replicas as part of the Aurora replication process.
You do not need to repeat these operations on each instance individually. Once done on the writer, they propagate to all instances.
Relevant content
- Accepted Answerasked 4 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago