AWS::ElastiCache::ReservedCacheNodeRepresents an Amazon ElastiCache Reserved Cache Node. Reserved Cache Nodes provide a discounted hourly rate compared to on-demand cache node pricing.
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CacheNodeCount | integer | The number of cache nodes that have been reserved. |
CacheNodeType | string | The cache node type for the reserved cache nodes. |
Duration | integer | The duration of the reservation in seconds. |
FixedPrice | number | The fixed price charged for this reserved cache node. |
OfferingType | string | The offering type of this reserved cache node. |
ProductDescription | string | The description of the reserved cache node. |
RecurringCharges | Array<RecurringCharge> | The recurring price charged to run this reserved cache node. |
ReservationARN | string | The Amazon Resource Name (ARN) of the reserved cache node. |
ReservedCacheNodeId | string | The unique identifier for the reservation. |
ReservedCacheNodesOfferingId | string | The offering identifier. |
StartTime | string | The time the reservation started. |
State | string | The state of the reserved cache node. |
Tags | Array<Tag> | A list of tags. |
UsagePrice | number | The hourly price charged for this reserved cache node. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ElastiCache::ReservedCacheNode
Resources:
MyResource:
Type: AWS::ElastiCache::ReservedCacheNode
Properties:Permissions CloudFormation needs in your IAM role to manage this resource.
elasticache:DescribeReservedCacheNodeselasticache:ListTagsForResourceelasticache:DescribeReservedCacheNodesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterReservationARN