(@aws-cdk/aws-ec2): Proposed, Separate the "vpc" construct to each resource such as subnets, routes, nat-gateway. #14318
Labels
@aws-cdk/aws-ec2
Related to Amazon Elastic Compute Cloud
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
Proposed
Separate the "vpc" construct to each resource such as subnets, routes, nat-gateway.
Reason
The "vpc" construct is abstract to 3-tier architecture include aws resources such as vpc and subnet and nat-gateway and etc.
so if it use, can easily write code to provisioning 3-tier architecture and useful to mostly architecture.
However, I sometimes need to special architecture due to business constraint. in this case, it is difficult to modify detailed settings such as subnets and NATs.
so I hope separate the "vpc" construct to each resource such as subnets, routes, nat-gateway and get a tenderness by de-couple each resource dependency.
Proposed Solution
for example,
The text was updated successfully, but these errors were encountered: