Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,18 @@ You can also create one during database creation by selecting **Create an Aurora
RDI requires some changes to database parameters. On AWS Aurora, you change these parameters via a parameter group.

```checklist {id="auroramysql-param-group" nointeractive="true" }
- [ ] [Create a parameter group](#aurora-create-a-parameter-group)
- [ ] [Create/modify a parameter group](#aurora-create-a-parameter-group)
- [ ] [Apply the parameter group](#aurora-apply-the-parameter-group)
- [ ] [Apply the parameter group to the database](#aurora-apply-the-parameter-group-to-the-database)
- [ ] [Reboot the database instance](#aurora-reboot-the-database-instance)
```

1. <a id="aurora-create-a-parameter-group"></a>
In the [Relational Database Service (RDS) console](https://console.aws.amazon.com/rds/),navigate to **Parameter groups > Create parameter group**. [Create a parameter group](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.Creating.html) with the following settings:
In the [Relational Database Service (RDS) console](https://console.aws.amazon.com/rds/), navigate to **Parameter groups**.

If you have no existing parameter group,
[create a new parameter group](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.CreatingCluster.html)
with the following settings:

| Name | Value |
| :-- | :-- |
Expand All @@ -63,8 +67,18 @@ RDI requires some changes to database parameters. On AWS Aurora, you change thes

Select **Create** to create the parameter group.

If you *do* have an existing parameter group, select it and then either:

- Select **Edit** from **Parameter group actions** to
[modify the parameter group](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.ModifyingCluster.html)
with the settings shown in the table above.
- Select **Copy** from **Parameter group actions** to
[copy the existing parameter group](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.CopyingCluster.html)
and then modify the copy with the settings shown in the table above.

1. <a id="aurora-apply-the-parameter-group"></a>
Navigate to **Parameter groups** in the console. Select the parameter group you have just created and then select **Edit**. Change the following parameters:
Ensure that the parameter group you have just created or modified is selected
and then select **Edit**. Change the following parameters:

| Name | Value |
| :-- | :-- |
Expand Down Expand Up @@ -99,14 +113,18 @@ RDI requires some changes to database parameters. On AWS Aurora, you change thes
RDI requires some changes to database parameters. On AWS RDS, you change these parameters via a parameter group.

```checklist {id="rds-mysql-param-group" nointeractive="true" }
- [ ] [Create a parameter group](#rds-create-a-parameter-group)
- [ ] [Create/modify a parameter group](#rds-create-a-parameter-group)
- [ ] [Apply the parameter group](#rds-apply-the-parameter-group)
- [ ] [Apply the parameter group to the database](#rds-apply-the-parameter-group-to-the-database)
- [ ] [Reboot the database instance](#rds-reboot-the-database-instance)
```

1. <a id="rds-create-a-parameter-group"></a>
In the [Relational Database Service (RDS) console](https://console.aws.amazon.com/rds/),navigate to **Parameter groups > Create parameter group**. [Create a parameter group](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithParamGroups.Creating.html) with the following settings:
In the [Relational Database Service (RDS) console](https://console.aws.amazon.com/rds/), navigate to **Parameter groups**.

If you have no existing parameter group,
[create a new parameter group](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.CreatingCluster.html)
with the following settings:

| Name | Value |
| :-- | :-- |
Expand All @@ -117,8 +135,18 @@ RDI requires some changes to database parameters. On AWS RDS, you change these p

Select **Create** to create the parameter group.

If you *do* have an existing parameter group, select it and then either:

- Select **Edit** from **Parameter group actions** to
[modify the parameter group](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.ModifyingCluster.html)
with the settings shown in the table above.
- Select **Copy** from **Parameter group actions** to
[copy the existing parameter group](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.CopyingCluster.html)
and then modify the copy with the settings shown in the table above.

1. <a id="rds-apply-the-parameter-group"></a>
Navigate to **Parameter groups** in the console. Select the parameter group you have just created and then select **Edit**. Change the following parameters:
Ensure that the parameter group you have just created or modified is selected
and then select **Edit**. Change the following parameters:

| Name | Value |
| :-- | :-- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,18 @@ database to work with RDI.
RDI requires some changes to database parameters. On AWS RDS and AWS Aurora, you change these parameters via a parameter group.

```checklist {id="aurorapostgresql-param-group" nointeractive="true" }
- [ ] [Create a parameter group](#create-a-parameter-group)
- [ ] [Create/modify a parameter group](#create-a-parameter-group)
- [ ] [Apply the parameter group](#apply-the-parameter-group)
- [ ] [Apply the parameter group to the database](#apply-the-parameter-group-to-the-database)
- [ ] [Reboot the database instance](#reboot-the-database-instance)
```

1. <a id="create-a-parameter-group"></a>
In the [Relational Database Service (RDS) console](https://console.aws.amazon.com/rds/), navigate to **Parameter groups > Create parameter group**. [Create a parameter group](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.CreatingCluster.html) with the following settings:
In the [Relational Database Service (RDS) console](https://console.aws.amazon.com/rds/), navigate to **Parameter groups**.

If you have no existing parameter group,
[create a new parameter group](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.CreatingCluster.html)
with the following settings:

| Name | Value |
| :-- | :-- |
Expand All @@ -51,8 +55,18 @@ RDI requires some changes to database parameters. On AWS RDS and AWS Aurora, you

Select **Create** to create the parameter group.

If you *do* have an existing parameter group, select it and then either:

- Select **Edit** from **Parameter group actions** to
[modify the parameter group](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.ModifyingCluster.html)
with the settings shown in the table above.
- Select **Copy** from **Parameter group actions** to
[copy the existing parameter group](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.CopyingCluster.html)
and then modify the copy with the settings shown in the table above.

1. <a id="apply-the-parameter-group"></a>
Navigate to **Parameter groups** in the console. Select the group you have just created and then select **Edit**. Change the following parameters:
Ensure that the parameter group you have just created or modified is selected
and then select **Edit**. Change the following parameter:

| Name | Value |
| :-- | :-- |
Expand Down
Loading