HEX
Server: Apache
System: Linux vps-cdc32557.vps.ovh.ca 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
User: hanode (1017)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //usr/share/doc/awscli/examples/route53resolver/list-firewall-rule-group-associations.rst
**To list DNS Firewall rule group associations**

The following ``list-firewall-rule-group-associations`` example lists your DNS Firewall rule group associations with Amazon VPCs. ::

    aws route53resolver list-firewall-rule-group-associations

Output::

    {
        "FirewallRuleGroupAssociations": [
            {
                "Id": "rslvr-frgassoc-57e8873d7example",
                "Arn": "arn:aws:route53resolver:us-west-2:123456789012:firewall-rule-group-association/rslvr-frgassoc-57e8873d7example",
                "FirewallRuleGroupId": "rslvr-frg-47f93271fexample",
                "VpcId": "vpc-31e92222",
                "Name": "test-association",
                "Priority": 101,
                "MutationProtection": "DISABLED",
                "Status": "UPDATING",
                "StatusMessage": "Creating Firewall Rule Group Association",
                "CreatorRequestId": "2ca1a304-32b3-4f5f-bc4c-EXAMPLE11111",
                "CreationTime": "2021-05-25T21:47:48.755768Z",
                "ModificationTime": "2021-05-25T21:47:48.755768Z"
            }
        ]
    }

For more information, see `Managing associations between your VPC and Route 53 Resolver DNS Firewall rule group <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resolver-dns-firewall-vpc-associating-rule-group.html>`__ in the *Amazon Route 53 Developer Guide*.