Hi,

i hat a running t1.micro instance which I choosed to change to a m1.small instance, I did this, not thinking too long about it, by using the amazon aws console (stop instance, change instance type, start instance).

now the instance correctly starts up as a m1.small instance, however in the tk hub it is still shown as "t1.micro".

is there any way to update the metadata in the tk hub so that it shows the correct instance type there as well?

 

thanks for your suggestions

regards

christoph

Replies (4)

AFAIK the Hub doesn't support changing instance type

Reply 1

And I have never used the AWS console, so have no idea about any of that (in fact didn't even realise that it was possible).

Perhaps you should suggest it as a feature (lodge a blueprint)?

My only suggestion to resolve your issue, is to do a TKLBAM backup of your appliance and then launch a new instance of the size you want and restore the TKLBAM backup to it

Ah yes, snapshot...

Reply 2

Didn't think of that.

Not currently supported, but you can use snapshots...

Reply 3

Changing instance sizes inline in the Hub is not currently support, but I've added it to the todo list. You could do as Jeremy suggested (using TKLBAM), but for EBS-backed instances the easier way would be using snapshots. 

Take a snapshot of the instance, then launch the snapshot as a new instance, and specify the instance size you want. Added bonus is you can specify a larger EBS volume and the filesystem will be auto-resized on firstboot.

snapshot trick will do

Reply 4

all right, sounds a fair trick for me. thanks,

regards