AWS Fundamentals Logo
AWS Fundamentals
AWS::ElastiCache::ReservedCacheNode

ElastiCache ReservedCacheNode

Represents an Amazon ElastiCache Reserved Cache Node. Reserved Cache Nodes provide a discounted hourly rate compared to on-demand cache node pricing.

Return Values

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

AttributeTypeDescription
CacheNodeCountintegerThe number of cache nodes that have been reserved.
CacheNodeTypestringThe cache node type for the reserved cache nodes.
DurationintegerThe duration of the reservation in seconds.
FixedPricenumberThe fixed price charged for this reserved cache node.
OfferingTypestringThe offering type of this reserved cache node.
ProductDescriptionstringThe description of the reserved cache node.
RecurringChargesArray<RecurringCharge>The recurring price charged to run this reserved cache node.
ReservationARNstringThe Amazon Resource Name (ARN) of the reserved cache node.
ReservedCacheNodeIdstringThe unique identifier for the reservation.
ReservedCacheNodesOfferingIdstringThe offering identifier.
StartTimestringThe time the reservation started.
StatestringThe state of the reserved cache node.
TagsArray<Tag>A list of tags.
UsagePricenumberThe hourly price charged for this reserved cache node.

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::ReservedCacheNode

Resources:
  MyResource:
    Type: AWS::ElastiCache::ReservedCacheNode
    Properties:

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

read

elasticache:DescribeReservedCacheNodeselasticache:ListTagsForResource

list

elasticache:DescribeReservedCacheNodes

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
Properties14
Required0
TaggingSupported
Primary IDReservationARN

Supported Operations

ReadList

External Links