Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / ec2 / enable-volume-io.rst
Size: Mime:
**To enable I/O for a volume**

This example enables I/O on volume ``vol-1234567890abcdef0``.

Command::

  aws ec2 enable-volume-io --volume-id vol-1234567890abcdef0
  
Output::

  {
    "Return": true
  }