Amazon Machine Images (AMI)¶
Filters¶
Standard Value Filter (see Generic Filters)
image-ageChecks the
CreationDateof the AMI. Age is in days.Schema:
{ "days": { "minimum": 0, "type": "number" }, "op": { "$ref": "#/definitions/filters_common/comparison_operators" } }
Actions¶
deregisterDeregisters 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" } }