Skip to main content

Creating a service account

setup.sql

Granting access if another user will run ddl

For all other users that will run CREATE TABLE statements please run
grant.sql

Turning on logical replication

rds.logical_replication is a static parameter which requires a database reboot to take effect.
  • Select your database instance
  • Go into Configuration and find your DB instance parameter group (or DB cluster parameter group if you are using Aurora)
  • If you don’t have one, go to Parameter groups and click Create parameter group
  • Find and change rds.logical_replication and set it to 1
  • Associate the parameter group with your database instance
1
Create a parameter group
Create parameter group
2
Change rds.logical_replication to 1
Change rds.logical_replication to 1
3
Associate the parameter group with your database instance
Associate parameter group to your database instance