Global Datastore for Redis offers fully managed, fast, reliable and secure cross-region replication. Using Global Datastore for Redis, you can create cross-region read replica clusters for ElastiCache for Redis to enable low-latency reads and disaster recovery across regions. For more information, see Replication Across Regions Using Global Datastore.
elasticache_create_global_replication_group(
GlobalReplicationGroupIdSuffix, GlobalReplicationGroupDescription,
PrimaryReplicationGroupId)
[required] The suffix name of a Global Datastore. The suffix guarantees uniqueness of the Global Datastore name across multiple regions.
Provides details of the Global Datastore
[required] The name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.
svc$create_global_replication_group( GlobalReplicationGroupIdSuffix = "string", GlobalReplicationGroupDescription = "string", PrimaryReplicationGroupId = "string" )
The GlobalReplicationGroupIdSuffix is the name of the Global Datastore.
The PrimaryReplicationGroupId represents the name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.