From 21a0fa68c997cd1af4e30dac9aeb8e25eb1c68f6 Mon Sep 17 00:00:00 2001 From: Evgeny Karasik Date: Fri, 15 Dec 2023 15:30:59 +0200 Subject: [PATCH] chore(roadmap): Add IPv6 work to the roadmap (#28366) Add IPv6 support for VPC to the roadmap. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --- ROADMAP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ROADMAP.md b/ROADMAP.md index 9cbe133793b84..9231704a0b36d 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -48,6 +48,7 @@ Security and stability of the CDK is a top priority. If you think you’ve found ### L2 Abstractions * 🔍 [CloudFront Origin Access Control L2](https://github.com/aws/aws-cdk-rfcs/issues/491) +* 🛠️ [Enabling IPv6 on Resources and VPCs](https://github.com/aws/aws-cdk/pull/28366) We are currently investigating other L2s to build out next. Feel free to create an RFC to request.