Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
ec2
/
Filename :
describe-volume-attribute.rst
back
Copy
**To describe a volume attribute** This example command describes the ``autoEnableIo`` attribute of the volume with the ID ``vol-049df61146c4d7901``. Command:: aws ec2 describe-volume-attribute --volume-id vol-049df61146c4d7901 --attribute autoEnableIO Output:: { "AutoEnableIO": { "Value": false }, "VolumeId": "vol-049df61146c4d7901" }