unregister from hub does not remove ami from aws console

Asked by Clive Darra

create an ami in hub
start it
stop it
click unregister from hub

login into console.aws.amazon.com
turnkey ami is still listed in aws ec2 "my instances" tab

Question information

Language:
English Edit question
Status:
Solved
For:
TurnKey Linux Edit question
Assignee:
No assignee Edit question
Solved by:
Alon Swartz
Solved:
Last query:
Last reply:
Revision history for this message
Clive Darra (osde8info) said :
#1

create an ami in hub
start it
stop it
click unregister from hub

login into console.aws.amazon.com
turnkey ami is still listed in aws ec2 "my instances" tab

Revision history for this message
Best Alon Swartz (alonswartz) said :
#2

I answered your feedback submission, but in case anyone else comes across this question I'll also answer it here.

Firstly, you mean "launch, destroy" not "start, stop" - A stopped instance is a state of an EBS backed instance, and cannot be unregistered from the Hub (otherwise the user would still be paying for storage and no know about it).

Anyway, the AWS console displays terminated (destroyed) instances until a timeout is reached, which is usually a couple of minutes. OTOH, the Hub will display terminated (destroyed) instances if you check the option to keep them around when terminating, providing the option to "launch another like this one".

Revision history for this message
Clive Darra (osde8info) said :
#3

thanks