https://t.me/RX1948
Server : Apache
System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User : dh_edsupp ( 6597262)
PHP Version : 8.2.26
Disable Function : NONE
Directory :  /lib/python3/dist-packages/awscli/examples/route53resolver/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //lib/python3/dist-packages/awscli/examples/route53resolver/list-resolver-endpoint-ip-addresses.rst
**To list IP addresses for a specified inbound or outbound endpoint**

The following ``list-resolver-endpoint-ip-addresses`` example lists information about the IP addresses that are associated with the inbound endpoint ``rslvr-in-f9ab8a03f1example``. You can also use ``list-resolver-endpoint-ip-addresses`` for outbound endpoints by specifying the applicable endpoint ID. ::

    aws route53resolver list-resolver-endpoint-ip-addresses \
        --resolver-endpoint-id rslvr-in-f9ab8a03f1example

Output::

    {
        "MaxResults": 10,
        "IpAddresses": [
            {
                "IpId": "rni-1de60cdbfeexample",
                "SubnetId": "subnet-ba47exam",
                "Ip": "192.0.2.44",
                "Status": "ATTACHED",
                "StatusMessage": "This IP address is operational.",
                "CreationTime": "2020-01-03T23:02:29.587Z",
                "ModificationTime": "2020-01-03T23:03:05.555Z"
            },
            {
                "IpId": "rni-aac7085e38example",
                "SubnetId": "subnet-12d8exam",
                "Ip": "192.0.2.45",
                "Status": "ATTACHED",
                "StatusMessage": "This IP address is operational.",
                "CreationTime": "2020-01-03T23:02:29.593Z",
                "ModificationTime": "2020-01-03T23:02:55.060Z"
            }
        ]
    }

For more information about the values in the output, see `Values That You Specify When You Create or Edit Inbound Endpoints <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resolver-forwarding-inbound-queries.html#resolver-forwarding-inbound-queries-values>`__, and `Values That You Specify When You Create or Edit Outbound Endpoints <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resolver-forwarding-outbound-queries.html#resolver-forwarding-outbound-queries-endpoint-values>`__, both in the *Amazon Route 53 Developer Guide*.

https://t.me/RX1948 - 2025