Which EC2 API call would you use to retrieve a list of Amazon Machine Images (AMIs)?

Which EC2 API call would you use to retrieve a list of Amazon Machine Images (AMIs)?

Which EC2 API call would you use to retrieve a list of Amazon Machine Images (AMIs)?

A.
DescnbeInstances

B.
You cannot retrieve a list of AMIs as there are over 10,000 AMIs

C.
GetAMls

D.
DescribeImages

E.
DescribeAMls

Explanation:



Leave a Reply 14

Your email address will not be published. Required fields are marked *


networkmanagers

networkmanagers

I have the same idea. B

Kosty

Kosty

D is correct

Santosh

Santosh

Ans D is correct

ASM

ASM

D.
ec2-describe-images (ec2dim)
Returns information about AMIs, AKIs, and ARIs. If no
parameter is specified, information about all images for
which you have launch permission is returned.
ec2-describe-images [ami_id …] [–all]
[-o owner …] [-x user_id] [[–filter
name=value] …]

http://awsdocs.s3.amazonaws.com/EC2/latest/ec2-qrc.pdf

certified

certified

aws ec2 describe-images