aws-ec2 Allow the Developer to Assign IP addresses to SubNet #3562
Labels
@aws-cdk/aws-ec2
Related to Amazon Elastic Compute Cloud
effort/large
Large work item – several weeks of effort
feature-request
A feature should be added or improved.
p2
Note: for support questions, please first reference our documentation, then use Stackoverflow. This repository's issues are intended for feature requests and bug reports.
I'm submitting a ...
What is the current behavior?
If the current behavior is a 🪲bug🪲: Please provide the steps to reproduce
Currently, when you create a VPC and you add your subnets , these can only be in the SubNetType Ranges (Public, PRivate, Isolated)
for each of these, in the SubnetConfiguration you can only allocate a CidrMask.
The actual IP ranges used are allocated by the template.
What is the expected behavior (or behavior of feature suggested)?
Allow the developer to assign the actual IP range they wish to use for there subnets.
This is what users have generally done to date if using cloud formation or via the API.
What is the motivation / use case for changing the behaviour or adding this feature?
I have been given a design brief that details out exact subnets, IP address ranges, NACL, Routing etc. CDK does not allow the user to follow such a brief.
Please tell us about your environment:
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. associated pull-request, stackoverflow, gitter, etc)
The text was updated successfully, but these errors were encountered: