Represents an Amazon Machine Image (AMI) that can be run on an Amazon EC2 instance.
Inheritance Hierarchy
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3
Syntax
public class Image : Object
The Image type exposes the following members
Constructors
Name | Description | |
---|---|---|
![]() |
Image() |
Properties
Name | Description | |
---|---|---|
![]() |
Architecture | The architecture of the image. |
![]() |
BlockDeviceMappings | Specifies how block devices are exposed to the instance. |
![]() |
Description | The description of the AMI that was provided during image creation. |
![]() |
Hypervisor | |
![]() |
ImageId | The unique ID of the AMI. |
![]() |
ImageLocation | The location of the AMI. |
![]() |
ImageOwnerAlias | The AWS account alias (e.g., "amazon", "redhat", "self", etc.) or AWS account ID that owns the AMI. |
![]() |
ImageType | The type of image (machine, kernel, or ramdisk). |
![]() |
KernelId | The kernel associated with the image, if any. Only applicable for machine images. |
![]() |
Name | The name of the AMI that was provided during image creation. |
![]() |
OwnerId | AWS Access Key ID of the image owner. |
![]() |
Platform | The operating platform of the AMI. |
![]() |
ProductCodes | Product codes of the AMI. |
![]() |
Public | True if this image has public launch permissions. False if it only has implicit and explicit launch permissions. |
![]() |
RamdiskId | The RAM disk associated with the image, if any. Only applicable for machine images. |
![]() |
RootDeviceName |
The root device name (e.g., |
![]() |
RootDeviceType | The root device type used by the AMI. The AMI can use an Amazon EBS or instance store root device. |
![]() |
State |
Current state of the AMI. If the operation returns available, the image is successfully registered and available for launching. If the
operation returns deregistered, the image is deregistered and no longer available for launching.
Constraints: |
![]() |
StateReason | The reason for the state change. |
![]() |
Tags | A list of tags for the Image. |
![]() |
VirtualizationType |
Version Information
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8
.NET for Windows Phone:
Supported in: Window Phone 8