describe_images: Describe AMI(s)

Description Usage Arguments Value References Examples

View source: R/describe_images.R

Description

Search/Describe AMI(s)

Usage

1
2
describe_images(image = NULL, filter = NULL, availableto = NULL,
  owner = NULL, ...)

Arguments

image

A character string containing an Amazon Machine Image (AMI) image ID or an object of class “ec2_image”.

filter

...

availableto

Scopes the images by users with explicit launch permissions. Specify an AWS account ID, "self" (the sender of the request), or '"all"“ (public AMIs).

owner

Filters the images by the owner. Specify an AWS account ID, "self" (owner is the sender of the request), or an AWS owner alias (valid values are "amazon" | "aws-marketplace" | "microsoft"). Omitting this option returns all images for which you have launch permissions, regardless of ownership.

...

Additional arguments passed to [ec2HTTP()].

Value

A list

References

https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html

Examples

1
2
3
4
5
6
7
8
## Not run: 
# RStudio AMIs from: http://www.louisaslett.com/RStudio_AMI/
describe_images("ami-7f9dc615")

# Amazon Linux AMI from: http://aws.amazon.com/amazon-linux-ami/
describe_images("ami-08111162")

## End(Not run)

HanjoStudy/awsR documentation built on May 6, 2019, 9:06 a.m.