AWS Fundamentals Logo
AWS Fundamentals
AWS::MemoryDB::ReservedNode

MemoryDB ReservedNode

Represents a MemoryDB reserved node purchased via PurchaseReservedNodesOffering. Reserved nodes are not eligible for cancellation and are non-refundable.

Return Values

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

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the reserved node.
DurationintegerThe duration of the reservation in seconds.
FixedPricenumberThe fixed price charged for this reserved node.
NodeCountintegerThe number of nodes that have been reserved.
NodeTypestringThe node type for the reserved nodes.
OfferingTypestringThe offering type of this reserved node.
RecurringChargesArray<RecurringCharge>The recurring price charged to run this reserved node.
ReservationIdstringA customer-specified identifier to track this reservation.
ReservedNodesOfferingIdstringThe ID of the reserved node offering to purchase.
StartTimestringThe time the reservation started.
StatestringThe state of the reserved node.
TagsArray<Tag>A list of tags to be added to this resource.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MemoryDB::ReservedNode

Resources:
  MyResource:
    Type: AWS::MemoryDB::ReservedNode
    Properties:

Required IAM Permissions

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

read

memorydb:DescribeReservedNodesmemorydb:ListTags

list

memorydb:DescribeReservedNodes

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

ServiceMemoryDB
Properties12
Required0
TaggingSupported
Primary IDArn

Supported Operations

ReadList

External Links