Amazon EBS Volume Status

Amazon.AmazonWebServices.UnitMonitor.EbsVolumeStatusCheckState (UnitMonitor)

It is a monitor for Elastic Block Store Volume Status Check

Knowledge Base article:

Summary

It is a script three-state monitor which is used for EBS Volume Status. It switches state depending on Elastic Block Store Volume Status Check.

Monitor is in Healthy state when EBS Volume status is:

Monitor is in Warning state when EBS Volume status is:

Monitor is in Error state when EBS Volume status is:

Causes

This monitor depends on EBS Volume status check.

Resolutions

Investigate reason why EBS Volume failed to pass status check in Amazon Console

Element properties:

TargetAmazon.AmazonWebServices.EbsVolume
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeAmazon.AmazonWebServices.MonitorType.EbsVolumeStatusCheckThreeStateType
RemotableTrue
AccessibilityPublic
Alert Message
Amazon EBS Volume Status Check Alert
The EBS Volume '{0}' failed to pass status check.
RunAsDefault

Source Code:

<UnitMonitor ID="Amazon.AmazonWebServices.UnitMonitor.EbsVolumeStatusCheckState" Target="Amazon.AmazonWebServices.EbsVolume" ParentMonitorID="Health!System.Health.AvailabilityState" TypeID="Amazon.AmazonWebServices.MonitorType.EbsVolumeStatusCheckThreeStateType" Remotable="true" Priority="Normal" ConfirmDelivery="false" Accessibility="Public" Enabled="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Amazon.AmazonWebServices.UnitMonitor.EbsVolumeStatusCheckState.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="System!System.Entity"]/DisplayName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Healthy" MonitorTypeStateID="Healthy" HealthState="Success"/>
<OperationalState ID="Warning" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="Error" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<WorkFlowName>CloudFormationStackHealthUnitMonitor</WorkFlowName>
<StartTimeInSeconds>40</StartTimeInSeconds>
<IntervalTimeInSeconds>900</IntervalTimeInSeconds>
<VolumeId>$Target/Property[Type='Amazon.AmazonWebServices.EbsVolume']/Id$</VolumeId>
<RegionName>$Target/Property[Type='Amazon.AmazonWebServices.Component']/RegionName$</RegionName>
</Configuration>
</UnitMonitor>