shinesolutions / aem-test-suite

AEM infrastructure test suite covering acceptance, recovery, security guideline testing scenarios
Apache License 2.0
5 stars 8 forks source link

Add DNS check to consolidated readiness #23

Open cliffano opened 6 years ago

cliffano commented 6 years ago

Currently we're relying on provisioning completeness done in SSM command pre step to verify whether the author-publish-dispatcher component has been provisioned and ready.

This should be improved further with adding DNS check, e.g. publish-dispatcher content can be accessed via the DNS for the stack-prefix being checked.

The implementation of this DNS check can also be reused later for full-set readiness check.