Actions
Feature #3118
openEC2 compute resource could show available AMI images
Status:
New
Priority:
Normal
Assignee:
-
Category:
Compute resources - EC2
Target version:
-
Description
OpenStack, Rackspace and GCE compute resources can show the available images when creating a new image, but the EC2 provider doesn't and requires the user to know the AMI.
Unfortunately listing all images is excessive as there are many public AMIs, but we could perhaps return the user's or another subset, and let them override it with a custom AMI ID field.
Updated by Ohad Levy about 11 years ago
try:
filter = {"Owner" => "self"}
ec2.images.all( filter ).each { |x|
puts x.inspect
Updated by Dominic Cleal about 10 years ago
- Category changed from Compute resources to Compute resources - EC2
Updated by Dominic Cleal about 10 years ago
- Related to Feature #6098: When adding Amis to the EC2 compute resource I would like to be told if I typed in a bad ami added
Updated by Dominic Cleal almost 8 years ago
- Has duplicate Feature #16815: List available images for EC2 added
Actions