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

C2 Reverse Zone/Subnet Naming #7032

Closed
rjmoggach opened this issue Mar 26, 2020 · 1 comment
Closed

C2 Reverse Zone/Subnet Naming #7032

rjmoggach opened this issue Mar 26, 2020 · 1 comment
Assignees
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.

Comments

@rjmoggach
Copy link

Generated Subnet,Routing Tables etc. have somewhat counter-intuitive naming schemes for my tastes.

Given:

VPC:
  - Name: Mgmt
    CIDR: 10.0.0.0/16
    AvailabilityZones:
    - Name: Zone1
      AvailabilityZone: us-east-2a
    - Name: Zone2
      AvailabilityZone: us-east-2b
  Subnets:
    - Name: PrivateSubnet1
      CIDR: 10.0.0.0/21
    - Name: PrivateSubnet2
      CIDR: 10.0.8.0/21

Instead of:

MgmtPrivateSubnet11RoutingTable

I would prefer:

MgmtZone1PrivateSubnet1RoutingTable

Some of it I can get define adequately programmatically but more automated methods give the odd names that aren't at once clear.

@rjmoggach rjmoggach added the needs-triage This issue or PR still needs to be triaged. label Mar 26, 2020
@SomayaB SomayaB added feature-request A feature should be added or improved. @aws-cdk/aws-ec2 Related to Amazon Elastic Compute Cloud labels Mar 30, 2020
@rix0rrr
Copy link
Contributor

rix0rrr commented Apr 16, 2020

Not really something we can do anything about in the current state of things. You can rename logical IDs, or try to not care about the logical IDs.

Closing as a duplicate of #5927

@rix0rrr rix0rrr closed this as completed Apr 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

3 participants