AWS::MemoryDB::ReservedNodeRepresents a MemoryDB reserved node purchased via PurchaseReservedNodesOffering. Reserved nodes are not eligible for cancellation and are non-refundable.
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the reserved node. |
Duration | integer | The duration of the reservation in seconds. |
FixedPrice | number | The fixed price charged for this reserved node. |
NodeCount | integer | The number of nodes that have been reserved. |
NodeType | string | The node type for the reserved nodes. |
OfferingType | string | The offering type of this reserved node. |
RecurringCharges | Array<RecurringCharge> | The recurring price charged to run this reserved node. |
ReservationId | string | A customer-specified identifier to track this reservation. |
ReservedNodesOfferingId | string | The ID of the reserved node offering to purchase. |
StartTime | string | The time the reservation started. |
State | string | The state of the reserved node. |
Tags | Array<Tag> | A list of tags to be added to this resource. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MemoryDB::ReservedNode
Resources:
MyResource:
Type: AWS::MemoryDB::ReservedNode
Properties:Permissions CloudFormation needs in your IAM role to manage this resource.
memorydb:DescribeReservedNodesmemorydb:ListTagsmemorydb:DescribeReservedNodesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArn