AWS Fundamentals Logo
AWS Fundamentals
AWS::ElastiCache::CacheCluster

ElastiCache CacheCluster

Resource Type definition for AWS::ElastiCache::CacheCluster

Properties

29 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
CacheNodeType
string
Required
Engine
string
RequiredCreate-only
NumCacheNodes
integer
Required
AutoMinorVersionUpgrade
boolean
AZMode
string
CacheParameterGroupName
string
CacheSecurityGroupNames
Array<string>
CacheSubnetGroupName
string
Create-only
ClusterName
string
Create-only
ConfigurationEndpointAddress
string
ConfigurationEndpointPort
string
EngineVersion
string
IpDiscovery
string
LogDeliveryConfigurations
Array<LogDeliveryConfigurationRequest>
NetworkType
string
Create-only
NotificationTopicArn
string
Port
integer
Create-only
PreferredAvailabilityZone
string
PreferredAvailabilityZones
Array<string>
PreferredMaintenanceWindow
string
RedisEndpointAddress
string
RedisEndpointPort
string
SnapshotArns
Array<string>
Create-only
SnapshotName
string
Create-only
SnapshotRetentionLimit
integer
SnapshotWindow
string
Tags
Array<Tag>
TransitEncryptionEnabled
boolean
VpcSecurityGroupIds
Array<string>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Idstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ElastiCache::CacheCluster

Resources:
  MyResource:
    Type: AWS::ElastiCache::CacheCluster
    Properties:
      CacheNodeType: "value"
      NumCacheNodes: 1
      Engine: "value"
      Tags:
        - Key: Environment
          Value: Production

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceElastiCache
Properties30
Required3
TaggingNot supported
Primary IDId

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

PortSnapshotArnsSnapshotNameCacheSubnetGroupNameClusterNameNetworkTypeEngine

External Links