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
.create
and temporary
privileges on the database. create
allows the service to create new schemas and temporary
allows the service to create temporary tables.🚧 If theschema
already exists: By default, the service creates a new schema based on the destination configuration (in the next step). 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, usingGRANT ALL ON schema <schema> TO <username>;