403Webshell
Server IP : 52.25.153.185  /  Your IP : 216.73.217.12
Web Server : Apache
System : Linux ip-172-26-6-158 5.10.0-45-cloud-amd64 #1 SMP Debian 5.10.259-1 (2026-07-02) x86_64
User : daemon ( 1)
PHP Version : 8.1.10
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /lib/python3/dist-packages/awscli/examples/mediapackage/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /lib/python3/dist-packages/awscli/examples/mediapackage/rotate-ingest-endpoint-credentials.rst
**To rotate ingest credentials**

The following ``rotate-ingest-endpoint-credentials`` command rotates the WebDAV username and password for the specified ingest endpoint. ::

    aws mediapackage rotate-ingest-endpoint-credentials \
        --id test \
        --ingest-endpoint-id 584797f1740548c389a273585dd22a63

Output::

   {
       "Arn": "arn:aws:mediapackage:us-west-2:111222333:channels/584797f1740548c389a273585dd22a63",
       "HlsIngest": {
           "IngestEndpoints": [
               {
                   "Id": "584797f1740548c389a273585dd22a63",
                   "Password": "webdavregeneratedpassword1",
                   "Url": "https://9be9c4405c474882.mediapackage.us-west-2.amazonaws.com/in/v2/584797f1740548c389a273585dd22a63/584797f1740548c389a273585dd22a63/channel",
                   "Username": "webdavregeneratedusername1"
               },
               {
                   "Id": "7d187c8616fd455f88aaa5a9fcf74442",
                   "Password": "webdavgeneratedpassword2",
                   "Url": "https://7bf454c57220328d.mediapackage.us-west-2.amazonaws.com/in/v2/584797f1740548c389a273585dd22a63/7d187c8616fd455f88aaa5a9fcf74442/channel",
                   "Username": "webdavgeneratedusername2"
               }
           ]
       },
       "Id": "test",
       "Tags": {}
   }

For more information, see `Rotating Credentials on an Input URL <https://docs.aws.amazon.com/mediapackage/latest/ug/channels-rotate-creds>`__ in the *AWS Elemental MediaPackage User Guide*.

Youez - 2016 - github.com/yon3zu
LinuXploit