I am looking at SSM instance ping status (PingStatus) information, as returned by the describe_instance_information boto3 calls or as displayed in the SSM console for Managed Instances. But it is not clear to me what the values represent in all cases. From documentation such as this I understand there are 3 status values:
- Online
- ConnectionLost
- Inactive
"Online" seems pretty self explanatory, and I can make a relatively safe guess at what "ConnectionLost" means, but then what does "Inactive" mean? What exactly do each of these ping status values indicate? I want to understand what is different about "ConnectionLost" and "Inactive" so I can respond more appropriately to the status when I see it.