AWS::ElastiCache::GlobalReplicationGroupThe AWS::ElastiCache::GlobalReplicationGroup resource creates an Amazon ElastiCache Global Replication Group.
10 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Members | Array<GlobalReplicationGroupMember> | Required |
AutomaticFailoverEnabled | boolean | Write-only |
CacheNodeType | string | Write-only |
CacheParameterGroupName | string | |
Engine | string | |
EngineVersion | string | Write-only |
GlobalNodeGroupCount | integer | Write-only |
GlobalReplicationGroupDescription | string | |
GlobalReplicationGroupIdSuffix | string | Write-only |
RegionalConfigurations | Array<RegionalConfiguration> | Write-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
GlobalReplicationGroupId | string | The name of the Global Datastore, it is generated by ElastiCache adding a prefix to GlobalReplicationGroupIdSuffix. |
Status | string | The status of the Global Datastore |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ElastiCache::GlobalReplicationGroup
Resources:
MyResource:
Type: AWS::ElastiCache::GlobalReplicationGroup
Properties:
Members: []Permissions CloudFormation needs in your IAM role to manage this resource.
elasticache:CreateGlobalReplicationGroupelasticache:DescribeGlobalReplicationGroupselasticache:DescribeGlobalReplicationGroupselasticache:ModifyGlobalReplicationGroupelasticache:FailoverGlobalReplicationGroupelasticache:DescribeGlobalReplicationGroupselasticache:IncreaseNodeGroupsInGlobalReplicationGroupelasticache:DecreaseNodeGroupsInGlobalReplicationGroupelasticache:DisassociateGlobalReplicationGroupelasticache:RebalanceSlotsInGlobalReplicationGroupelasticache:DeleteGlobalReplicationGroupelasticache:DisassociateGlobalReplicationGroupelasticache:DescribeGlobalReplicationGroupselasticache:DescribeGlobalReplicationGroupsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterGlobalReplicationGroupId