Find the Amazon machine image identified by the ImageDescriptor.

C# |
public static Image FindImage( AmazonEC2 ec2Client, ImageUtilities..::..ImageDescriptor descriptor )

- ec2Client (AmazonEC2)
- The EC2 client used to search for the image.
- descriptor (ImageUtilities..::..ImageDescriptor)
- The descriptor used to identify the image.

The Amazon machine image.