Simon
Simon
@mpfeil thanks for using it and giving feeback. We do not have this functionality and I understand it could be helpful when building complex policies. We can see if we...
@kadrach Excuse the delay, we took some time off. Indeed we do some automated adjusting.The way it works is: * Enough space -> display * Not enough space -> Do...
Forgot to mention as well, but @kadrach you might be aware of it. To avoid line wrapping you can display other supported formats. For instance: ```sh awless list stacks --format...
Ok, thanks @awilkins for the high level explanation. To make sure we understand correctly (which is not my case yet) could you elaborate and write technically what you want to...
Unfortunately, `awless` has not had any support for a long time now (a few years) so the latest version you installed will be the latest. Awless verify a new version...
To be clearer, if the auto update breaks anything (CI, etc.) set the key `upgrade.checkfrequency` of the awless config to be `0`, and it will not check anything automatically anymore.
@Jeeppler Indeed, we intend to do it. I will probably do it along a new tutorial on how to add AWS services to `awless`. As always when integrating a new...
Thanks for reporting. We will have a look at that according to current resources to work on that.
Hi @boldandbusted , thanks for reporting. Unfortunately the API we use in the inspector (http://ec2-price.com/) is out of service now. All the code for the pricer is basically located [here](https://github.com/wallix/awless/blob/master/inspect/inspectors/pricer.go)...
The `pricer` is not to be used anymore since the service http://ec2-price.com/ that the pricer used is no longer viable.