aws_ec2: New construct - CfnSubnetCidrReservation #31341
Labels
@aws-cdk/aws-ec2
Related to Amazon Elastic Compute Cloud
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
needs-cfn
This issue is waiting on changes to CloudFormation before it can be addressed.
p2
Describe the feature
(Unless I'm going crazy) I don't think there is a way to create subnet CIDR reservations through the CDK like there is through the SDK, API, or CLI (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateSubnetCidrReservation.html). I propose a new L1 construct - CfnSubnetCidrReservation - to fill this gap.
Use Case
After deploying my beautiful CDK stacks I then have to manually create the CIDR reservations myself. I would love to have the process fully automated.
Proposed Solution
Create a new L1 construct - CfnSubnetCidrReservation
Other Information
No response
Acknowledgements
CDK version used
2.156
Environment details (OS name and version, etc.)
MacOS Sonoma 14.6.1
The text was updated successfully, but these errors were encountered: