Reputation: 4094
I want to increase the max_connections of an aurora mySQL instance. According to this it's possible, but I can't find it anywhere in parameter groups. What am I missing?
Upvotes: 0
Views: 6792
Reputation: 179004
Aurora clusters use two parameter groups -- one for the cluster and one for the instances. max_connections
is in the instance parameter group -- not the cluster group.
Upvotes: 2