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

shorter, cloud.gov-ier DNS names for NLBs #1061

Open
1 task
bengerman13 opened this issue May 24, 2022 · 0 comments
Open
1 task

shorter, cloud.gov-ier DNS names for NLBs #1061

bengerman13 opened this issue May 24, 2022 · 0 comments

Comments

@bengerman13
Copy link
Contributor

bengerman13 commented May 24, 2022

In order to remove implementation details from user-facing routes, we want TCP load balancers to have shorter names that do not reference cloud.gov and are not based on indices/counters

Acceptance Criteria

  • GIVEN TCP routing is enabled in an environment
    AND multiple TCP domains exist in the environment
    WHEN I look for TCP domains
    THEN each domain should be a subdomain of cloud.gov
    AND no domain should reference Amazon/AWS
    AND it should be unclear what order domains were created in

Security considerations

None

Implementation sketch

it probably makes sense to do something like ${digits}.tcp.${env}.cloud.gov, where digits is the first several digits from the NLB dns name from AWS and env is an environment identifier.

we should be able to do this with A/AAAA records, since I believe NLBs always have static IPs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant