403Webshell
Server IP : 52.25.153.185  /  Your IP : 216.73.216.194
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/opsworks/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /lib/python3/dist-packages/awscli/examples/opsworks/describe-rds-db-instances.rst
**To describe a stack's registered Amazon RDS instances**

The following example describes the Amazon RDS instances registered with a specified stack. ::

  aws opsworks --region us-east-1 describe-rds-db-instances --stack-id d72553d4-8727-448c-9b00-f024f0ba1b06

*Output*: The following is the output for a stack with one registered RDS instance. ::

  {
    "RdsDbInstances": [
      {
        "Engine": "mysql", 
        "StackId": "d72553d4-8727-448c-9b00-f024f0ba1b06", 
        "MissingOnRds": false, 
        "Region": "us-west-2", 
        "RdsDbInstanceArn": "arn:aws:rds:us-west-2:123456789012:db:clitestdb", 
        "DbPassword": "*****FILTERED*****", 
        "Address": "clitestdb.cdlqlk5uwd0k.us-west-2.rds.amazonaws.com", 
        "DbUser": "cliuser", 
        "DbInstanceIdentifier": "clitestdb"
      }
    ]
  }


For more information, see `Resource Management`_ in the *AWS OpsWorks User Guide*.

.. _`Resource Management`: http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html


Youez - 2016 - github.com/yon3zu
LinuXploit