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

[Bug]: Consistant Route53 Descriptions #5946

Open
avatarworf opened this issue Sep 27, 2024 · 0 comments
Open

[Bug]: Consistant Route53 Descriptions #5946

avatarworf opened this issue Sep 27, 2024 · 0 comments
Labels
type/bug Issues that are bugs.

Comments

@avatarworf
Copy link

Description:

When CoPilot creates hosted zone in Route53 the Descriptions are inconsistantly named.

Details:

copilot version: v1.34.0
Using pre-configured VPC resources

Observed result:

Hosted zone for copilot application staging: staging.bob.com
HostedZone for environment eu-w1 - eu-w1.staging.bob.com  (ref)
Created by AWS Cloud Map namespace with ARN arn:aws:servicediscovery:eu-west-1:123456789012:namespace/ns-asdff **Likely a default Description

Expected result:

Hosted zone for copilot application staging: staging.bob.com
Hosted zone for environment eu-w1: eu-w1.staging.bob.com  
Cloud Map namespace ns-asdff: eu-w1.staging.local
^ still don't know the exact purpose of this is, but description should match the purpose

Debugging:

Running simple
copilot app init staging --domain bob.com
copilot env init --name eu-w1 --region eu-west-1
copilot env deploy --name eu-w1

@avatarworf avatarworf added the type/bug Issues that are bugs. label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Issues that are bugs.
Projects
None yet
Development

No branches or pull requests

1 participant