Ben Bernays

Results 86 comments of Ben Bernays

Update: This seems to be an AWS issue where the docs about what can be returned is not actually what is returned. https://github.com/aws/aws-cli/issues/4187 I am going to be reaching out...

This has been fixed in the v1 release

@RyPeck - Thank you for highlighting this! Once we get V2 out of the door we are planning on focusing on adding more coverage to all of our plugins

Some of the resources might already be completed. I know that @spangenberg is working on WAF and WAFv2 resources now

Skipped `AWS::EC2::RegisteredHAInstance` resource because can't find documentation on what it is

Skipping `AWS::ShieldRegional::Protection` as not available in SDK

You can join the ARN column in that view with the security groups attached to an EC2 Instance like this: ``` sql SELECT AWS_EC2_INSTANCES.ARN AS EC2_ARN, VIEW_AWS_SECURITY_GROUP_INGRESS_RULES.* FROM AWS_EC2_INSTANCES LEFT...

This issue (columns/tables changing from V0 to V1) will be caught and fixed when we complete #2190

Here is a query to find all tables that do not have an ARN field. I have limited it to only tables that have a tag field as well in...

@paul-e-allen - we have 2 PRs that have been merged to the main branch, but not released yet that add hundreds of ARN fields to various AWS resources. I can...