ice icon indicating copy to clipboard operation
ice copied to clipboard

OnDemandInstance shown as ReservedInstanceHeavy when Custom Tags enabled

Open anpbabaki opened this issue 10 years ago • 5 comments

All OnDemandInstances are being shown as ReservedInstanceHeavy on the pages using Resource Groups. Running the latest commit, Grails 2.4.4

Here you can see us-east-1 EC2 costs are 15,502.69 and the On Demand and Reserved are properly broken down

image

Here you see on the Details with Rsource Groups, they are lumped into one Operation.

image

anpbabaki avatar Sep 15 '15 13:09 anpbabaki

anyone else seeing this?

anpbabaki avatar Sep 30 '15 12:09 anpbabaki

Yes seeing the same on a fresh install. Used the ansible scripts from http://answersforaws.com/code/netflixoss/ice/ to set it up.

harishbsrinivas avatar Oct 29 '15 13:10 harishbsrinivas

We are having this exact problem as well. Has anyone figured it out?

LordBrain avatar Nov 18 '15 14:11 LordBrain

After a few days of digging I think I have it tracked to a undocumented config setting. In the code it defaults the property ice.resourceGroupCost to "modeled", which the code then goes and creates the ReservedInstanceHeavy even if you are not using it.

I set the property to ice.resourceGroupCost=fishy and the ReservedInstance was removed from the list.

I don't know if this will exactly fix your problem, but I have a feeling it might.

LordBrain avatar Nov 18 '15 20:11 LordBrain

This post pretty much explains the reasoning for the behavior we are seeing..if you read the whole thread you will see what I mean

https://groups.google.com/forum/#!topic/iceusers/zh6pBh0c7oA

anpbabaki avatar Nov 20 '15 21:11 anpbabaki