
describe-instance-attribute
***************************


DESCRIPTION
===========

Returns information about an attribute of an instance. Only one
attribute can be specified per call.


SYNOPSIS
========

   aws ec2 describe-instance-attribute
     --instance-id <value>
     --attribute <value>


REQUIRED PARAMETERS
===================

"--instance-id"  (string)
   The ID of the instance whose instance attribute is being described.

"--attribute"  (string)
   The name of the attribute to describe.

   Available attribute names: "instanceType" , "kernel" , "ramdisk" ,
   "userData" , "disableApiTermination" ,
   "instanceInitiatedShutdownBehavior" , "rootDeviceName" ,
   "blockDeviceMapping"


OPTIONAL PARAMETERS
===================

None
