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:
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:
D
I have the same idea. B
Answer is D.
http://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/ApiReference-cmd-DescribeImages.html
D
D
D is correct
Ans D is correct
D
D
http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html
B
D
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
aws ec2 describe-images
D