HEX
Server: LiteSpeed
System: Linux s3604.bom1.stableserver.net 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User: dmstechonline (1480)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //lib/python3.6/site-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