403Webshell
Server IP : 3.111.61.48  /  Your IP : 216.73.216.67
Web Server : Apache
System : Linux ip-10-0-5-176 6.8.0-1057-aws #60~22.04.1-Ubuntu SMP Wed May 27 08:16:59 UTC 2026 x86_64
User : ubuntu ( 1000)
PHP Version : 8.2.31
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /proc/thread-self/root/usr/share/doc/awscli/examples/route53resolver/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/thread-self/root/usr/share/doc/awscli/examples/route53resolver/update-resolver-endpoint.rst
**To update the name of a Resolver endpoint**

The following ``update-resolver-endpoint`` example updates the name of a Resolver endpoint. Updating other values isn't supported. ::

    aws route53resolver update-resolver-endpoint \ 
        --resolver-endpoint-id rslvr-in-b5d45e32bdc445f09 \
        --name my-renamed-inbound-endpoint

Output::

    {
        "ResolverEndpoint": {
            "Id": "rslvr-in-b5d45e32bdexample",
            "CreatorRequestId": "2020-01-02-18:48",
            "Arn": "arn:aws:route53resolver:us-west-2:111122223333:resolver-endpoint/rslvr-in-b5d45e32bdexample",
            "Name": "my-renamed-inbound-endpoint",
            "SecurityGroupIds": [
                "sg-f62bexam"
            ],
            "Direction": "INBOUND",
            "IpAddressCount": 2,
            "HostVPCId": "vpc-304bexam",
            "Status": "OPERATIONAL",
            "StatusMessage": "This Resolver Endpoint is operational.",
            "CreationTime": "2020-01-01T18:33:59.265Z",
            "ModificationTime": "2020-01-08T18:33:59.265Z"
        }
    }

Youez - 2016 - github.com/yon3zu
LinuXploit