Create New RDS Parameter Group (AMI)
After creating a security group, the next step is to create a new RDS parameter group during the setup of the Gateway AMI appliance.
gateway90
After creating a security group, the next step is to create a new RDS parameter group during the setup of the Gateway AMI appliance.
To create a RDS Parameter Group:
- Log into your AWS Management Console at https://aws.amazon.com/console.
- ClickServicesin the upper left and then clickRDS. This takes you to the Relational Database Service dashboard.
- ClickParameters Groupsfrom the RDS Dashboard.
- Click Create Parameter Group and then complete the following:
- Parameter Group Family:Select the DB instance to be created (for example, "mysql5.5").
- Group Name:Enter a name for the group. Note that spaces, underscores, and some special characters are not permitted.
- Group Description:Enter a brief description for the group. This is required.
- Select your newly created group in the list and then clickEdit Parameters.
- Search for the parameter: “log_bin_trust_function_creators” and change the value from<engine-default>to1.
- Search for the parameter: “max_allowed_packet” and increase the value. A setting of16777216(16MB) should be sufficient to ensure that the OAuth Toolkit installs successfully.
- ClickSave Changes.
Next step: Launch a DB Instance