404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.21.21.220: ~ $
**To create a Resolver rule**

The following ``create-resolver-rule`` example creates a Resolver forwarding rule. The rule uses the outbound endpoint rslvr-out-d5e5920e37example to forward DNS queries for ``example.com`` to the IP addresses 10.24.8.75 and 10.24.8.156. ::

    aws route53resolver create-resolver-rule \
        --creator-request-id 2020-01-02-18:47 \
        --domain-name example.com \
        --name my-rule \
        --resolver-endpoint-id rslvr-out-d5e5920e37example \
        --rule-type FORWARD \
        --target-ips "Ip=10.24.8.75" "Ip=10.24.8.156"

Output::

    {
        "ResolverRule": {
            "Status": "COMPLETE", 
            "RuleType": "FORWARD", 
            "ResolverEndpointId": "rslvr-out-d5e5920e37example", 
            "Name": "my-rule", 
            "DomainName": "example.com.", 
            "CreationTime": "2022-05-10T21:35:30.923187Z", 
            "TargetIps": [
                {
                    "Ip": "10.24.8.75", 
                    "Port": 53
                }, 
                {
                    "Ip": "10.24.8.156", 
                    "Port": 53
                }
            ], 
            "CreatorRequestId": "2022-05-10-16:33", 
            "ModificationTime": "2022-05-10T21:35:30.923187Z", 
            "ShareStatus": "NOT_SHARED", 
            "Arn": "arn:aws:route53resolver:us-east-1:111117012054:resolver-rule/rslvr-rr-b1e0b905e93611111", 
            "OwnerId": "111111111111", 
            "Id": "rslvr-rr-rslvr-rr-b1e0b905e93611111", 
            "StatusMessage": "[Trace id: 1-22222222-3e56afcc71a3724664f22e24] Successfully created Resolver Rule."
        }
    }

Filemanager

Name Type Size Permission Actions
associate-firewall-rule-group.rst File 1.42 KB 0644
associate-resolver-endpoint-ip-address.rst File 1.59 KB 0755
associate-resolver-rule.rst File 1.14 KB 0755
create-firewall-domain-list.rst File 1.09 KB 0644
create-firewall-rule-group.rst File 1.1 KB 0644
create-firewall-rule.rst File 1.13 KB 0644
create-resolver-endpoint.rst File 2.47 KB 0755
create-resolver-rule.rst File 1.65 KB 0755
delete-firewall-domain-list.rst File 1.09 KB 0644
delete-firewall-rule-group.rst File 1.09 KB 0644
delete-firewall-rule.rst File 1013 B 0644
delete-resolver-endpoint.rst File 1.33 KB 0755
delete-resolver-rule.rst File 1.17 KB 0755
disassociate-firewall-rule-group.rst File 1.36 KB 0644
disassociate-resolver-endpoint-ip-address.rst File 1.57 KB 0755
disassociate-resolver-rule.rst File 1.14 KB 0755
get-firewall-config.rst File 687 B 0644
get-firewall-domain-list.rst File 1.04 KB 0644
get-firewall-rule-group-association.rst File 1.34 KB 0644
get-firewall-rule-group-policy.rst File 1012 B 0644
get-firewall-rule-group.rst File 1.13 KB 0644
get-resolver-endpoint.rst File 1.41 KB 0755
get-resolver-rule-association.rst File 879 B 0755
get-resolver-rule.rst File 1.48 KB 0755
import-firewall-domains.rst File 796 B 0644
list-firewall-configs.rst File 672 B 0644
list-firewall-domain-lists.rst File 1.59 KB 0644
list-firewall-domains.rst File 629 B 0644
list-firewall-rule-group-associations.rst File 1.37 KB 0644
list-firewall-rule-groups.rst File 875 B 0644
list-firewall-rules.rst File 1.01 KB 0644
list-resolver-endpoint-ip-addresses.rst File 1.9 KB 0755
list-resolver-endpoints.rst File 1.86 KB 0755
list-resolver-rule-associations.rst File 1.29 KB 0755
list-resolver-rules.rst File 1.89 KB 0755
list-tags-for-resource.rst File 830 B 0755
put-firewall-rule-group-policy.rst File 966 B 0644
put-resolver-rule-policy.rst File 2.29 KB 0755
tag-resource.rst File 665 B 0755
untag-resource.rst File 780 B 0755
update-firewall-config.rst File 706 B 0644
update-firewall-domains.rst File 746 B 0644
update-firewall-rule-group-association.rst File 1.39 KB 0644
update-firewall-rule.rst File 1.04 KB 0644
update-resolver-endpoint.rst File 1.08 KB 0755
update-resolver-rule.rst File 2.68 KB 0755