Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to copy default RDS Parameter Group

I'd like to duplicate a default RDS Postgres Parameter Group - e.g. default.postgres9.4 but the Copy button is grayed out.

How do you duplicate it?

like image 827
Snowcrash Avatar asked Jul 14 '17 10:07

Snowcrash


People also ask

How do I copy a parameter group in RDS?

Then, head straight to the Amazon RDS console using the following link https://console.aws.amazon.com/rds/. From navigation pane, click on the option Parameter groups. From the list, select the needed custom parameter group for copying it. In the section of Parameter group actions, click on the option Copy.

How do I change the default parameter group in RDS?

To modify an RDS DB instance configuration, follow these steps: Create a DB parameter group. View the parameter values for a DB parameter group to confirm that the Is Modifiable property is true. Modify the parameters in a DB parameter group.

Is default parameter group you Cannot edit it?

You cannot modify any default parameter group. You can modify some parameter values in a parameter group. These parameter values are applied to clusters associated with the parameter group. For more information on when a parameter value change is applied to a parameter group, see Redis-specific parameters.

What is AWS RDS DB parameter Group?

Amazon RDS defines parameter groups with default settings. You can define your own parameter groups with customized settings. Then you can modify your DB instances and Multi-AZ DB clusters to use your own parameter groups. For information about modifying a DB instance, see Modifying an Amazon RDS DB instance.


1 Answers

Create a new Parameter Group and choose postgres 9.4 as the Parameter Group Family. Your new group will be a copy of the default group, but you'll be able to modify it.

Also remember to modify your RDS instance to use the new parameter group.

like image 187
Brian Avatar answered Sep 18 '22 02:09

Brian