rich-dress-42878
02/17/2023, 4:23 AMalb
) that I am dynamically creating a Route53 DNS record from. alb.loadBalancer.dnsName
produces dualstack.$RESOURCE_NAME-xxxxxxxxxx.$<http://REGION.elb.amazonaws.com|REGION.elb.amazonaws.com>
, where xxxxxxxxxx
is a random string of numbers. Is there a way to strip the random string of numbers from the resource name? I set the name
property on the Pulumi ALB resource, which removed Pulumi's unique suffix, but not the numbers
Or am I looking at this the wrong way? My issue/goal here is to keep a static record value to avoid DNS propagation downtime (which can be very long)dry-journalist-60579
02/17/2023, 1:53 PMbillowy-army-68599
02/17/2023, 3:29 PMrich-dress-42878
02/17/2023, 5:45 PMdry-journalist-60579
02/17/2023, 5:46 PMrich-dress-42878
02/17/2023, 5:58 PMTaskDefinition
and Service
change (as expected), which causes the alb.loadBalancer.dnsName
output to change. Causing the A
record pointing to that DNS name to be out of sync for a whiledry-journalist-60579
02/18/2023, 3:18 AMrich-dress-42878
02/18/2023, 6:37 AMpolite-umbrella-11196
02/27/2023, 11:02 PMrich-dress-42878
02/27/2023, 11:03 PMpolite-umbrella-11196
02/27/2023, 11:03 PM