Create Custom Parameter Group

  1. Go to the Amazon RDS console.

  2. In the navigation pane, choose Parameter groups. pg

  3. Choose Create parameter group. pg

  4. In the Parameter group family list, select the database engine and version for your parameter group.

  5. In the Type, select DB Parameter Group.

  6. In the Group name, enter a name for your parameter group.

  7. In the Description, enter a description for your parameter group.

  8. Choose Create. pg

  9. To verify, in the RDS menu, click on Parameter Groups either on the left hand pane or on the main RDS screen. pg

(OPTIONAL) AWS CLI

Alternatively you can create a custom parameter group using the AWS CLI as shown below:

Code