Amazon Machine Images (AMI)

Filters

image-age

Checks the CreationDate of the AMI. Age is in days. Deprecated use value filter with value_type: age

Schema:

additionalProperties: false
properties:
  days:
    minimum: 0
    type: number
  op:
    $ref: '#/definitions/filters_common/comparison_operators'
  type:
    enum:
    - image-age
required:
- type
type: object

Actions

deregister

Deregisters the specified AMI. After you deregister an AMI, it can’t be used to launch new instances. This command does not delete the AMI.

Schema:

additionalProperties: false
properties:
  delete-snapshots:
    type: boolean
  type:
    enum:
    - deregister
required:
- type
type: object