Project

General

Profile

Actions

Feature #3118

open

EC2 compute resource could show available AMI images

Added by Dominic Cleal over 10 years ago. Updated almost 8 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Compute resources - EC2
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

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.


Related issues 2 (0 open2 closed)

Related to Foreman - Feature #6098: When adding Amis to the EC2 compute resource I would like to be told if I typed in a bad amiClosedTom Caspy06/06/2014Actions
Has duplicate Foreman - Feature #16815: List available images for EC2Duplicate10/06/2016Actions
Actions #1

Updated by Ohad Levy over 10 years ago

try:

filter = {"Owner" => "self"}
ec2.images.all( filter ).each { |x|
    puts x.inspect

Actions #2

Updated by Dominic Cleal over 9 years ago

  • Category changed from Compute resources to Compute resources - EC2
Actions #3

Updated by Dominic Cleal over 9 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
Actions #4

Updated by Dominic Cleal over 7 years ago

Actions

Also available in: Atom PDF