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: //proc/self/root/lib/python3.6/site-packages/awscli/examples/opsworks/describe-raid-arrays.rst
**To describe RAID arrays**

The following example describes the RAID arrays attached to the instances in a specified stack. ::

  aws opsworks --region us-east-1 describe-raid-arrays --stack-id d72553d4-8727-448c-9b00-f024f0ba1b06

*Output*: The following is the output for a stack with one RAID array. ::

  {
    "RaidArrays": [
      {
        "StackId": "d72553d4-8727-448c-9b00-f024f0ba1b06", 
        "AvailabilityZone": "us-west-2a", 
        "Name": "Created for php-app1", 
        "NumberOfDisks": 2, 
        "InstanceId": "9f14adbc-ced5-43b6-bf01-e7d0db6cf2f7", 
        "RaidLevel": 0, 
        "VolumeType": "standard", 
        "RaidArrayId": "f2d4e470-5972-4676-b1b8-bae41ec3e51c", 
        "Device": "/dev/md0", 
        "MountPoint": "/mnt/workspace", 
        "CreatedAt": "2015-02-26T23:53:09+00:00", 
        "Size": 100
      } 
    ]
  }

For more information, see `EBS Volumes`_ in the *AWS OpsWorks User Guide*.

.. _`EBS Volumes`: http://docs.aws.amazon.com/opsworks/latest/userguide/workinglayers-basics-edit.html#workinglayers-basics-edit-ebs