Jonathan Crane
Jonathan Crane
I'm researching a similar error but I am using an IAM user, not a role, but my Google search brought me here. So I'm bumping this in case it helps.
I was able to solve this problem by putting the -D options in the command to start ice, per the documentation. On Thu, May 8, 2014 at 10:50 AM, Vivek...
./grailsw -Dice.s3AccessKeyId= -Dice.s3SecretKey= run-app
Oh OK. I think I saw something about that in the past week on the ice users Google group. Try checking there--it's the official support area for ICE.
+1 for this feature request, I've now run into a similar problem to the one @jonapich experienced.
Yeah I've gotten this weird "inexact" error before. I think what I did was cast a number to decimal earlier on in the calculation, then I rounded it to two...
So let's say it's a value that's calculated on the fly. Do we cast it as a string, thusly: ``` python our_value = some_other_value / yet_another_value item = {'name': 'testing_row',...
Chiming in that, indeed, it should return an empty dict rather than "None" if an instance has no tags. Note this should go for all resources that support tags, not...
I would take a simply empty dict, but I love @russellballestrini 's idea of having boto3's return values be the same as boto's. Though the full implementation of that should...
Agreed with @wt 's sentiments of "wart" and "otherwise much better."