pcluster-manager
pcluster-manager copied to clipboard
Filter custom AMI's by date
Custom images cannot be listed by the creation date property.
This feature would be useful to identify the latest images or locate images based on the creation date without looking at the details for every AMI.
This seems like a pretty good feature to have.
Unfortunately the Pcluster API currently doesn't return the creationTime
when we list the images, which makes it difficult to filter / sort the list based on this information (we would have to make an API call for each image). I think this expanded API should happen in the Pcluster API first and then we'll easily able to support this feature in Pcluster Manager.