Creating a service account
setup.sql
Granting access if another user will run ddl
For all other users that will runCREATE 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
Configurationand find yourDB instance parameter group(orDB cluster parameter groupif you are using Aurora) - If you don’t have one, go to
Parameter groupsand clickCreate parameter group - Find and change
rds.logical_replicationand set it to1 - Associate the parameter group with your database instance


