Find the Amazon machine image identified by the ImageDescriptor.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public static Image FindImage( AmazonEC2 ec2Client, ImageUtilities..::..ImageDescriptor descriptor )
 Parameters
 Parameters- ec2Client (AmazonEC2)
- The EC2 client used to search for the image.
- descriptor (ImageUtilities..::..ImageDescriptor)
- The descriptor used to identify the image.
 Return Value
 Return ValueThe Amazon machine image.