Why does my custom Amazon EC2 AMI have limited instance type options?
        Posted  
        
            by 
                John
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by John
        
        
        
        Published on 2011-03-07T23:44:35Z
        Indexed on 
            2011/03/08
            0:12 UTC
        
        
        Read the original article
        Hit count: 589
        
amazon-ec2
|amazon
The Basic 64-bit Amazon Linux AMI has the following instance type options available:
- Micro
 - Large
 - Extra-Large
 - High-Memory Extra Large
 
... etc
I booted up this AMI as a micro type, made customizations, shut it down, detached the volume, took a snapshot, and registered my own custom AMI: ec2-register –snapshot [snapshot_id] –description "my description" –name "my name" –kernel aki-427d952b
That worked. HOWEVER, when I try to create an instance from my custom AMI, only the following instance types are available:
- Micro
 - Small
 - High-CPU Medium
 
... which coincidentally are the same instance types available if you try to boot up the 32-bit Amazon image.
Why are the available instance types of my custom image varying from the available instance types of the image I based it off of?
© Server Fault or respective owner