Skip to content

Commit 4c4f863

Browse files
author
AWS
committed
Amazon MemoryDB Update: Added support for IPv6 and dual stack for Valkey and Redis clusters. Customers can now launch new Valkey and Redis clusters with IPv6 and dual stack networking support.
1 parent 308c83c commit 4c4f863

File tree

2 files changed

+58
-5
lines changed

2 files changed

+58
-5
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon MemoryDB",
4+
"contributor": "",
5+
"description": "Added support for IPv6 and dual stack for Valkey and Redis clusters. Customers can now launch new Valkey and Redis clusters with IPv6 and dual stack networking support."
6+
}

services/memorydb/src/main/resources/codegen-resources/service-2.json

Lines changed: 52 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@
575575
{"shape":"MultiRegionClusterNotFoundFault"},
576576
{"shape":"MultiRegionParameterGroupNotFoundFault"}
577577
],
578-
"documentation":"<p>Lists all tags currently on a named resource. A tag is a key-value pair where the key and value are case-sensitive. You can use tags to categorize and track your MemoryDB resources. For more information, see <a href=\"https://docs.aws.amazon.com/MemoryDB/latest/devguide/Tagging-Resources.html\">Tagging your MemoryDB resources</a>.</p>"
578+
"documentation":"<p>Lists all tags currently on a named resource. A tag is a key-value pair where the key and value are case-sensitive. You can use tags to categorize and track your MemoryDB resources. For more information, see <a href=\"https://docs.aws.amazon.com/MemoryDB/latest/devguide/Tagging-Resources.html\">Tagging your MemoryDB resources</a>.</p> <p>When you add or remove tags from multi region clusters, you might not immediately see the latest effective tags in the ListTags API response due to it being eventually consistent specifically for multi region clusters. For more information, see <a href=\"https://docs.aws.amazon.com/MemoryDB/latest/devguide/Tagging-Resources.html\">Tagging your MemoryDB resources</a>.</p> <p/>"
579579
},
580580
"PurchaseReservedNodesOffering":{
581581
"name":"PurchaseReservedNodesOffering",
@@ -636,7 +636,7 @@
636636
{"shape":"ServiceLinkedRoleNotFoundFault"},
637637
{"shape":"InvalidParameterValueException"}
638638
],
639-
"documentation":"<p>A tag is a key-value pair where the key and value are case-sensitive. You can use tags to categorize and track all your MemoryDB resources. When you add or remove tags on clusters, those actions will be replicated to all nodes in the cluster. For more information, see <a href=\"https://docs.aws.amazon.com/MemoryDB/latest/devguide/iam.resourcelevelpermissions.html\">Resource-level permissions</a>.</p> <p>For example, you can use cost-allocation tags to your MemoryDB resources, Amazon generates a cost allocation report as a comma-separated value (CSV) file with your usage and costs aggregated by your tags. You can apply tags that represent business categories (such as cost centers, application names, or owners) to organize your costs across multiple services. For more information, see <a href=\"https://docs.aws.amazon.com/MemoryDB/latest/devguide/tagging.html\">Using Cost Allocation Tags</a>.</p>"
639+
"documentation":"<p> Use this operation to add tags to a resource. A tag is a key-value pair where the key and value are case-sensitive. You can use tags to categorize and track all your MemoryDB resources. For more information, see <a href=\"https://docs.aws.amazon.com/MemoryDB/latest/devguide/Tagging-Resources.html\">Tagging your MemoryDB resources</a>.</p> <p>When you add tags to multi region clusters, you might not immediately see the latest effective tags in the ListTags API response due to it being eventually consistent specifically for multi region clusters. For more information, see <a href=\"https://docs.aws.amazon.com/MemoryDB/latest/devguide/Tagging-Resources.html\">Tagging your MemoryDB resources</a>.</p> <p>You can specify cost-allocation tags for your MemoryDB resources, Amazon generates a cost allocation report as a comma-separated value (CSV) file with your usage and costs aggregated by your tags. You can apply tags that represent business categories (such as cost centers, application names, or owners) to organize your costs across multiple services. For more information, see <a href=\"https://docs.aws.amazon.com/MemoryDB/latest/devguide/tagging.html\">Using Cost Allocation Tags</a>.</p>"
640640
},
641641
"UntagResource":{
642642
"name":"UntagResource",
@@ -661,7 +661,7 @@
661661
{"shape":"MultiRegionClusterNotFoundFault"},
662662
{"shape":"MultiRegionParameterGroupNotFoundFault"}
663663
],
664-
"documentation":"<p>Use this operation to remove tags on a resource.</p>"
664+
"documentation":"<p>Use this operation to remove tags on a resource. A tag is a key-value pair where the key and value are case-sensitive. You can use tags to categorize and track all your MemoryDB resources. For more information, see <a href=\"https://docs.aws.amazon.com/MemoryDB/latest/devguide/Tagging-Resources.html\">Tagging your MemoryDB resources</a>.</p> <p>When you remove tags from multi region clusters, you might not immediately see the latest effective tags in the ListTags API response due to it being eventually consistent specifically for multi region clusters. For more information, see <a href=\"https://docs.aws.amazon.com/MemoryDB/latest/devguide/Tagging-Resources.html\">Tagging your MemoryDB resources</a>.</p> <p>You can specify cost-allocation tags for your MemoryDB resources, Amazon generates a cost allocation report as a comma-separated value (CSV) file with your usage and costs aggregated by your tags. You can apply tags that represent business categories (such as cost centers, application names, or owners) to organize your costs across multiple services. For more information, see <a href=\"https://docs.aws.amazon.com/MemoryDB/latest/devguide/tagging.html\">Using Cost Allocation Tags</a>.</p>"
665665
},
666666
"UpdateACL":{
667667
"name":"UpdateACL",
@@ -1084,6 +1084,14 @@
10841084
"DataTiering":{
10851085
"shape":"DataTieringStatus",
10861086
"documentation":"<p>Enables data tiering. Data tiering is only supported for clusters using the r6gd node type. This parameter must be set when using r6gd nodes. For more information, see <a href=\"https://docs.aws.amazon.com/memorydb/latest/devguide/data-tiering.html\">Data tiering</a>.</p>"
1087+
},
1088+
"NetworkType":{
1089+
"shape":"NetworkType",
1090+
"documentation":"<p>The IP address type for the cluster. Returns 'ipv4' for IPv4 only, 'ipv6' for IPv6 only, or 'dual-stack' if the cluster supports both IPv4 and IPv6 addressing.</p>"
1091+
},
1092+
"IpDiscovery":{
1093+
"shape":"IpDiscovery",
1094+
"documentation":"<p>The mechanism that the cluster uses to discover IP addresses. Returns 'ipv4' when DNS endpoints resolve to IPv4 addresses, or 'ipv6' when DNS endpoints resolve to IPv6 addresses.</p>"
10871095
}
10881096
},
10891097
"documentation":"<p>Contains all of the attributes of a specific cluster.</p>"
@@ -1378,6 +1386,14 @@
13781386
"DataTiering":{
13791387
"shape":"BooleanOptional",
13801388
"documentation":"<p>Enables data tiering. Data tiering is only supported for clusters using the r6gd node type. This parameter must be set when using r6gd nodes. For more information, see <a href=\"https://docs.aws.amazon.com/memorydb/latest/devguide/data-tiering.html\">Data tiering</a>.</p>"
1389+
},
1390+
"NetworkType":{
1391+
"shape":"NetworkType",
1392+
"documentation":"<p>Specifies the IP address type for the cluster. Valid values are 'ipv4', 'ipv6', or 'dual_stack'. When set to 'ipv4', the cluster will only be accessible via IPv4 addresses. When set to 'ipv6', the cluster will only be accessible via IPv6 addresses. When set to 'dual_stack', the cluster will be accessible via both IPv4 and IPv6 addresses. If not specified, the default is 'ipv4'.</p>"
1393+
},
1394+
"IpDiscovery":{
1395+
"shape":"IpDiscovery",
1396+
"documentation":"<p>The mechanism for discovering IP addresses for the cluster discovery protocol. Valid values are 'ipv4' or 'ipv6'. When set to 'ipv4', cluster discovery functions such as cluster slots, cluster shards, and cluster nodes return IPv4 addresses for cluster nodes. When set to 'ipv6', the cluster discovery functions return IPv6 addresses for cluster nodes. The value must be compatible with the NetworkType parameter. If not specified, the default is 'ipv4'.</p>"
13811397
}
13821398
}
13831399
},
@@ -1399,7 +1415,7 @@
13991415
"members":{
14001416
"MultiRegionClusterNameSuffix":{
14011417
"shape":"String",
1402-
"documentation":"<p>A suffix to be added to the multi-Region cluster name.</p>"
1418+
"documentation":"<p>A suffix to be added to the Multi-Region cluster name. Amazon MemoryDB automatically applies a prefix to the Multi-Region cluster Name when it is created. Each Amazon Region has its own prefix. For instance, a Multi-Region cluster Name created in the US-West-1 region will begin with \"virxk\", along with the suffix name you provide. The suffix guarantees uniqueness of the Multi-Region cluster name across multiple regions.</p>"
14031419
},
14041420
"Description":{
14051421
"shape":"String",
@@ -2468,6 +2484,13 @@
24682484
"documentation":"<p/>",
24692485
"exception":true
24702486
},
2487+
"IpDiscovery":{
2488+
"type":"string",
2489+
"enum":[
2490+
"ipv4",
2491+
"ipv6"
2492+
]
2493+
},
24712494
"KeyList":{
24722495
"type":"list",
24732496
"member":{"shape":"String"}
@@ -2616,6 +2639,18 @@
26162639
"documentation":"<p>The specified multi-Region parameter group does not exist.</p>",
26172640
"exception":true
26182641
},
2642+
"NetworkType":{
2643+
"type":"string",
2644+
"enum":[
2645+
"ipv4",
2646+
"ipv6",
2647+
"dual_stack"
2648+
]
2649+
},
2650+
"NetworkTypeList":{
2651+
"type":"list",
2652+
"member":{"shape":"NetworkType"}
2653+
},
26192654
"NoOperationFault":{
26202655
"type":"structure",
26212656
"members":{
@@ -3335,6 +3370,10 @@
33353370
"AvailabilityZone":{
33363371
"shape":"AvailabilityZone",
33373372
"documentation":"<p>The Availability Zone where the subnet resides</p>"
3373+
},
3374+
"SupportedNetworkTypes":{
3375+
"shape":"NetworkTypeList",
3376+
"documentation":"<p>The network types supported by this subnet. Returns an array of strings that can include 'ipv4', 'ipv6', or both, indicating whether the subnet supports IPv4 only, IPv6 only, or dual-stack deployments.</p>"
33383377
}
33393378
},
33403379
"documentation":"<p>Represents the subnet associated with a cluster. This parameter refers to subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with MemoryDB.</p>"
@@ -3361,6 +3400,10 @@
33613400
"ARN":{
33623401
"shape":"String",
33633402
"documentation":"<p>The ARN (Amazon Resource Name) of the subnet group.</p>"
3403+
},
3404+
"SupportedNetworkTypes":{
3405+
"shape":"NetworkTypeList",
3406+
"documentation":"<p>The network types supported by this subnet group. Returns an array of strings that can include 'ipv4', 'ipv6', or both, indicating the IP address types that can be used for clusters deployed in this subnet group.</p>"
33643407
}
33653408
},
33663409
"documentation":"<p>Represents the output of one of the following operations:</p> <ul> <li> <p>CreateSubnetGroup</p> </li> <li> <p>UpdateSubnetGroup</p> </li> </ul> <p>A subnet group is a collection of subnets (typically private) that you can designate for your clusters running in an Amazon Virtual Private Cloud (VPC) environment.</p>"
@@ -3636,6 +3679,10 @@
36363679
"ACLName":{
36373680
"shape":"ACLName",
36383681
"documentation":"<p>The Access Control List that is associated with the cluster.</p>"
3682+
},
3683+
"IpDiscovery":{
3684+
"shape":"IpDiscovery",
3685+
"documentation":"<p>The mechanism for discovering IP addresses for the cluster discovery protocol. Valid values are 'ipv4' or 'ipv6'. When set to 'ipv4', cluster discovery functions such as cluster slots, cluster shards, and cluster nodes will return IPv4 addresses for cluster nodes. When set to 'ipv6', the cluster discovery functions return IPv6 addresses for cluster nodes. The value must be compatible with the NetworkType parameter. If not specified, the default is 'ipv4'.</p>"
36393686
}
36403687
}
36413688
},
@@ -3675,7 +3722,7 @@
36753722
},
36763723
"UpdateStrategy":{
36773724
"shape":"UpdateStrategy",
3678-
"documentation":"<p>Whether to force the update even if it may cause data loss.</p>"
3725+
"documentation":"<p>The strategy to use for the update operation. Supported values are \"coordinated\" or \"uncoordinated\".</p>"
36793726
}
36803727
}
36813728
},

0 commit comments

Comments
 (0)