Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws_ec2: New construct - CfnSubnetCidrReservation #31341

Closed
2 tasks
williwlwilliwll opened this issue Sep 6, 2024 · 3 comments
Closed
2 tasks

aws_ec2: New construct - CfnSubnetCidrReservation #31341

williwlwilliwll opened this issue Sep 6, 2024 · 3 comments
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

Comments

@williwlwilliwll
Copy link

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

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.156

Environment details (OS name and version, etc.)

MacOS Sonoma 14.6.1

@williwlwilliwll williwlwilliwll added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Sep 6, 2024
@github-actions github-actions bot added the @aws-cdk/aws-ec2 Related to Amazon Elastic Compute Cloud label Sep 6, 2024
@khushail khushail added investigating This issue is being investigated and/or work is in progress to resolve the issue. p2 and removed needs-triage This issue or PR still needs to be triaged. labels Sep 6, 2024
@khushail khushail self-assigned this Sep 6, 2024
@khushail
Copy link
Contributor

khushail commented Sep 6, 2024

Hi @williwlwilliwll , thanks for reaching out. I checked cloudformation resource specification docs and found that there is no such L1 construct for SubnetCidrReservation, the only available construct for Cidr is-

AWS:EC2:SubnetCidrBlock - CfnSubnetCidrBlock

Since this needs support from Cloudformation first, I would recommend you to create a FR with Cloudformation team, on their Coverage roadmap.

Let me know if you need any further help! Thanks

@khushail khushail added needs-cfn This issue is waiting on changes to CloudFormation before it can be addressed. effort/medium Medium work item – several days of effort and removed investigating This issue is being investigated and/or work is in progress to resolve the issue. labels Sep 6, 2024
@khushail khushail removed their assignment Sep 6, 2024
@williwlwilliwll
Copy link
Author

Thanks @khushail, have created one now - aws-cloudformation/cloudformation-coverage-roadmap#2127

Copy link

github-actions bot commented Sep 9, 2024

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

No branches or pull requests

2 participants