List of questions
Related questions
Question 279 - DBS-C01 discussion
A company uses an Amazon RDS for PostgreSQL database in the us-east-2 Region. The company wants to have a copy of the database available in the us-west-2 Region as part of a new disaster recovery strategy.
A database architect needs to create the new database. There can be little to no downtime to the source database. The database architect has decided to use AWS Database Migration Service (AWS DMS) to replicate the database across Regions. The database architect will use full load mode and then will switch to change data capture (CDC) mode.
Which parameters must the database architect configure to support CDC mode for the RDS for PostgreSQL database? (Choose three.)
A.
Set wal_level = logical.
B.
Set wal_level = replica.
C.
Set max_replication_slots to 1 or more, depending on the number of DMS tasks.
D.
Set max_replication_slots to 0 to support dynamic allocation of slots.
E.
Set wal_sender_timeout to 20,000 milliseconds.
F.
Set wal_sender_timeout to 5,000 milliseconds.
Your answer:
0 comments
Sorted by
Leave a comment first