sparse-intern-71089
08/23/2021, 2:12 AMgreat-sunset-355
08/23/2021, 6:21 AMgreat-sunset-355
08/23/2021, 6:21 AMbland-smartphone-19451
08/23/2021, 7:40 AMbland-smartphone-19451
08/23/2021, 8:59 AMbland-smartphone-19451
08/23/2021, 9:57 AMconst zone = new aws.route53.Zone("<http://alliance-dev.com|alliance-dev.com>", {});
const www = new aws.route53.Record("www", {
zoneId: zone.zoneId,
name: 'orders-center',
type: 'A',
aliases: [{
name: main.loadBalancer.loadBalancer.dnsName,
zoneId: main.loadBalancer.loadBalancer.zoneId,
evaluateTargetHealth: true,
}],
});
this is my latest code,
it creates blow route53 records:
how to remove the suffixbland-smartphone-19451
08/24/2021, 1:15 AM