HEX
Server: Apache
System: Linux vps28526 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
User: heewonvps_17 (6705002)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //usr/lib/python3/dist-packages/awscli/examples/shield/get-subscription-state.rst
**To retrieve the current state of the account's AWS Shield Advanced subscription**

The following ``get-subscription-state`` example retrieves the state of the Shield Advanced protection for the account. ::

    aws shield get-subscription-state

Output::

    {
        "SubscriptionState": "ACTIVE"
    }

For more information, see `How AWS Shield Works <https://docs.aws.amazon.com/waf/latest/developerguide/ddos-overview.html>`__ in the *AWS Shield Advanced Developer Guide*.