AWS::MemoryDB::ClusterThe AWS::MemoryDB::Cluster resource creates an Amazon MemoryDB Cluster.
29 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ACLName | string | Required |
ClusterName | string | RequiredCreate-only |
NodeType | string | Required |
AutoMinorVersionUpgrade | boolean | |
ClusterEndpoint | Endpoint | |
DataTiering | string | Create-only |
Description | string | |
Engine | string | |
EngineVersion | string | |
FinalSnapshotName | string | Write-only |
IpDiscovery | string | |
KmsKeyId | string | Create-only |
MaintenanceWindow | string | |
MultiRegionClusterName | string | Create-onlyWrite-only |
NetworkType | string | Create-only |
NumReplicasPerShard | integer | |
NumShards | integer | |
ParameterGroupName | string | |
Port | integer | Create-only |
SecurityGroupIds | Array<string> | |
SnapshotArns | Array<string> | Create-onlyWrite-only |
SnapshotName | string | Create-onlyWrite-only |
SnapshotRetentionLimit | integer | |
SnapshotWindow | string | |
SnsTopicArn | string | |
SnsTopicStatus | string | |
SubnetGroupName | string | Create-only |
Tags | Array<Tag> | |
TLSEnabled | boolean | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ARN | string | The Amazon Resource Name (ARN) of the cluster. |
ParameterGroupStatus | string | The status of the parameter group used by the cluster. |
Status | string | The status of the cluster. For example, Available, Updating, Creating. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MemoryDB::Cluster
Resources:
MyResource:
Type: AWS::MemoryDB::Cluster
Properties:
ClusterName: "my-clustername"
NodeType: "value"
ACLName: "my-aclname"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
kms:DescribeKeykms:CreateGrantmemorydb:CreateClustermemorydb:DescribeClustersmemorydb:TagResourcememorydb:ListTagsiam:CreateServiceLinkedRolememorydb:DescribeClustersmemorydb:ListTagsmemorydb:UpdateClustermemorydb:DescribeClustersmemorydb:ListTagsmemorydb:TagResourcememorydb:UntagResourcememorydb:DeleteClustermemorydb:DescribeClustersmemorydb:DescribeClustersOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterClusterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ClusterNameTLSEnabledDataTieringKmsKeyIdPortSubnetGroupNameSnapshotArnsMultiRegionClusterNameSnapshotNameNetworkType