retttx

Results 105 comments of retttx

@fincd-aws so would this be a matter of just dividing the max IPs column by the max ENIs column? ![image](https://user-images.githubusercontent.com/3907080/212963711-b71a08a1-c3ec-49ad-85fd-5a18d706ad35.png)

Yep that's right but perhaps we should not multiply it because I actually don't know how useful the total is. https://github.com/vantage-sh/ec2instances.info/blob/85e0a1361ce36f4d0bf8b94af9c8caa3daee78c8/in/index.html.mako#L436

This is an example of this not happening, When we loop through each column on page load we can check `columns` in Local Storage and fill in the field. LocalStorage...

@cure I think we have this correct now so let me know if we can close this ![image](https://user-images.githubusercontent.com/3907080/212985121-d5242309-9c1f-4ec0-b1ea-85ffba927ce3.png)

@raffraffraff @jpluscplusm @selivan @cristim @powdahound @blckct Hey folks, wanted to bring your attention to a few items with the goal of closing this issue. 1. I just merged Regex support...

@FabioGentile @Criggie this is possible now that the column filters support regex. Let me know if we can close this out https://github.com/vantage-sh/ec2instances.info/issues/134#issuecomment-1399504899

@centic9 @yourssvk is this still happening for you guys?

@Name404Error @Elentary the two envvars you need are this: ``` export AWS_ACCESS_KEY_ID= export AWS_SECRET_ACCESS_KEY= ``` These can also be set in the `~/.aws/credentials` file like so: ``` [default] aws_access_key_id =...

That's almost certainly what's happening. In the log output you should see an Access Denied error but here is the boto3 call that `cache.py` uses https://github.com/vantage-sh/ec2instances.info/blob/master/cache.py#L337