shinesolutions / aem-aws-stack-builder

Adobe Experience Manager (AEM) infrastructure builder on AWS using CloudFormation stacks
Apache License 2.0
44 stars 38 forks source link

Stack level health check #13

Closed cliffano closed 6 years ago

cliffano commented 7 years ago

Need a way to identify whether a stack is healthy or not, this should include various statuses:

cliffano commented 6 years ago

These logic checks will be implemented in https://github.com/shinesolutions/ruby_aem_aws , and will be made available as InSpec profile(s), which will then simply be hooked up to aem-test-suite and stack-init .

cliffano commented 6 years ago

This feature has been implemented in https://github.com/shinesolutions/inspec-aem-aws , and callable by the user via https://github.com/shinesolutions/aem-stack-manager-messenger make check-readiness-full-set . The rules to identify readiness will change along the way, but those changes should be encapsulated within inspec-aem-aws and ruby_aem_aws.