great-sunset-355
08/02/2021, 12:35 PMallow_overwrite=True
with r53.Record()
Assume:
<http://cert.domain.com|cert.domain.com>
- is the name
1) create the certificate in region eu-west-1
for <http://cert.domain.com|cert.domain.com>
, this generates validation CNAME: <http://1234.aws.validate.com|1234.aws.validate.com>
, creates CNAME in r53
2) create the certificate in region us-east-1
for <http://cert.domain.com|cert.domain.com>
, this generates validation CNAME: <http://1234.aws.validate.com|1234.aws.validate.com>
, overwrites CNAME in r53
3) delete the certificate from step 2) - removes CNAME from r53
however cert in step 1) may still require this CNAME to be preset or does the CertificateValidation takes care of recreation?bored-oyster-3147
08/02/2021, 1:14 PMgreat-sunset-355
08/02/2021, 1:32 PMif not exists: create r53.Record()
due to async behaviour of pulumi programbored-oyster-3147
08/02/2021, 1:33 PMcert region: cert arn
great-sunset-355
08/03/2021, 11:45 AMbored-oyster-3147
08/03/2021, 12:29 PMgreat-sunset-355
08/03/2021, 12:50 PMbored-oyster-3147
08/03/2021, 12:57 PMgreat-sunset-355
08/04/2021, 6:01 PM