block_device_mappings

EC2.Instance.block_device_mappings
  • (list) --

    Any block device mapping entries for the instance.

    • (dict) --

      Describes a block device mapping.

      • DeviceName (string) --

        The device name (for example, /dev/sdh or xvdh ).

      • Ebs (dict) --

        Parameters used to automatically set up EBS volumes when the instance is launched.

        • AttachTime (datetime) --

          The time stamp when the attachment initiated.

        • DeleteOnTermination (boolean) --

          Indicates whether the volume is deleted on instance termination.

        • Status (string) --

          The attachment state.

        • VolumeId (string) --

          The ID of the EBS volume.