acm: reliability improvements for automatically validated certificate #2632
Labels
@aws-cdk/aws-certificatemanager
Related to Amazon Certificate Manager
effort/large
Large work item – several weeks of effort
feature-request
A feature should be added or improved.
p2
Remarks from Todd Cignetti:
One thing that’s important to call out in the docs is what happens in the case of a partial failure to write to R53. For example, for a certificate request with multiple domains, some writes to R53 may succeed and others may fail. I presume that the call would fail, but it would not remove the records that it wrote successfully. The good news is that a subsequent call to ACM from the same account with the same domains will generate the same R53 tokens, so repeating the call can be successful.
Another question is how to maintain the R53 records in conjunction with the cert lifecycle. It would be nice to have a call to remove the records when all of the certificates that use the domain are deleted. Obviously there could be issues here where a domain is still in use with one certificate when another cert that uses the domain is deleted, so it’s not ok just to delete the tokens from R53 when a certificate with that domain is deleted.
The text was updated successfully, but these errors were encountered: