scarr
scarr copied to clipboard
Doesn't handle timed-out cert requests
When running scarr deploy, you get to a step where it's waiting for dns records to get picked up by ACM so the new certificates can get validated. It says it's fine to quit scarr and come back later to try again. Apparently ACM cert provisioning requests time out after 72 hours, at which point you need to delete the request and try again.
- Handle auto-deletion of existing acm requests
- possibly delete the previously-created dns validation records
- Add some messaging like "Come back in a few (but no more than 72) hours" to that step.