You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new Read Replica of a Database Instance. You must specify the `region` and the `instance_id`. You can only create a maximum of 3 Read Replicas per Database Instance.
1326
1327
:param region: Region to target. If none is passed will use default region from the config.
1327
1328
:param instance_id: UUID of the Database Instance you want to create a Read Replica from.
1328
1329
:param endpoint_spec: Specification of the endpoint you want to create.
1330
+
:param same_zone: Defines whether to create the replica in the same availability zone as the main instance nodes or not.
Create a new Read Replica of a Database Instance. You must specify the `region` and the `instance_id`. You can only create a maximum of 3 Read Replicas per Database Instance.
1322
1323
:param region: Region to target. If none is passed will use default region from the config.
1323
1324
:param instance_id: UUID of the Database Instance you want to create a Read Replica from.
1324
1325
:param endpoint_spec: Specification of the endpoint you want to create.
1326
+
:param same_zone: Defines whether to create the replica in the same availability zone as the main instance nodes or not.
0 commit comments