The following instances are now compliant with the Required Tags standards and are no longer subject to being stopped:
{% for issue in issues %}
    *Account:* `{{ issue.instance.account.account_name }}`
    *Region:* `{{ issue.instance.location }}`
    *Instance ID:* `{{ issue.instance.get_name_or_instance_id(True) }}`

{% endfor %}
