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:
  1. Log into your AWS Management Console at https://aws.amazon.com/console.
  2. Click
    Services
    in the upper left and then click 
    RDS
    . This takes you to the Relational Database Service dashboard.
  3. Click 
    Parameters Groups
     from the RDS Dashboard.
  4. 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.
  5. Select your newly created group in the list and then click 
    Edit Parameters
    .
  6. Search for the parameter: “log_bin_trust_function_creators” and change the value from 
    <engine-default>
     to 
    1
    .
  7. Search for the parameter: “max_allowed_packet” and increase the value. A setting of
    16777216
    (16MB) should be sufficient to ensure that the OAuth Toolkit installs successfully.
  8. Click 
    Save Changes
    .