default
). Note: VPC groups are permissive (vs. restrictive) and for instances with multiple VPC security groups, only one needs to be configured with the new inbound rule.5432
) and a Custom
Source value that includes all of the service IPs. Note: you will need to add /32
to the end of each IP (CIDR notation).0.0.0.0/0
set to Allow
. (This is a default rule created by AWS. If this rule already exists, skip to Edit outbound rules.)5432
) from the Prequel static IP. Click Save changes.0.0.0.0/0
set to Allow
. (This is a default rule created by AWS. If this rule already exists, skip to the next step.)0.0.0.0/0
.schema/database
already exists:By default, the service creates a new schema (in MySQL, schema
is synonymous with database
). If you prefer to create the schema yourself before connecting the destination, you must ensure that the writer user has the proper permissions on the schema, using GRANT ALL PRIVILEGES ON <database_name>.* TO <username>@'%';