test_aws_cloud module
- test_aws_cloud.test_aws_available_unattached_ebs_volumes_aws()
- Description:
Check if there are available and un-attached EBS volumes on AWS.
- Result:
Show detailed information about the available volumes over AVAILABLE_EBS_VOLUME_THRESHOLD Gb in size. The volume is considered available if it doesn’t have the ‘Attachments’ key and its state is ‘available’.
- test_aws_cloud.test_aws_cloud_instance()
- Description:
Check if Domino is running on AWS and show the AWS region
- Result:
- This check is informational only and will never fail.
If not running on AWS the test is skipped.