Amazon Machine Images (AMI)

Filters

image-age

Checks the CreationDate of the AMI. Age is in days.

Schema:

{
  "days": {
    "minimum": 0,
    "type": "number"
  },
  "op": {
    "$ref": "#/definitions/filters_common/comparison_operators"
  }
}

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:

{
  "delete-snapshots": {
    "type": "boolean"
  }
}