elasticache_create_global_replication_group: Global Datastore for Redis offers fully managed, fast,...

View source: R/elasticache_operations.R

elasticache_create_global_replication_groupR Documentation

Global Datastore for Redis offers fully managed, fast, reliable and secure cross-region replication

Description

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.

See https://www.paws-r-sdk.com/docs/elasticache_create_global_replication_group/ for full documentation.

Usage

elasticache_create_global_replication_group(
  GlobalReplicationGroupIdSuffix,
  GlobalReplicationGroupDescription = NULL,
  PrimaryReplicationGroupId
)

Arguments

GlobalReplicationGroupIdSuffix

[required] The suffix name of a Global datastore. Amazon ElastiCache automatically applies a prefix to the Global datastore ID when it is created. Each Amazon Region has its own prefix. For instance, a Global datastore ID created in the US-West-1 region will begin with "dsdfu" along with the suffix name you provide. The suffix, combined with the auto-generated prefix, guarantees uniqueness of the Global datastore name across multiple regions.

For a full list of Amazon Regions and their respective Global datastore iD prefixes, see Using the Amazon CLI with Global datastores .

GlobalReplicationGroupDescription

Provides details of the Global datastore

PrimaryReplicationGroupId

[required] The name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.