copilot-cli icon indicating copy to clipboard operation
copilot-cli copied to clipboard

[Bug]: Consistant Route53 Descriptions

Open avatarworf opened this issue 1 year ago • 0 comments

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 avatar Sep 27 '24 12:09 avatarworf