-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new FSBP [EC2.25] control Closes #543 #586
Conversation
else t.title || ' not publicly accessible.' | ||
end as reason, | ||
-- Additional Dimensions | ||
t.region, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@khushboo9024 once the tag 7 dimension is released, we need to update this with common dimension & tags
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@khushboo9024 Could you please take a look at the suggested changes?
conformance_pack/ec2.sp
Outdated
aws_ec2_instance | ||
) | ||
select | ||
-- Required Columns |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-- Required Columns |
conformance_pack/ec2.sp
Outdated
when t.launch_template_id in ( select public_launch_template_id from public_launch_templates ) then t.title || ' publicly accessible.' | ||
else t.title || ' not publicly accessible.' | ||
end as reason | ||
-- Additional Dimensions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-- Additional Dimensions |
No description provided.