In this blog post, we’ll look at some tips on
how to configure Aurora RDS parameters.
I was recently deploying a few Aurora RDS instances, a process
very similar to configuring a regular RDS instance. I noticed a
few minor differences in the way you configure Aurora RDS
parameters, and very few articles on how the commands should be
structured (for RDS as well as Aurora). The only real literature
available is the official Amazon RDS documentation.
This blog provides a concise “how-to” guide to quickly change
Aurora RDS parameters using the AWS CLI. Aurora retains the
parameter group model introduced with RDS, with new instances
having the default read only parameter groups. For a new
instance, you need to create and allocate a new parameter group
(this requires a DB reboot). After that, you can apply changes to …
[Read more]